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

Merge branch 'PAC-911' into 'master'

PAC-911 Fix Magento 2.4.8 compatibility

See merge request !5
parents 8075bcf0 0b90a1b3
No related branches found
No related tags found
1 merge request!5PAC-911 Fix Magento 2.4.8 compatibility
......@@ -116,7 +116,7 @@ php83-maria106-es7-api-mr:
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:
......
......@@ -151,7 +151,7 @@ php83-maria106-es7-integration-mr:
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:
......
......@@ -64,13 +64,13 @@ php82-maria106-es7-unit-mr:
- Test/reports/module-unit/junit.xml
expire_in: 3 day
php83-maria106-es7-unit-mr:
php83-maria106-os2-unit-mr:
interruptible: true
stage: unit-tests
tags:
- php83
- mariadb106
- es7
- os2
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-unit
......@@ -96,4 +96,3 @@ php83-maria106-es7-unit-mr:
junit:
- Test/reports/module-unit/junit.xml
expire_in: 3 day
......@@ -171,36 +171,3 @@ php83-sql80-os2-integration-nb:
junit:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
php83-maria106-es7-integration-nb:
stage: integration-tests
tags:
- php83
- mariadb106
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-integration
JUNIT_REPORT: "YES"
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
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
except:
- schedules
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
......@@ -40,7 +40,7 @@ static-tests-php83-nb:
tags:
- php83
- mariadb106
- es8
- os2
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-static
......
......@@ -35,12 +35,12 @@ php81-sql80-es7-unit-nb:
- Test/reports/module-unit/junit.xml
expire_in: 3 day
php82-mariadb106-es7-unit-nb:
php82-mariadb106-os2-unit-nb:
stage: unit-tests
tags:
- php82
- mariadb106
- es7
- os2
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-unit
......@@ -69,12 +69,12 @@ php82-mariadb106-es7-unit-nb:
- Test/reports/module-unit/junit.xml
expire_in: 3 day
php83-mariadb106-es8-unit-nb:
php83-mariadb106-os2-unit-nb:
stage: unit-tests
tags:
- php83
- mariadb106
- es8
- os2
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-unit
......@@ -102,4 +102,3 @@ php83-mariadb106-es8-unit-nb:
junit:
- Test/reports/module-unit/junit.xml
expire_in: 3 day
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment