Even more modifications to the gating control files
Related: RHEL-60802 Signed-off-by: David Cantrell <dcantrell@redhat.com>
This commit is contained in:
parent
a343ad2ffa
commit
8e1455b229
@ -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 <dcantrell@redhat.com> - 0.4.0-4
|
||||
- Even more modifications to the gating control files
|
||||
Related: RHEL-60802
|
||||
|
||||
* Tue Dec 03 2024 David Cantrell <dcantrell@redhat.com> - 0.4.0-3
|
||||
- Modifications to the gating control files
|
||||
Resolves: RHEL-60802
|
||||
|
@ -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}
|
||||
|
14
plans.fmf
Normal file
14
plans.fmf
Normal file
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user