From c71da352b7f9bc555c0112074e21744e1f27b261 Mon Sep 17 00:00:00 2001 From: Sanne Raymaekers Date: Wed, 3 Dec 2025 16:45:31 +0100 Subject: [PATCH] gating: remove gating.yaml entirely Only `osci.brew-build.tier0.functional` was specified. By removing the gating configuration the old 'dashboard gating' is bypassed entirely. The default cases will still be run, including osci.tier0 and leapp. Resolves: RHEL-111406 --- gating.yaml | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4ca9235..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}