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

init nightly build templates

parent faf2e0f1
No related branches found
No related tags found
No related merge requests found
php73-sql57-es7-integration: php73-sql57-es7-integration-mr:
stage: integration-tests stage: integration-tests
tags: tags:
- php73 - php73
...@@ -20,7 +20,7 @@ php73-sql57-es7-integration: ...@@ -20,7 +20,7 @@ php73-sql57-es7-integration:
only: only:
- merge_requests - merge_requests
php74-sql57-es7-integration: php74-sql57-es7-integration-mr:
stage: integration-tests stage: integration-tests
tags: tags:
- php74 - php74
...@@ -42,7 +42,7 @@ php74-sql57-es7-integration: ...@@ -42,7 +42,7 @@ php74-sql57-es7-integration:
only: only:
- merge_requests - merge_requests
php74-sql80-es7-integration: php74-sql80-es7-integration-mr:
stage: integration-tests stage: integration-tests
tags: tags:
- php74 - php74
......
variables: variables:
SEMVER_ALLOWED_CHANGE_LEVEL: 2 SEMVER_ALLOWED_CHANGE_LEVEL: 2
semver-tests: semver-tests-mr:
stage: semver-tests stage: semver-tests
tags: tags:
- php74 - php74
......
static-tests: static-tests-mr:
stage: static-tests stage: static-tests
tags: tags:
- php74 - php74
......
php73-sql57-es7-unit: php73-sql57-es7-unit-mr:
stage: unit-tests stage: unit-tests
tags: tags:
- php73 - php73
...@@ -20,7 +20,7 @@ php73-sql57-es7-unit: ...@@ -20,7 +20,7 @@ php73-sql57-es7-unit:
only: only:
- merge_requests - merge_requests
php74-sql57-es7-unit: php74-sql57-es7-unit-mr:
stage: unit-tests stage: unit-tests
tags: tags:
- php74 - php74
...@@ -42,7 +42,7 @@ php74-sql57-es7-unit: ...@@ -42,7 +42,7 @@ php74-sql57-es7-unit:
only: only:
- merge_requests - merge_requests
php74-sql80-es7-unit: php74-sql80-es7-unit-mr:
stage: unit-tests stage: unit-tests
tags: tags:
- php74 - php74
......
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
static nb:
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
\ No newline at end of file
nightly build unit php73 mysql57 es7:
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.*, 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
nightly build unit php74 mysql57 es7:
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.*, 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
nightly build unit php74 mysql80 es7:
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.*, 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
File moved
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