Change the gating.yaml from rhel-9 to rhel-10

Resolves: RHEL-42982
Signed-off-by: John Kacur <jkacur@redhat.com>
This commit is contained in:
John Kacur 2024-06-17 14:54:35 -04:00
parent 75278bca41
commit 284cb0d912
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
--- !Policy --- !Policy
product_versions: product_versions:
- rhel-9 - rhel-10
decision_context: osci_compose_gate decision_context: osci_compose_gate
rules: rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

View File

@ -1,6 +1,6 @@
Name: rteval-loads Name: rteval-loads
Version: 1.6 Version: 1.6
Release: 8%{?dist} Release: 9%{?dist}
Summary: Source files for rteval loads Summary: Source files for rteval loads
Group: Development/Tools Group: Development/Tools
License: GPL-2.0-only License: GPL-2.0-only
@ -27,6 +27,10 @@ install -m 644 %{SOURCE0} %{buildroot}%{_datadir}/rteval/loadsource
%{_datadir}/rteval/loadsource/* %{_datadir}/rteval/loadsource/*
%changelog %changelog
* Mon Jun 17 2024 John Kacur <jkacur@redhat.com> - 1.6-9
- Change the gating.yaml from rhel-9 to rhel-10
Resolves: RHEL-42982
* Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 1.6-8 * Tue Mar 26 2024 John Kacur <jkacur@redhat.com> - 1.6-8
- Add gating.yaml - Add gating.yaml
- Add tests - Add tests