Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gitlab-ci-templates
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
gitlab-ci-templates
Commits
69e89e6b
Commit
69e89e6b
authored
3 years ago
by
Vadim Justus
Browse files
Options
Downloads
Patches
Plain Diff
Add combined merge-request gitlab-ci yml file
parent
ddc53bc4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
module/merge-request.yml
+177
-0
177 additions, 0 deletions
module/merge-request.yml
with
177 additions
and
0 deletions
module/merge-request.yml
0 → 100644
+
177
−
0
View file @
69e89e6b
stages
:
-
static-tests
-
unit-tests
-
integration-tests
-
semver-tests
static-tests
:
stage
:
static-tests
tags
:
-
php74
-
mysql80
-
es7
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-static
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
]
MAGENTO_VERSION
:
[
2.4.*
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
semver-tests
:
stage
:
semver-tests
tags
:
-
php74
-
mysql80
-
es7
variables
:
EXECUTOR_SUITE
:
module-semver
ALLOWED_CHANGE_LEVEL
:
2
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
php73-sql57-es7-integration
:
stage
:
integration-tests
tags
:
-
php73
-
mysql57
-
es7
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-integration
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
,
enterprise
]
MAGENTO_VERSION
:
[
2.3.6
,
2.3.7
,
2.4.1
,
2.4.2
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
php74-sql57-es7-integration
:
stage
:
integration-tests
tags
:
-
php74
-
mysql57
-
es7
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-integration
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
,
enterprise
]
MAGENTO_VERSION
:
[
2.3.7
,
2.4.1
,
2.4.2
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
php74-sql80-es7-integration
:
stage
:
integration-tests
tags
:
-
php74
-
mysql80
-
es7
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-integration
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
,
enterprise
]
MAGENTO_VERSION
:
[
2.3.7
,
2.4.1
,
2.4.2
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
php73-sql57-es7-unit
:
stage
:
unit-tests
tags
:
-
php73
-
mysql57
-
es7
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-unit
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
,
enterprise
]
MAGENTO_VERSION
:
[
2.3.6
,
2.3.7
,
2.4.1
,
2.4.2
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
php74-sql57-es7-unit
:
stage
:
unit-tests
tags
:
-
php74
-
mysql57
-
es7
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-unit
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
,
enterprise
]
MAGENTO_VERSION
:
[
2.3.7
,
2.4.1
,
2.4.2
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
php74-sql80-es7-unit
:
stage
:
unit-tests
tags
:
-
php74
-
mysql80
-
es7
variables
:
DISPLAY_VARS
:
"
YES"
EXECUTOR_SUITE
:
module-unit
parallel
:
matrix
:
-
MAGENTO_EDITION
:
[
community
,
enterprise
]
MAGENTO_VERSION
:
[
2.3.7
,
2.4.1
,
2.4.2
]
before_script
:
-
~/.composer/vendor/met/test-executor/run.sh setup
script
:
-
~/.composer/vendor/met/test-executor/run.sh tests
after_script
:
-
~/.composer/vendor/met/test-executor/run.sh cleanup
only
:
-
merge_requests
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