From 6c9da110bdb380beb0192d4188725e91d2dc3549 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher <sgall...@redhat.com> Date: Thu, 23 Apr 2020 16:23:00 -0400 Subject: [PATCH] STAGING: Support Fedora ELN for Greenwave
Signed-off-by: Stephen Gallagher <sgall...@redhat.com> --- roles/openshift-apps/greenwave/templates/fedora.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/openshift-apps/greenwave/templates/fedora.yaml b/roles/openshift-apps/greenwave/templates/fedora.yaml index a927ae500a1c8a3d9ab2a56542d7ebea74de82dd..68738dce40900ef081003af13f3fe0bfe66dd90b 100644 --- a/roles/openshift-apps/greenwave/templates/fedora.yaml +++ b/roles/openshift-apps/greenwave/templates/fedora.yaml @@ -52,10 +52,13 @@ rules: --- !Policy id: "taskotron_release_critical_tasks_for_testing" product_versions: - fedora-rawhide +{% if env == 'staging' %} + - fedora-eln +{% endif %} - fedora-33 - fedora-32 - fedora-31 - fedora-30 - fedora-29 @@ -67,10 +70,13 @@ rules: --- !Policy id: "taskotron_release_critical_tasks_for_stable" product_versions: - fedora-rawhide +{% if env == 'staging' %} + - fedora-eln +{% endif %} - fedora-33 - fedora-32 - fedora-31 - fedora-30 - fedora-29 @@ -131,10 +137,13 @@ rules: [] --- !Policy # openQA policies id: "openqa_release_critical_tasks_for_testing" product_versions: - fedora-rawhide +{% if env == 'staging' %} + - fedora-eln +{% endif %} - fedora-32 - fedora-31 - fedora-30 - fedora-29 decision_context: bodhi_update_push_testing @@ -145,10 +154,13 @@ rules: --- !Policy id: "openqa_release_critical_tasks_for_stable" product_versions: - fedora-rawhide +{% if env == 'staging' %} + - fedora-eln +{% endif %} - fedora-32 - fedora-31 - fedora-30 - fedora-29 decision_context: bodhi_update_push_stable -- 2.26.0
_______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/infrastructure@lists.fedoraproject.org