Skip to content

Make quarantine job run on master regularly

Sanad Liaquat requested to merge shl-make-quarantine-job-run-in-master into master

What does this MR do and why?

We would like to collect metrics on quarantined tests by running them regularly in the master pipeline. This would be required to determine the if any tests can be moved out of quarantine automatically. The e2e:package-and-test-ee pipeline is allowed to fail so a failure in the quarantine job will not block the pipeline.

Also, we do not want to create test failure issues for the quarantined tests. Hence, CREATE_TEST_FAILURE_ISSUES is set to false.

Part of https://gitlab.com/gitlab-com/gitlab-OKRs/-/work_items/5574

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.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Sanad Liaquat

Merge request reports