From 12d88f41519d9f5ed3b0635ff21cf7ad7a068927 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 14 Feb 2024 15:50:11 -0800 Subject: [PATCH] greenwave: add missing contexts to bodhi null policy, update comment Signed-off-by: Adam Williamson --- .../openshift-apps/greenwave/templates/fedora.yaml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/roles/openshift-apps/greenwave/templates/fedora.yaml b/roles/openshift-apps/greenwave/templates/fedora.yaml index 21e48e7881..9486b6df62 100644 --- a/roles/openshift-apps/greenwave/templates/fedora.yaml +++ b/roles/openshift-apps/greenwave/templates/fedora.yaml @@ -2,9 +2,9 @@ # at the Koji build level and report results which will be found by queries # against these policies. -# bodhiupdate_ policies are for bodhi_update subjects; Fedora openQA runs -# tests at the Bodhi update level and reports results which will be found by -# queries against these policies. +# bodhiupdate_ policies are for bodhi_update subjects; Fedora openQA and +# Fedora CoreOS CI run tests at the Bodhi update level and report results +# which will be found by queries against these policies. # As of 2020-11, we know that Bodhi runs queries for both of these subject # types when deciding whether to push updates to various stages (these are the @@ -83,8 +83,12 @@ decision_contexts: - bodhi_update_push_testing - bodhi_update_push_testing_critpath - bodhi_update_push_testing_core_critpath + - bodhi_update_push_testing_critical-path-anaconda_critpath - bodhi_update_push_testing_critical-path-apps_critpath - bodhi_update_push_testing_critical-path-base_critpath + - bodhi_update_push_testing_critical-path-build_critpath + - bodhi_update_push_testing_critical-path-compose_critpath + - bodhi_update_push_testing_critical-path-coreos_critpath - bodhi_update_push_testing_critical-path-deepin-desktop_critpath - bodhi_update_push_testing_critical-path-gnome_critpath - bodhi_update_push_testing_critical-path-kde_critpath @@ -96,8 +100,12 @@ decision_contexts: - bodhi_update_push_stable - bodhi_update_push_stable_critpath - bodhi_update_push_stable_core_critpath + - bodhi_update_push_stable_critical-path-anaconda_critpath - bodhi_update_push_stable_critical-path-apps_critpath - bodhi_update_push_stable_critical-path-base_critpath + - bodhi_update_push_stable_critical-path-build_critpath + - bodhi_update_push_stable_critical-path-compose_critpath + - bodhi_update_push_stable_critical-path-coreos_critpath - bodhi_update_push_stable_critical-path-deepin-desktop_critpath - bodhi_update_push_stable_critical-path-gnome_critpath - bodhi_update_push_stable_critical-path-kde_critpath