From 0809e82a7254349b0a4a414242015d2e3cd28e85 Mon Sep 17 00:00:00 2001 From: Milos Prchlik Date: Mon, 9 Aug 2021 09:33:36 +0200 Subject: [PATCH] Adds dummy gating.yaml No tests are available in c9s - yet - therefore leaving just the downstream where we do have at least a sanity-level tests. Once they are ported to upstream, we can unblock Fedora policies. Related: rhbz#1931726 --- gating.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..eb5faf3 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,22 @@ +# There are no tests/ yet in this repo, therefore leaving Fedora policies commented out. +# The downstream will run sanity tests instead, that can be controlled from an external +# config file, and removed once actual tests land in c9s stream. + +# --- !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}