From 11ff9e84aeee6268e963572374c5d8144999e7ca Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Thu, 1 Jul 2021 15:58:26 +0200 Subject: [PATCH] Fix gating.yaml for rhel-9 product --- gating.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gating.yaml b/gating.yaml index af6eb32..475371b 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,16 +1,7 @@ --- !Policy product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -subject_type: koji_build + - rhel-9 +decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}