From c34743a1f63f2af4c0728f688880d2e51822d50d Mon Sep 17 00:00:00 2001 From: Adam Piasecki Date: Thu, 14 May 2026 11:44:52 +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-178246 - https://redhat.atlassian.net/browse/RHEL-178246 --- gating.yaml | 7 ------- rust-afterburn.spec | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml deleted file mode 100644 index 5017e55..0000000 --- a/gating.yaml +++ /dev/null @@ -1,7 +0,0 @@ ---- !Policy -product_versions: - - rhel-10 -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/rust-afterburn.spec b/rust-afterburn.spec index d3f9892..685df7d 100644 --- a/rust-afterburn.spec +++ b/rust-afterburn.spec @@ -7,7 +7,7 @@ Name: rust-afterburn Version: 5.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Simple cloud provider agent License: Apache-2.0