STAGING: Support Fedora ELN for Greenwave

Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
Stephen Gallagher 2020-04-23 16:23:00 -04:00 committed by Pierre-Yves Chibon
parent 49e8ff002c
commit 1e3b716bdc

View file

@ -54,6 +54,9 @@ rules:
id: "taskotron_release_critical_tasks_for_testing"
product_versions:
- fedora-rawhide
{% if env == 'staging' %}
- fedora-eln
{% endif %}
- fedora-33
- fedora-32
- fedora-31
@ -69,6 +72,9 @@ rules:
id: "taskotron_release_critical_tasks_for_stable"
product_versions:
- fedora-rawhide
{% if env == 'staging' %}
- fedora-eln
{% endif %}
- fedora-33
- fedora-32
- fedora-31
@ -133,6 +139,9 @@ rules: []
id: "openqa_release_critical_tasks_for_testing"
product_versions:
- fedora-rawhide
{% if env == 'staging' %}
- fedora-eln
{% endif %}
- fedora-32
- fedora-31
- fedora-30
@ -147,6 +156,9 @@ rules:
id: "openqa_release_critical_tasks_for_stable"
product_versions:
- fedora-rawhide
{% if env == 'staging' %}
- fedora-eln
{% endif %}
- fedora-32
- fedora-31
- fedora-30