From 9e5ee9cbfd3317f0ea274ea200061e6af2bc645a Mon Sep 17 00:00:00 2001 From: Milos Prchlik Date: Tue, 30 Nov 2021 13:02:10 +0100 Subject: [PATCH] tests: enable use of build-gating tests in actual gating --- gating.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..c60f9b5 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,9 @@ +--- !Policy +product_versions: + - fedora-* +decision_contexts: + - bodhi_update_push_testing + - bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}