Skip to content
Snippets Groups Projects
Unverified Commit f95764a4 authored by Andrejs Cunskis's avatar Andrejs Cunskis
Browse files

Move nightly schedule rule before main schedule for cng

parent 84fa9238
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