From c235e8ca43a7110545e3a2600e4c379ad9d826ce Mon Sep 17 00:00:00 2001 From: Marta Lewandowska Date: Tue, 30 Jun 2026 13:53:30 +0200 Subject: [PATCH] Change gating from CKI to TF --- gating.yaml | 2 +- pesign.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gating.yaml b/gating.yaml index bc9962e..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: kernel-qe.kernel-ci.khw-gating-pesign-el10.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/pesign.spec b/pesign.spec index 11370c9..6880adb 100644 --- a/pesign.spec +++ b/pesign.spec @@ -6,7 +6,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 116 -Release: 6%{?dist} +Release: 7%{?dist} License: GPL-2.0-only URL: https://github.com/rhboot/pesign @@ -162,6 +162,10 @@ certutil -d %{_sysconfdir}/pki/pesign/ -X -L > /dev/null %{python3_sitelib}/mockbuild/plugins/pesign.* %changelog +* Tue Jun 30 2026 Marta Lewandowska - 116-7 +- Move gating tests to Testing Farm + Resolves: RHEL-190540 + * Tue Oct 29 2024 Troy Dawson - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018