From eb985adebdd93b8581e548214efe525a1a4cde39 Mon Sep 17 00:00:00 2001 From: Petr Sklenar Date: Tue, 11 Jan 2022 10:52:46 +0100 Subject: [PATCH] adding gating.yaml for ci --- .fmf/version | 1 + gating.yaml | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .fmf/version create mode 100644 gating.yaml diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..ce1b655 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,16 @@ +--- !Policy +product_versions: + - fedora-* +decision_contexts: [bodhi_update_push_testing] +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + +#gating rawhide +--- !Policy +product_versions: + - fedora-* +decision_contexts: [bodhi_update_push_stable] +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}