RUM-14050: Cancel stale PR pipeline runs in Gitlab#3584
Merged
Conversation
abrooksv
force-pushed
the
abrooks/kill-stale-pipeline-runs
branch
from
June 26, 2026 23:15
565dd1b to
51e79f1
Compare
abrooksv
marked this pull request as ready for review
June 26, 2026 23:17
abrooksv
force-pushed
the
abrooks/kill-stale-pipeline-runs
branch
from
June 26, 2026 23:23
51e79f1 to
1e577e9
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3584 +/- ##
===========================================
- Coverage 72.80% 72.78% -0.02%
===========================================
Files 974 974
Lines 35228 35230 +2
Branches 5965 5968 +3
===========================================
- Hits 25645 25639 -6
- Misses 7915 7919 +4
- Partials 1668 1672 +4 🚀 New features to boost your workflow:
|
kikoveiga
previously approved these changes
Jun 27, 2026
kikoveiga
left a comment
Contributor
There was a problem hiding this comment.
Should we also add interruptible: false to the manual jobs ci-image and create_key? Just to make sure they don't get interrupted and their outputs get corrupted, even though this is very unlikely to happen.
Contributor
Author
Good call |
jonathanmos
previously approved these changes
Jun 28, 2026
ambushwork
previously approved these changes
Jun 29, 2026
Since we have a limited size of Mac runners, kill off pipeline jobs for PRs if a newer commit is pushed
abrooksv
dismissed stale reviews from hamorillo, ambushwork, jonathanmos, and kikoveiga
via
June 29, 2026 15:02
0a000f0
abrooksv
force-pushed
the
abrooks/kill-stale-pipeline-runs
branch
from
June 29, 2026 15:02
1e577e9 to
0a000f0
Compare
kikoveiga
approved these changes
Jun 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Since we have a limited size of Mac runners, kill off pipeline jobs for PRs if a newer commit is pushed
Docs: https://support.gitlab.com/hc/en-us/articles/22118112967068-How-to-auto-cancel-redundant-pipelines
Motivation
Try to reduce the amount of time waiting on our test-pyramid jobs due to stale runs