From 56606414415efb09d90369912886eb74c437df12 Mon Sep 17 00:00:00 2001 From: Lukas Javorsky Date: Thu, 31 Aug 2023 09:05:02 +0000 Subject: [PATCH] Add gating.yaml --- gating.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..dbde1aa --- /dev/null +++ b/gating.yaml @@ -0,0 +1,27 @@ +# Branched Fedora (non-Rawhide) +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional} + + +# Rawhide Fedora +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/public.functional} + +# Gating RHEL +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public.functional}