Skip to content

mrtest add: don't fail: pipeline status != success

Oliver Smith requested to merge keep-going-status-not-success into master

Keep going if the pipeline status is not "success", just print a warning instead of failing completely. Sometimes it makes sense to use this even if the overall status is still "running", for example right now I submitted a MR to alpine and the ppc64le build didn't start even though the aarch64 build was complete already.

Fix #8 (closed)

Edited by Oliver Smith

Merge request reports