Modify gating.yaml file based on gating feedback

Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
David Cantrell 2024-12-17 14:40:09 -05:00
parent 8e1455b229
commit afa6844e06
3 changed files with 4 additions and 17 deletions

View File

@ -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 <dcantrell@redhat.com> - 0.4.0-5
- Modify gating.yaml file based on gating feedback
* Tue Dec 03 2024 David Cantrell <dcantrell@redhat.com> - 0.4.0-4
- Even more modifications to the gating control files
Related: RHEL-60802

View File

@ -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}

View File

@ -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