From 484ac18bbf186ee4a29746125604080a1c869f11 Mon Sep 17 00:00:00 2001 From: Ondrej Dubaj Date: Tue, 7 Apr 2020 08:04:27 +0200 Subject: [PATCH] Enabled gating on tier1 tests --- gating.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..fd98e87 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - fedora +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.koji-build.tier1.functional}