From fa64ecb2c4a3e08fb02ad098946c6ae97b08fd9d Mon Sep 17 00:00:00 2001 From: Ivan Vecera Date: Mon, 9 Dec 2024 16:44:15 +0100 Subject: [PATCH] Use osci.brew-build.tier0.functional as test_case_name in gating.yaml Resolves: RHEL-56323 --- ethtool.spec | 5 ++++- gating.yaml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ethtool.spec b/ethtool.spec index 06805d4..5a06504 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -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 - 2:6.11-4 +- Fixed gating + * Tue Oct 29 2024 Troy Dawson - 2:6.11-3 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018 diff --git a/gating.yaml b/gating.yaml index e3c0e43..4ca9235 100644 --- a/gating.yaml +++ b/gating.yaml @@ -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}