From 2291b0e38cd415f7948e55cfd081c80ef0b229d0 Mon Sep 17 00:00:00 2001 From: Jakub Martisko Date: Wed, 3 Aug 2022 12:42:33 +0200 Subject: [PATCH] Add: gating.yaml (currently revdeps only) --- 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..8ce08b6 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.revdeps.integration}