From afa6844e06576e915f39da2025d1a11897223bdb Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 17 Dec 2024 14:40:09 -0500 Subject: [PATCH] Modify gating.yaml file based on gating feedback Signed-off-by: David Cantrell --- forge-srpm-macros.spec | 5 ++++- gating.yaml | 2 -- plans.fmf | 14 -------------- 3 files changed, 4 insertions(+), 17 deletions(-) delete mode 100644 plans.fmf diff --git a/forge-srpm-macros.spec b/forge-srpm-macros.spec index 735147c..517c9ba 100644 --- a/forge-srpm-macros.spec +++ b/forge-srpm-macros.spec @@ -5,7 +5,7 @@ Name: forge-srpm-macros Version: 0.4.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Macros to simplify packaging of forge-hosted projects License: GPL-1.0-or-later @@ -63,6 +63,9 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}" %changelog +* Tue Dec 17 2024 David Cantrell - 0.4.0-5 +- Modify gating.yaml file based on gating feedback + * Tue Dec 03 2024 David Cantrell - 0.4.0-4 - Even more modifications to the gating control files Related: RHEL-60802 diff --git a/gating.yaml b/gating.yaml index d9d641e..4db6fc9 100644 --- a/gating.yaml +++ b/gating.yaml @@ -2,5 +2,3 @@ product_versions: - rhel-10 decision_context: osci_compose_gate -rules: - - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/plans.fmf b/plans.fmf deleted file mode 100644 index 1b923a8..0000000 --- a/plans.fmf +++ /dev/null @@ -1,14 +0,0 @@ -/tier1-internal: - summary: Run forge-srpm-macros tests - discover: - how: fmf - dist-git-source: true - prepare: - how: install - package: python3-pytest - missing: fail - execute: - script: - - cd /fmf/root - - pytest tests - - ls -FC