From f3d078e003b55b9ee2556f2fc5c172526bb5e339 Mon Sep 17 00:00:00 2001 From: Stanislav Zidek Date: Sun, 25 Jul 2021 11:41:43 +0200 Subject: [PATCH] add gating configuration --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/gating.yaml b/gating.yaml index c2182c7..9706e0d 100644 --- a/gating.yaml +++ b/gating.yaml @@ -4,3 +4,10 @@ product_versions: decision_context: bodhi_update_push_stable rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - 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}