From 1bb258138d0ea80e598158c0f760f3e89cd66b1e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 30 Nov 2024 21:04:11 -0800 Subject: [PATCH] greenwave: drop container_build_kiwi gating It's renamed to kiwi_build, but we can't gate on the new name yet as not all updates will have it. We'll have to wait for a while. Signed-off-by: Adam Williamson --- roles/openshift-apps/greenwave/templates/fedora.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/openshift-apps/greenwave/templates/fedora.yaml b/roles/openshift-apps/greenwave/templates/fedora.yaml index 58f2ade427..aa7cc6c131 100644 --- a/roles/openshift-apps/greenwave/templates/fedora.yaml +++ b/roles/openshift-apps/greenwave/templates/fedora.yaml @@ -181,7 +181,8 @@ decision_contexts: subject_type: bodhi_update rules: # This list needs to stay synced with openQA if tests are added or renamed. - - !PassingTestCaseRule {test_case_name: update.container_build_kiwi, scenario: "fedora.updates-container.x86_64.64bit"} +# uncomment in ~Jan 2025 +# - !PassingTestCaseRule {test_case_name: update.kiwi_build, scenario: "fedora.updates-container.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: update.podman, scenario: "fedora.updates-container.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: update.podman, scenario: "fedora.updates-container.aarch64.aarch64"} - !PassingTestCaseRule {test_case_name: update.podman_client, scenario: "fedora.updates-container.x86_64.64bit"}