From 755da0ee0fd9a3d3e4c38db603911fef31d38d6b Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Mon, 22 Jul 2024 18:08:37 +0200 Subject: [PATCH] gating: disable the existing PassingTestCaseRule That job does not exist in RHEL 10, and the new testing job has not been set up yet for gating (should still run). --- gating.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index 9ebe602..9156309 100644 --- a/gating.yaml +++ b/gating.yaml @@ -2,5 +2,4 @@ product_versions: - rhel-10 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: insights-client.brew-build.tier0.functional} +rules: []