Enable opt-in gating on Greenwave
This is for https://pagure.io/fedora-infrastructure/issue/7311
This commit is contained in:
parent
6af7074201
commit
1ac0afe1a3
1 changed files with 4 additions and 2 deletions
|
@ -110,7 +110,8 @@ data:
|
|||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
||||
- !RemoteRule {}
|
||||
{% else %}
|
||||
rules: []
|
||||
rules:
|
||||
- !RemoteRule {}
|
||||
{% endif %}
|
||||
--- !Policy
|
||||
id: "taskotron_release_critical_tasks_for_stable"
|
||||
|
@ -128,7 +129,8 @@ data:
|
|||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
||||
- !RemoteRule {}
|
||||
{% else %}
|
||||
rules: []
|
||||
rules:
|
||||
- !RemoteRule {}
|
||||
{% endif %}
|
||||
--- !Policy
|
||||
id: "no_requirements_testing"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue