From d65e6f135422917cc0b9aa92789279824f976f04 Mon Sep 17 00:00:00 2001 From: Daniel Zatovic Date: Tue, 30 Apr 2024 16:42:06 +0200 Subject: [PATCH] Reinstate gating.yaml from RHEL. --- gating.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/gating.yaml b/gating.yaml index bb1d8ee..42981df 100644 --- a/gating.yaml +++ b/gating.yaml @@ -12,3 +12,11 @@ decision_contexts: [bodhi_update_push_stable] subject_type: koji_build rules: - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} + +--- !Policy +product_versions: + - rhel-10 +decision_context: osci_compose_gate +rules: + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-x86_64.functional}