Fixing gating.yaml

This commit is contained in:
František Hrdina 2024-06-25 15:56:20 +02:00
parent 563f4215c3
commit a5b7545225
2 changed files with 25 additions and 4 deletions

View File

@ -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 <fhrdina@redhat.com> - 3.16-5
- Fixing gating.yaml
* Tue Jun 25 2024 Martin Osvald <mosvald@redhat.com> - 3.16-4
- Update fmf plans and gating

View File

@ -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}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-public.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional}