Enable gating & add gating test
Resolves: RHEL-52149
This commit is contained in:
parent
68b29fc9f8
commit
fba8d63e99
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
|||||||
|
1
|
7
gating.yaml
Normal file
7
gating.yaml
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
--- !Policy
|
||||||
|
|
||||||
|
product_versions:
|
||||||
|
- rhel-10
|
||||||
|
decision_context: osci_compose_gate
|
||||||
|
rules:
|
||||||
|
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
12
plans/main.fmf
Normal file
12
plans/main.fmf
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
discover:
|
||||||
|
- name: OpenBLAS-srpm-macros-existence-test
|
||||||
|
how: shell
|
||||||
|
tests:
|
||||||
|
- name: macros-existence-test
|
||||||
|
test: |
|
||||||
|
[ "$(rpm --eval '%{openblas_arches}')" != "%{openblas_arches}" ]
|
||||||
|
require:
|
||||||
|
- openblas-srpm-macros
|
||||||
|
duration: 1m
|
||||||
|
execute:
|
||||||
|
how: tmt
|
Loading…
Reference in New Issue
Block a user