From 5680d3b4b8d9c066dac34f25fb64c132a46235b7 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 2 Jul 2024 11:31:15 +0200 Subject: [PATCH] Update gating.yaml for RHEL 10 --- gating.yaml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/gating.yaml b/gating.yaml index 7b6e38f..0113bba 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,9 +1,8 @@ --- !Policy product_versions: - - fedora-* + - rhel-10 decision_contexts: - - bodhi_update_push_testing - - bodhi_update_push_stable + - osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/smoke.functional} - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/javapackages.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/smoke.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/javapackages.functional}