Enable gating & add gating test

Resolves: RHEL-52149
This commit is contained in:
Pavel Simovec 2024-10-02 11:03:38 +02:00
parent 68b29fc9f8
commit fba8d63e99
3 changed files with 20 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

7
gating.yaml Normal file
View 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
View 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