Set interruptible to true for child pipelines
What does this MR do and why?
This MR cancels review-app
and package-and-test
child pipelines when starting a pipeline for a new change on the same branch by setting interruptible: true
explicitly in child pipelines.
Closes #373286 (closed)
Testing
scenario: A user starts a new pipeline by pushing new commit when the previous pipeline is running a child pipeline
child pipelines | screenshots | |
---|---|---|
review-app pipeline in !97858 (closed)
|
start-review-app-pipeline child pipeline was cancelled when new pipeline started |
!97858 (closed) |
package-and-test pipeline in !97855 (merged)
|
package-and-test child pipeline was cancelled when new pipeline started |
!97855 (merged) |
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Nao Hashizume