Skip to content
Snippets Groups Projects

Test feature

Open Vadim Justus requested to merge test-feature into master
2 files
+ 25
84
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 25
15
@@ -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
Loading