From 83087125ca7fede26fc5ba3af5f9426ca37dedf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Bene=C5=A1?= Date: Mon, 29 Jul 2024 14:56:52 +0200 Subject: [PATCH] tests: add c9s gating yaml instead of fedora like --- gating.yaml | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/gating.yaml b/gating.yaml index 0bd5927..d353613 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,14 +1,6 @@ --- !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: desktop-qe.desktop-ci.tier1-gating.functional}