From 8e1455b22903a5dd574b21e9bfa3dc93ab6a44c0 Mon Sep 17 00:00:00 2001 From: David Cantrell Date: Tue, 3 Dec 2024 15:28:41 -0500 Subject: [PATCH] Even more modifications to the gating control files Related: RHEL-60802 Signed-off-by: David Cantrell --- forge-srpm-macros.spec | 6 +++++- gating.yaml | 2 +- plans.fmf | 14 ++++++++++++++ plans/forge-srpm-macros.fmf | 14 -------------- 4 files changed, 20 insertions(+), 16 deletions(-) create mode 100644 plans.fmf delete mode 100644 plans/forge-srpm-macros.fmf diff --git a/forge-srpm-macros.spec b/forge-srpm-macros.spec index a30d144..735147c 100644 --- a/forge-srpm-macros.spec +++ b/forge-srpm-macros.spec @@ -5,7 +5,7 @@ Name: forge-srpm-macros Version: 0.4.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Macros to simplify packaging of forge-hosted projects License: GPL-1.0-or-later @@ -63,6 +63,10 @@ export MACRO_LUA_DIR="%{buildroot}%{_rpmluadir}" %changelog +* Tue Dec 03 2024 David Cantrell - 0.4.0-4 +- Even more modifications to the gating control files + Related: RHEL-60802 + * Tue Dec 03 2024 David Cantrell - 0.4.0-3 - Modifications to the gating control files Resolves: RHEL-60802 diff --git a/gating.yaml b/gating.yaml index 00b61e0..d9d641e 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: osci.brew-build.tier1.functional} + - !PassingTestCaseRule {test_case_name: osci.brew-build./plans/tier1-internal.functional} diff --git a/plans.fmf b/plans.fmf new file mode 100644 index 0000000..1b923a8 --- /dev/null +++ b/plans.fmf @@ -0,0 +1,14 @@ +/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 diff --git a/plans/forge-srpm-macros.fmf b/plans/forge-srpm-macros.fmf deleted file mode 100644 index 35da1a7..0000000 --- a/plans/forge-srpm-macros.fmf +++ /dev/null @@ -1,14 +0,0 @@ -summary: Run forge-srpm-macros tests -tier: 1 -discover: - how: fmf - dist-git-source: true -prepare: - how: install - package: python3-pytest - missing: fail -execute: - script: - - cd /fmf/root - - pytest tests - - ls -FC