From 579299f7dfb8490c98d763907468d1e24cc2c1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 26 Aug 2021 12:45:34 +0200 Subject: [PATCH] Update gating for RHEL9 --- gating.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gating.yaml b/gating.yaml index ecab956..7cd5018 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,7 @@ --- !Policy product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -rules: [] -# fedora-ci.koji-build.tier0.functional is not yet stable, cannot enable it + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}