From 7ce587df5038ed9d8cbea2b4ce30b2dcba12cd76 Mon Sep 17 00:00:00 2001 From: Jitka Plesnikova Date: Fri, 29 Mar 2019 09:32:58 +0100 Subject: [PATCH] Enable gating --- gating.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..9f1d298 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,7 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate_modules +subject_type: redhat-module +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.redhat-module.tier1.functional}