STAGING: Support Fedora ELN for Greenwave
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
49e8ff002c
commit
1e3b716bdc
1 changed files with 12 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue