From 265f0466598a2a94fd968b304b719e47289bc8fe Mon Sep 17 00:00:00 2001 From: Marta Lewandowska Date: Tue, 7 Jul 2026 10:41:30 +0200 Subject: [PATCH] actually fix gating for pesign --- .fmf/version | 1 + gating.yaml | 6 ------ pesign.spec | 6 +++++- plans/ci.fmf | 10 ++++++++++ 4 files changed, 16 insertions(+), 7 deletions(-) create mode 100644 .fmf/version delete mode 100644 gating.yaml create mode 100644 plans/ci.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 4ca9235..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional} diff --git a/pesign.spec b/pesign.spec index 6880adb..3e147b3 100644 --- a/pesign.spec +++ b/pesign.spec @@ -6,7 +6,7 @@ Name: pesign Summary: Signing utility for UEFI binaries Version: 116 -Release: 7%{?dist} +Release: 8%{?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 Jul 07 2026 Marta Lewandowska - 116-8 +- Move gating tests correctly to TF + Resolves: RHEL-190540 + * Tue Jun 30 2026 Marta Lewandowska - 116-7 - Move gating tests to Testing Farm Resolves: RHEL-190540 diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..5e941ff --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,10 @@ +summary: pesign gating tests +discover: + - name: kernel-tests + how: fmf + url: https://gitlab.com/redhat/centos-stream/tests/kernel/kernel-tests.git + ref: main + test: + - /misc/secureboot/pesign +execute: + how: tmt