From 6dfd11c418db770b76f79a4f5239903febca5a58 Mon Sep 17 00:00:00 2001 From: Milos Malik Date: Wed, 3 Apr 2024 18:42:20 +0200 Subject: [PATCH] replace Fedora CI with RHEL CI Copy the gating.yaml file from the c9s branch to the c10s branch. --- gating.yaml | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/gating.yaml b/gating.yaml index af6eb32..95f53bc 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,16 +1,7 @@ --- !Policy product_versions: - - fedora-* -decision_context: bodhi_update_push_testing -subject_type: koji_build + - rhel-10 +decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - ---- !Policy -product_versions: - - fedora-* -decision_context: bodhi_update_push_stable -subject_type: koji_build -rules: - - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional} - + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} + - !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1.functional}