From a660ec0a7be0596e830de3f515c17ab349ee03c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Fri, 26 Sep 2025 11:31:13 +0200 Subject: [PATCH] Change gating Use generic gating.yaml, don't separate results by plan's name --- ci.fmf | 1 - gating.yaml | 8 +++----- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 ci.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index c5aa0e0..0000000 --- a/ci.fmf +++ /dev/null @@ -1 +0,0 @@ -resultsdb-testcase: separate diff --git a/gating.yaml b/gating.yaml index 8653363..2c7ed80 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,8 +1,6 @@ --- !Policy product_versions: - - fedora-* -decision_contexts: - - bodhi_update_push_testing - - bodhi_update_push_stable + - rhel-* +decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/smoke.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}