Newer
Older
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
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
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