Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
example-magento2-project-testing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MET Public
example-magento2-project-testing
Commits
89dda2ac
Commit
89dda2ac
authored
2 years ago
by
Vadim Justus
Browse files
Options
Downloads
Patches
Plain Diff
TDMET-5 update gitlab-ci.yml
parent
bdc740aa
Branches
test-feature
No related tags found
1 merge request
!1
Test feature
Pipeline
#25916
failed
2 years ago
Stage: tests
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+25
-15
25 additions, 15 deletions
.gitlab-ci.yml
with
25 additions
and
15 deletions
.gitlab-ci.yml
+
25
−
15
View file @
89dda2ac
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment