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

TDMET-5: Only necessary update tests

parent 1bb33798
No related branches found
No related tags found
No related merge requests found
php81-sql80-es7-api-nb-update:
interruptible: true
allow_failure: true
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.* ]
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-update:
interruptible: true
allow_failure: true
stage: api-tests
tags:
- php81
- mariadb104
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-api
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
retry:
max: 1
only:
- schedules
except:
- merge_requests
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-api/junit.xml
expire_in: 3 day
php82-maria106-os2-api-nb-update:
interruptible: true
allow_failure: true
......
php81-sql80-es7-integration-nb-update:
interruptible: true
allow_failure: true
stage: integration-tests
tags:
- php81
- mysql80
- 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.* ]
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-maria104-es7-integration-nb-update:
interruptible: true
allow_failure: true
stage: integration-tests
tags:
- php81
- mariadb104
- 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
retry:
max: 1
only:
- schedules
except:
- merge_requests
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-integration/junit.xml
expire_in: 3 day
php82-maria106-os2-integration-nb-update:
interruptible: true
allow_failure: true
......
php81-sql80-es7-unit-nb-update:
interruptible: true
allow_failure: true
stage: unit-tests
tags:
- php81
- mysql80
- es7
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-unit
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
retry:
max: 1
only:
- schedules
except:
- merge_requests
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-unit/junit.xml
expire_in: 3 day
php82-mariadb106-es7-unit-nb-update:
interruptible: true
allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment