From a5b75452255bee32dd79cb51dea804d566ac9e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hrdina?= Date: Tue, 25 Jun 2024 15:56:20 +0200 Subject: [PATCH] Fixing gating.yaml --- filesystem.spec | 5 ++++- gating.yaml | 24 +++++++++++++++++++++--- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/filesystem.spec b/filesystem.spec index b0c2d4f..4201b28 100644 --- a/filesystem.spec +++ b/filesystem.spec @@ -1,7 +1,7 @@ Summary: The basic directory layout for a Linux system Name: filesystem Version: 3.16 -Release: 4%{?dist} +Release: 5%{?dist} License: Public Domain URL: https://pagure.io/filesystem Group: System Environment/Base @@ -312,6 +312,9 @@ restorecon /afs 2>/dev/null >/dev/null || : /var/yp %changelog +* Tue Jun 25 2024 FrantiĊĦek Hrdina - 3.16-5 +- Fixing gating.yaml + * Tue Jun 25 2024 Martin Osvald - 3.16-4 - Update fmf plans and gating diff --git a/gating.yaml b/gating.yaml index 1cb6d35..1b16508 100644 --- a/gating.yaml +++ b/gating.yaml @@ -1,7 +1,25 @@ --- !Policy product_versions: - - rhel-9 + - fedora-* +decision_context: bodhi_update_push_testing +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + +#Rawhide +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/tier1-public.functional} + +#gating rhel +--- !Policy +product_versions: + - rhel-* decision_context: osci_compose_gate rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/tier1-internal.functional} - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/public/tier1-public.functional} \ No newline at end of file + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} \ No newline at end of file