From bf8244d2b4809cc29bd81a58c2f20b3870463daf Mon Sep 17 00:00:00 2001 From: Milos Prchlik Date: Wed, 17 Oct 2018 13:33:35 +0200 Subject: [PATCH] Enable gating based on BaseOS CI results Based on [1], enables gating governed by BaseOS CI results. [1] https://docs.google.com/document/d/1zvG03jABz8Od6W8YkQ8ewOKt10kzmQ0KYNjL1QOcKoE/ --- 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..7755c22 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-8 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional}