From 846d74373e2a14a8a7ce4b944687c24c8f2dcd12 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 5 Dec 2018 13:25:56 -0800 Subject: [PATCH] Greenwave Rawhide gating config: drop two tests The ARM test has been failing forever and I haven't had time to debug it; in fact I'd like to move it to running on aarch64 at some point instead. install_no_user does not exist any more for Workstation since the changes to remove user setup from the Workstation live installer. Signed-off-by: Adam Williamson --- roles/openshift-apps/greenwave/templates/configmap.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/openshift-apps/greenwave/templates/configmap.yml b/roles/openshift-apps/greenwave/templates/configmap.yml index 2ba8abfa09..30f7241a23 100644 --- a/roles/openshift-apps/greenwave/templates/configmap.yml +++ b/roles/openshift-apps/greenwave/templates/configmap.yml @@ -61,7 +61,6 @@ data: - !PassingTestCaseRule {test_case_name: compose.desktop_terminal, scenario: "fedora.KDE-live-iso.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.desktop_terminal, scenario: "fedora.Workstation-live-iso.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_anaconda_text, scenario: "fedora.universal.x86_64.64bit"} - - !PassingTestCaseRule {test_case_name: compose.install_arm_image_deployment_upload, scenario: "fedora.Minimal-raw_xz-raw.xz.arm.ARM"} - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Everything-boot-iso.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.Everything-boot-iso.x86_64.uefi"} - !PassingTestCaseRule {test_case_name: compose.install_default, scenario: "fedora.KDE-live-iso.x86_64.uefi"} @@ -83,7 +82,6 @@ data: - !PassingTestCaseRule {test_case_name: compose.install_multi, scenario: "fedora.universal.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_multi, scenario: "fedora.universal.x86_64.uefi"} - !PassingTestCaseRule {test_case_name: compose.install_no_user, scenario: "fedora.KDE-live-iso.x86_64.64bit"} - - !PassingTestCaseRule {test_case_name: compose.install_no_user, scenario: "fedora.Workstation-live-iso.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_repository_http_graphical, scenario: "fedora.universal.i386.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_repository_http_graphical, scenario: "fedora.universal.x86_64.64bit"} - !PassingTestCaseRule {test_case_name: compose.install_repository_http_variation, scenario: "fedora.universal.x86_64.64bit"}