From 3293d4fc62b87e5f3af35c3cba131f258a5bc8f5 Mon Sep 17 00:00:00 2001 From: Matus Marhefka Date: Mon, 17 May 2021 15:08:36 +0200 Subject: [PATCH] Add gating configuration for RHEL --- gating.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gating.yaml b/gating.yaml index 1f13530..b16b396 100644 --- a/gating.yaml +++ b/gating.yaml @@ -12,3 +12,11 @@ decision_context: bodhi_update_push_stable subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} +--- !Policy +product_versions: + - rhel-* +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.ci-beaker.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tedude.validation}