Add gating configuration for C10S/RHEL10

This commit is contained in:
Frantisek Sumsal 2025-02-12 14:30:59 +01:00
parent 6c08a3ccf6
commit 1e2aefa9a9
3 changed files with 17 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

10
ci.fmf Normal file
View File

@ -0,0 +1,10 @@
# vi: ts=2 sw=2 et ft=yaml:
summary: Basic smoke test
execute:
how: tmt
script: |
set -ex
python3 -c 'import nihtest.Command as nc; x = nc.Command("echo", ["hello"]); x.run(); assert(x.stdout[0] == "hello")'
python3 -c 'import nihtest.Command as nc; x = nc.Command("false", []); x.run(); assert(x.exit_code == 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}