Skip to content

Do not interrupt all scheduled pipelines

Andrejs Cunskis requested to merge andrey-fix-dont-interrupt-rules into master

What does this MR do and why?

Do not cancel other scheduled pipelines like ruby3_2.

It seems we have a lot if instances of cancelled scheduled runs for ruby3_2 scheduled run: https://gitlab.com/gitlab-org/gitlab/-/jobs/7522223811. This is messing with some of the test metrics graphs because total rspec runtime ends up being incomplete and it creates unnecessary deviation.

thought: It seems that we could remove the dont-interrupt job entirely by using auto_cancel in rules, but I didn't want to tackle it in this mr - https://gitlab.com/gitlab-org/gitlab/-/jobs/7522223811

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

Loading