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

Update 2 files

- /module/nightly-build/2.4/integration-tests.yml
- /module/nightly-build/2.4/api-tests.yml
parent d60dc212
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'
php81-sql80-es7-api-nb:
stage: api-tests
tags:
- php81
- mysql80
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-api
JUNIT_REPORT: "YES"
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7 ]
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
php81-maria104-es7-api-nb:
stage: api-tests
tags:
......@@ -48,7 +14,7 @@ php81-maria104-es7-api-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7, 2.4.8 ]
MAGENTO_VERSION: [ 2.4.7 ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -82,7 +48,7 @@ php82-maria106-os2-api-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7, 2.4.8 ]
MAGENTO_VERSION: [ 2.4.*]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -116,7 +82,7 @@ php83-mysql80-os2-api-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.7, 2.4.8 ]
MAGENTO_VERSION: [ 2.4.* ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......
......@@ -15,7 +15,7 @@ php81-maria104-es7-integration-nb:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.4.* ]
MAGENTO_VERSION: [ 2.4.7 ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -117,7 +117,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:
......@@ -185,7 +185,7 @@ php83-maria106-es7-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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment