Skip to content
Snippets Groups Projects
Commit 9f969d66 authored by Vadim Justus's avatar Vadim Justus
Browse files

add only and except notes for mr and nb jobs

parent c0009240
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ php73-sql57-es7-integration-mr:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
except:
- schedules
php74-sql57-es7-integration-mr:
stage: integration-tests
......@@ -41,6 +43,8 @@ php74-sql57-es7-integration-mr:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
except:
- schedules
php74-sql80-es7-integration-mr:
stage: integration-tests
......@@ -63,3 +67,5 @@ php74-sql80-es7-integration-mr:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
except:
- schedules
......@@ -18,3 +18,5 @@ semver-tests-mr:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
except:
- schedules
......@@ -18,4 +18,6 @@ static-tests-mr:
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
\ No newline at end of file
- merge_requests
except:
- schedules
......@@ -19,6 +19,8 @@ php73-sql57-es7-unit-mr:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
except:
- schedules
php74-sql57-es7-unit-mr:
stage: unit-tests
......@@ -41,6 +43,8 @@ php74-sql57-es7-unit-mr:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
except:
- schedules
php74-sql80-es7-unit-mr:
stage: unit-tests
......@@ -63,3 +67,5 @@ php74-sql80-es7-unit-mr:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
except:
- schedules
php73-sql57-es7-integration:
php73-sql57-es7-integration-nb:
stage: integration-tests
tags:
- php73
......@@ -18,9 +18,11 @@ php73-sql57-es7-integration:
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- schedules
except:
- merge_requests
php74-sql57-es7-integration:
php74-sql57-es7-integration-nb:
stage: integration-tests
tags:
- php74
......@@ -40,9 +42,11 @@ php74-sql57-es7-integration:
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- schedules
except:
- merge_requests
php74-sql80-es7-integration:
php74-sql80-es7-integration-nb:
stage: integration-tests
tags:
- php74
......@@ -62,4 +66,6 @@ php74-sql80-es7-integration:
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- schedules
except:
- merge_requests
static nb:
static-tests-nb:
stage: static-tests
tags:
- php74
......@@ -18,4 +18,6 @@ static nb:
after_script:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- merge_requests
\ No newline at end of file
- schedules
except:
- merge_requests
nightly build unit php73 mysql57 es7:
php73-sql57-es7-unit-nb:
stage: unit-tests
tags:
- php73
......@@ -10,7 +10,7 @@ nightly build unit php73 mysql57 es7:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.3.*, 2.4.* ]
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:
......@@ -19,8 +19,10 @@ nightly build unit php73 mysql57 es7:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- schedules
except:
- merge_requests
nightly build unit php74 mysql57 es7:
php74-sql57-es7-unit-nb:
stage: unit-tests
tags:
- php74
......@@ -32,7 +34,7 @@ nightly build unit php74 mysql57 es7:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.3.*, 2.4.* ]
MAGENTO_VERSION: [ 2.3.7, 2.4.1, 2.4.2 ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -41,8 +43,10 @@ nightly build unit php74 mysql57 es7:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- schedules
except:
- merge_requests
nightly build unit php74 mysql80 es7:
php74-sql80-es7-unit-nb:
stage: unit-tests
tags:
- php74
......@@ -54,7 +58,7 @@ nightly build unit php74 mysql80 es7:
parallel:
matrix:
- MAGENTO_EDITION: [ community, enterprise ]
MAGENTO_VERSION: [ 2.3.*, 2.4.* ]
MAGENTO_VERSION: [ 2.3.7, 2.4.1, 2.4.2 ]
before_script:
- ~/.composer/vendor/met/test-executor/run.sh setup
script:
......@@ -63,3 +67,5 @@ nightly build unit php74 mysql80 es7:
- ~/.composer/vendor/met/test-executor/run.sh cleanup
only:
- schedules
except:
- merge_requests
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment