From 071adb7bb5a8c1daf1e2d0ef367dd2261b559e3d Mon Sep 17 00:00:00 2001 From: Sergio Correia Date: Wed, 15 Jun 2022 08:30:42 -0300 Subject: [PATCH] Add gating configuration Related: rhbz#2084555 --- 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..60afc23 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,6 @@ +--- !Policy +product_versions: + - rhel-9 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.openstack-keylime-integration.functional}