From 1d6356d197183bca030fbdef2e24088a4370d83d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 23 Jun 2021 10:55:37 +0100 Subject: [PATCH] Adjust gating tests to add RHEL runner --- gating.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gating.yaml b/gating.yaml index 282e16b..94e3f41 100644 --- a/gating.yaml +++ b/gating.yaml @@ -5,3 +5,9 @@ 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: osci.brew-build.tier0.functional}