From 55d7388db3afd9f8626de2332bd90f91c0b0591e Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 22 Nov 2019 13:35:58 -0800 Subject: [PATCH] Greenwave Rawhide gating: don't expect Workstation boot iso tests We no longer build a Workstation boot ISO, so we shouldn't require tests of it to pass in the Greenwave Rawhide gating config. Signed-off-by: Adam Williamson --- roles/openshift-apps/greenwave/templates/fedora.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/openshift-apps/greenwave/templates/fedora.yaml b/roles/openshift-apps/greenwave/templates/fedora.yaml index 08907665ed..893bfcbc5d 100644 --- a/roles/openshift-apps/greenwave/templates/fedora.yaml +++ b/roles/openshift-apps/greenwave/templates/fedora.yaml @@ -24,8 +24,6 @@ rules: - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Server-boot-iso.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Server-boot-iso.x86_64.uefi"} - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Server-dvd-iso.x86_64.uefi"} - - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Workstation-boot-iso.x86_64.64bit"} - - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Workstation-boot-iso.x86_64.uefi"} - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Workstation-live-iso.x86_64.uefi"} - !PassingTestCaseRule {test_case_name: compose.install_default_upload, scenario: "fedora.KDE-live-iso.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_default_upload, scenario: "fedora.Server-dvd-iso.x86_64.64bit"}