From a2e5794f03b96947e7e876ddabbd895f28104dce Mon Sep 17 00:00:00 2001 From: Milos Prchlik Date: Mon, 9 Aug 2021 09:34:44 +0200 Subject: [PATCH] Adds initial gating.yaml There are tests in this repository, connecting them to CI systems. Related: rhbz#1931726 --- gating.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..a447c7e --- /dev/null +++ b/gating.yaml @@ -0,0 +1,18 @@ +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_testing +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - fedora-* +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.tier0.functional}