From d410e85e2dea5c227865770373bad2b95513cff8 Mon Sep 17 00:00:00 2001 From: Adam Piasecki Date: Tue, 19 May 2026 17:30:18 +0100 Subject: [PATCH] Remove gating.yaml to fix smoke test gating The smoke test runs and passes under osci.brew-build.tier0.functional, but gating.yaml expects results under a separate testcase (OSCI-8144). Removing gating.yaml lets OSCI handle gating automatically via tier0. Resolves: RHEL-177966 - https://redhat.atlassian.net/browse/RHEL-177966 --- gating.yaml | 6 ------ ignition.spec | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index f26ff0b..0000000 --- a/gating.yaml +++ /dev/null @@ -1,6 +0,0 @@ ---- !Policy -product_versions: - - rhel-9 -decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./tests/tmt/plans/smoke} # this is the testcase identifier, which OSCI pipeline uses diff --git a/ignition.spec b/ignition.spec index d461698..ea08ed2 100644 --- a/ignition.spec +++ b/ignition.spec @@ -22,7 +22,7 @@ Version: 2.26.0 %global dracutlibdir %{_prefix}/lib/dracut Name: ignition -Release: 1%{?dist} +Release: 2%{?dist} Summary: First boot installer and configuration tool (RHEL CoreOS only) # Upstream license specification: Apache-2.0