Use osci.brew-build.tier0.functional as test_case_name in gating.yaml

Resolves: RHEL-56323
This commit is contained in:
Ivan Vecera 2024-12-09 16:44:15 +01:00
parent fffda7bc8d
commit fa64ecb2c4
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@ Summary: Settings tool for Ethernet NICs
Name: ethtool
Epoch: 2
Version: 6.11
Release: 3%{?dist}
Release: 4%{?dist}
# {json_print,qsfp,sff-common}.{c,h} are GPL-2.0-or-later, rest is GPL-2.0-only
License: GPL-2.0-only AND GPL-2.0-or-later
URL: https://www.kernel.org/pub/software/network/%{name}/
@ -44,6 +44,9 @@ make check
%{_mandir}/man8/%{name}.8*
%changelog
* Mon Dec 9 2024 Ivan Vecera <ivecera@redhat.com> - 2:6.11-4
- Fixed gating
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2:6.11-3
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018

View File

@ -3,4 +3,4 @@ product_versions:
- rhel-10
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier1-gating.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}