Skip to content
Snippets Groups Projects
Commit 624149da authored by Patrick Mehringer's avatar Patrick Mehringer
Browse files

Update 4 files

- /module/nightly-build/2.4/api-tests.yml
- /module/nightly-build/2.4/integration-tests.yml
- /module/nightly-build/2.4/static-tests.yml
- /module/nightly-build/2.4/unit-tests.yml
parent 74d1efb5
Branches
No related tags found
No related merge requests found
include:
- remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/integration-tests.yml'
php74-sql80-es7-api-nb:
stage: api-tests
tags:
- php74
- mysql80
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-api
JUNIT_REPORT: "YES"
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.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
retry:
max: 1
only:
- schedules
except:
- merge_requests
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-api/junit.xml
expire_in: 3 day
#include:
# - remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/integration-tests.yml'
php81-sql80-es7-api-nb:
stage: api-tests
......@@ -82,7 +48,7 @@ php81-maria104-es7-api-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.7, 2.4.8 ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -116,7 +82,7 @@ php82-maria106-os2-api-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.7, 2.4.8 ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -150,7 +116,7 @@ php83-mysql80-os2-api-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.7, 2.4.8 ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......
include:
- remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/integration-tests.yml'
#include:
# - remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/integration-tests.yml'
php74-sql80-es7-integration-nb:
stage: integration-tests
tags:
- php74
- mysql80
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-integration
JUNIT_REPORT: "YES"
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.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
retry:
max: 1
only:
- schedules
except:
- merge_requests
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
php81-sql80-es7-integration-nb:
php81-maria104-es7-integration-nb:
stage: integration-tests
tags:
- php81
- mysql80
- mariadb104
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-integration
SEARCH_ENGINE: "elasticsearch7"
JUNIT_REPORT: "YES"
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.* ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -70,12 +36,12 @@ php81-sql80-es7-integration-nb:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
php81-maria104-es7-integration-nb:
php81-sql80-os2-integration-nb:
stage: integration-tests
tags:
- php81
- mariadb104
- es7
- mysql80
- os2
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-integration
......@@ -117,7 +83,7 @@ php82-maria106-os2-integration-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.* ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -138,10 +104,10 @@ php82-maria106-os2-integration-nb:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
php81-sql80-os2-integration-nb:
php82-sql80-os2-integration-nb:
stage: integration-tests
tags:
- php81
- php82
- mysql80
- os2
variables:
......@@ -172,10 +138,10 @@ php81-sql80-os2-integration-nb:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
php82-sql80-os2-integration-nb:
php83-sql80-os2-integration-nb:
stage: integration-tests
tags:
- php82
- php83
- mysql80
- os2
variables:
......@@ -185,7 +151,7 @@ php82-sql80-os2-integration-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.* ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -206,12 +172,12 @@ php82-sql80-os2-integration-nb:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
php83-sql80-os2-integration-nb:
php83-maria106-es7-integration-nb:
stage: integration-tests
tags:
- php83
- mysql80
- os2
- mariadb106
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-integration
......@@ -226,12 +192,10 @@ php83-sql80-os2-integration-nb:
- ~/.composer/vendor/met/test-executor/run.sh tests
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
retry:
max: 1
only:
- schedules
except:
- merge_requests
except:
- schedules
artifacts:
paths:
- Test
......@@ -239,3 +203,4 @@ php83-sql80-os2-integration-nb:
junit:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
include:
- remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/static-tests.yml'
#include:
# - remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/static-tests.yml'
static-tests-nb:
stage: static-tests
......@@ -36,8 +36,6 @@ static-tests-nb:
expire_in: 3 day
static-tests-php83-nb:
interruptible: true
allow_failure: true
stage: static-tests
tags:
- php83
......@@ -50,7 +48,7 @@ static-tests-php83-nb:
parallel:
matrix:
- MAGENTO_EDITION: [community]
MAGENTO_VERSION: [2.4.7]
MAGENTO_VERSION: [2.4.+]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......
include:
- remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/unit-tests.yml'
php74-sql80-es7-unit-nb:
stage: unit-tests
tags:
- php74
- mysql80
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-unit
JUNIT_REPORT: "YES"
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.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
retry:
max: 1
only:
- schedules
except:
- merge_requests
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-unit/junit.xml
expire_in: 3 day
#include:
# - remote: 'https://gitlab.met.tdintern.de/met-public/gitlab-ci-templates/-/raw/master/module/nightly-build/update/unit-tests.yml'
php81-sql80-es7-unit-nb:
stage: unit-tests
......@@ -48,7 +14,7 @@ php81-sql80-es7-unit-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.* ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -82,7 +48,7 @@ php82-mariadb106-es7-unit-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.* ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -116,7 +82,7 @@ php83-mariadb106-es8-unit-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
MAGENTO_VERSION: [ 2.4.* ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment