Commit 0742676a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'dj-add-scheduled-quarantines' into 'master'

Add auto_quarantine job

See merge request gitlab-org/gitlab!78092
parents 7719cfee 140027cc
......@@ -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