Skip to content
Snippets Groups Projects
Commit 89dda2ac authored by Vadim Justus's avatar Vadim Justus
Browse files

TDMET-5 update gitlab-ci.yml

parent bdc740aa
Branches test-feature
No related tags found
1 merge request!1Test feature
Pipeline #25916 failed
......@@ -9,7 +9,9 @@ stages:
static-tests:
stage: tests
tags:
- testing
- php81
- mysql80
- es7
variables:
EXECUTOR_SUITE: project-static
FILTER_NAMESPACES: Met
......@@ -27,7 +29,9 @@ static-tests:
unit-tests:
stage: tests
tags:
- testing
- php81
- mysql80
- es7
variables:
EXECUTOR_SUITE: project-unit
before_script:
......@@ -43,7 +47,9 @@ unit-tests:
integration-tests:
stage: tests
tags:
- testing
- php81
- mysql80
- es7
variables:
EXECUTOR_SUITE: project-integration
USE_SMILE_ELASTICSUITE: 1
......@@ -60,7 +66,9 @@ integration-tests:
api-functional-tests:
stage: tests
tags:
- testing
- php81
- mysql80
- es7
variables:
EXECUTOR_SUITE: project-api
before_script:
......@@ -73,14 +81,16 @@ api-functional-tests:
- merge_requests
# run security tests on merge requests
security-tests:
stage: tests
tags:
- testing
script:
- FORCE_COLOR=1 snyk monitor --all-projects || exit $?
- FORCE_COLOR=1 snyk test --all-projects || exit $?
only:
- merge_requests
allow_failure:
exit_codes: 1
#security-tests:
# stage: tests
# tags:
# - php81
# - mysql80
# - es7
# script:
# - FORCE_COLOR=1 snyk monitor --all-projects || exit $?
# - FORCE_COLOR=1 snyk test --all-projects || exit $?
# only:
# - merge_requests
# allow_failure:
# exit_codes: 1
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment