From 41cf9dea97fd2e0c190932ba221218c38f3a8cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 26 Aug 2021 12:55:07 +0200 Subject: [PATCH] Adjust gating.yaml for RHEL9 --- gating.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gating.yaml b/gating.yaml index c2182c7..7cd5018 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,6 +1,7 @@ --- !Policy product_versions: - - fedora-* -decision_context: bodhi_update_push_stable + - rhel-9 +decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}