Skip to content
Snippets Groups Projects
Unverified Commit 2fe7a6fb authored by Andrejs Cunskis's avatar Andrejs Cunskis Committed by GitLab
Browse files

Merge branch 'andrey-move-nightly-rule' into 'master'

Move nightly schedule rule before main schedule for cng

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169596



Merged-by: default avatarAndrejs Cunskis <acunskis@gitlab.com>
Approved-by: default avatarPeter Leitzen <pleitzen@gitlab.com>
parents dacc56ae f95764a4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1845,20 +1845,20 @@
- !reference [".qa:rules:e2e-blocking-base-before", rules]
- !reference [".prevent-tier-2-and-below", rules]
- !reference [".qa:rules:e2e-blocking-base-after", rules]
- <<: *if-dot-com-gitlab-org-schedule
- <<: *if-default-branch-schedule-nightly
variables:
CREATE_TEST_FAILURE_ISSUES: "true"
PROCESS_TEST_RESULTS: "true"
KNAPSACK_GENERATE_REPORT: "false"
KNAPSACK_GENERATE_REPORT: "true"
QA_SAVE_TEST_METRICS: "true"
QA_RUN_IN_PARALLEL: "true"
- <<: *if-default-branch-schedule-nightly
QA_RUN_IN_PARALLEL: "false" # disable single job parallelization due to incompatibility with knapsack
- <<: *if-dot-com-gitlab-org-schedule
variables:
CREATE_TEST_FAILURE_ISSUES: "true"
PROCESS_TEST_RESULTS: "true"
KNAPSACK_GENERATE_REPORT: "true"
KNAPSACK_GENERATE_REPORT: "false"
QA_SAVE_TEST_METRICS: "true"
QA_RUN_IN_PARALLEL: "false" # disable single job parallelization due to incompatibility with knapsack
QA_RUN_IN_PARALLEL: "true"
 
.qa:rules:test-on-omnibus-nightly:
rules:
Loading
Loading
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