Skip to content
代码片段 群组 项目
未验证 提交 2fe7a6fb 编辑于 作者: Andrejs Cunskis's avatar Andrejs Cunskis 提交者: GitLab
浏览文件

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>
No related branches found
No related tags found
无相关合并请求
......@@ -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:
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册