Commit 140027cc authored by ddavison's avatar ddavison

Add auto_quarantine job

This job will only run on the master branch
and when the pipeline source is scheduled.
This schedule will take place every day.
parent 04e6c0b9
......@@ -33,6 +33,15 @@ qa:selectors:
script:
- bundle exec bin/qa Test::Sanity::Selectors
qa:auto_quarantine:
extends:
- .qa-job-base
rules:
- if: '$QA_TRIGGER_AUTO_QUARANTINE =~ /true|yes|1/i'
script:
- bundle exec confiner -r .confiner/quarantine.yml
allow_failure: true
qa:selectors-as-if-foss:
extends:
- qa:selectors
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment