Enable the ci_workflow_auto_cancel_on_new_commit feature
What does this MR do and why?
Enable the ci_workflow_auto_cancel_on_new_commit
feature.
This feature flag enables improving canceling redundant pipelines
with interruptible
. It's been stable on .com since 2024/01/26.
Related to #434676 (closed) #412473 (closed)
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Merge request reports
Activity
changed milestone to %16.9
added Category:Pipeline Composition devopsverify feature flag featureaddition grouppipeline authoring sectionci typefeature + 1 deleted label
assigned to @furkanayhan
mentioned in issue #434676 (closed)
mentioned in issue #412473 (closed)
- A deleted user
added documentation label
- Resolved by Furkan Ayhan
1 Message This merge request adds or changes documentation files. A review from the Technical Writing team before you merge is recommended. Reviews can happen after you merge. Documentation review
The following files require a review from a technical writer:
-
doc/ci/yaml/index.md
(Link to current live version)
The review does not need to block merging this merge request. See the:
-
Metadata for the
*.md
files that you've changed. The first few lines of each*.md
file identify the stage and group most closely associated with your docs change. - The Technical Writer assigned for that stage and group.
- Documentation workflows for information on when to assign a merge request for review.
If needed, you can retry the
danger-review
job that generated this comment.Generated by
Danger-
mentioned in commit gitlab-org-sandbox/gitlab-jh-validation@73096240
E2E Test Result Summary
allure-report-publisher
generated test report!e2e-test-on-gdk:
test report for e86d2e1cexpand test summary
+------------------------------------------------------------------+ | suites summary | +-------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +-------------+--------+--------+---------+-------+-------+--------+ | Verify | 31 | 0 | 0 | 0 | 31 | ✅ | | Package | 0 | 0 | 1 | 0 | 1 | ➖ | | Create | 8 | 0 | 3 | 0 | 11 | ✅ | | Govern | 3 | 0 | 0 | 0 | 3 | ✅ | | Data Stores | 2 | 0 | 0 | 0 | 2 | ✅ | | Monitor | 4 | 0 | 0 | 0 | 4 | ✅ | | Plan | 4 | 0 | 0 | 0 | 4 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+ | Total | 52 | 0 | 4 | 0 | 56 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+
e2e-package-and-test:
test report for e86d2e1cexpand test summary
+------------------------------------------------------------------+ | suites summary | +-------------+--------+--------+---------+-------+-------+--------+ | | passed | failed | skipped | flaky | total | result | +-------------+--------+--------+---------+-------+-------+--------+ | Verify | 92 | 0 | 18 | 0 | 110 | ✅ | | Create | 16 | 0 | 6 | 0 | 22 | ✅ | | Monitor | 8 | 0 | 0 | 0 | 8 | ✅ | | Plan | 8 | 0 | 0 | 0 | 8 | ✅ | | Govern | 6 | 0 | 0 | 0 | 6 | ✅ | | Data Stores | 4 | 0 | 0 | 0 | 4 | ✅ | | Package | 0 | 0 | 2 | 0 | 2 | ➖ | +-------------+--------+--------+---------+-------+-------+--------+ | Total | 134 | 0 | 26 | 0 | 160 | ✅ | +-------------+--------+--------+---------+-------+-------+--------+
mentioned in merge request gitlab-com/www-gitlab-com!131965 (merged)
- Resolved by Furkan Ayhan
requested review from @allison.browne
- Resolved by Allison Browne
@allison.browne
, thanks for approving this merge request.This is the first time the merge request has been approved. To ensure we don't only run predictive pipelines, and we don't break
master
, a new pipeline will be started shortly.Please wait for the pipeline to start before resolving this discussion and set auto-merge for the new pipeline. See merging a merge request for more details.
added pipeline:mr-approved label
enabled an automatic merge when all merge checks for c742fe85 pass
requested review from @marcel.amirault
- Resolved by Furkan Ayhan
- Resolved by Furkan Ayhan
- Resolved by Furkan Ayhan
added Technical Writing docsfeature labels
removed review request for @marcel.amirault
requested review from @marcel.amirault
mentioned in commit gitlab-org-sandbox/gitlab-jh-validation@a49d948a
removed review request for @marcel.amirault
revoked approvals from @marcel.amirault by pushing to the branch
enabled an automatic merge when all merge checks for e86d2e1c pass
mentioned in commit gitlab-org-sandbox/gitlab-jh-validation@246be95f
mentioned in commit 6bb72985
added workflowstaging-canary label
@furkanayhan This merge request was deployed to the workflowstaging-canary environment. You may want to delete the associated feature flag record on this environment with/chatops run feature delete ci_workflow_auto_cancel_on_new_commit --dev --pre --staging
.This message was generated automatically. You're welcome to improve it.
This merge request was deployed to the workflowcanary environment. You may want to delete the associated feature flag record on this environment with/chatops run feature delete ci_workflow_auto_cancel_on_new_commit --dev --pre --production
.This message was generated automatically. You're welcome to improve it.
This merge request was deployed to the workflowstaging environment. You may want to delete the associated feature flag record on this environment with/chatops run feature delete ci_workflow_auto_cancel_on_new_commit --dev --pre --staging
.This message was generated automatically. You're welcome to improve it.
This merge request was deployed to the workflowproduction environment. You may want to delete the associated feature flag record on this environment with/chatops run feature delete ci_workflow_auto_cancel_on_new_commit --dev --pre --production
.This message was generated automatically. You're welcome to improve it.
added workflowcanary label and removed workflowstaging-canary label
added workflowstaging label and removed workflowcanary label
added workflowproduction label and removed workflowstaging label
added workflowpost-deploy-db-staging label and removed workflowproduction label
added workflowpost-deploy-db-production label and removed workflowpost-deploy-db-staging label
added releasedcandidate label
mentioned in merge request kubitus-project/kubitus-installer!2763 (merged)
mentioned in issue #450847