Skip to content

job: cancel current pipeline when Marge moves on

Eric Engestrom requested to merge 1ace/marge-bot:cancel-pipeline-on-timeout into main

If the infrastructure is under too high a load and can't finish the current pipeline in time, starting the next pipeline before the current one has finished only makes the problem worse.

Cancel the current MR's pipeline when we give up on it, giving the next one a chance to access to the resources.

Merge request reports