Skip to content

Add auto_quarantine job

Dan Davison requested to merge dj-add-scheduled-quarantines into master

What does this MR do and why?

Describe in detail what your merge request does and why.

After !77809 (merged) was merged, it is necessary to create a job in qa.gitlab-ci.yml to support this new schedule.

This job will:

  • Be named qa:auto_quarantine
  • Run only when the branch is master
  • Run only when the pipeline source is a schedule
  • Run confiner -r .confiner/quarantine.yml

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports