Add gating

This commit is contained in:
Lukáš Zachar 2025-10-07 16:30:20 +02:00 committed by Lumir Balhar
parent c008f65b44
commit 71656d130c
3 changed files with 20 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

6
gating.yaml Normal file
View File

@ -0,0 +1,6 @@
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}

13
plan.fmf Normal file
View File

@ -0,0 +1,13 @@
execute:
how: tmt
environment:
pybasever: '3.14'
discover:
how: shell
tests:
- name: smoke - import works
test: python${pybasever} -c 'import pybind11'
require:
- python${pybasever}-pybind11