Skip to content
Snippets Groups Projects

Vorläufige Static tests auf Magento 2.4.7 Beta2

Merged Martin Eisenführer requested to merge eisenfuehrerm-master-patch-45796 into master
1 file
+ 33
0
Compare changes
  • Side-by-side
  • Inline
@@ -29,3 +29,36 @@ static-tests-nb:
junit:
- Test/reports/module-static/junit.xml
expire_in: 3 day
static-tests-nb-247:
stage: static-tests
allow_failure: true
tags:
- php82
- mysql80
- os2
variables:
DISPLAY_VARS: "YES"
EXECUTOR_SUITE: module-static
JUNIT_REPORT: "YES"
parallel:
matrix:
- MAGENTO_EDITION: [community]
MAGENTO_VERSION: [2.4.7-beta2]
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:
- schedules
except:
- merge_requests
artifacts:
paths:
- Test
reports:
junit:
- Test/reports/module-static/junit.xml
expire_in: 3 day
Loading