greenwave: Adjust the policies for f31

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2019-07-25 15:49:55 +02:00
parent 79e89fcd0b
commit 4a140b8964

View file

@ -62,20 +62,13 @@ product_versions:
decision_context: bodhi_update_push_testing
blacklist: []
subject_type: koji_build
{% if env == 'staging' %}
rules:
- !RemoteRule {}
{% else %}
rules:
- !RemoteRule {}
{% endif %}
--- !Policy
id: "taskotron_release_critical_tasks_for_stable"
product_versions:
{% if env == 'staging' %}
- fedora-31
{% endif %}
- fedora-30
- fedora-29
- fedora-28
@ -84,13 +77,8 @@ product_versions:
decision_context: bodhi_update_push_stable
blacklist: []
subject_type: koji_build
{% if env == 'staging' %}
rules:
- !RemoteRule {}
{% else %}
rules:
- !RemoteRule {}
{% endif %}
--- !Policy
id: "no_requirements_testing"