Add gating configuration for C10S/RHEL10

Being an interactive tool there are no automatic mc tests we could use
for gating (yet), so let's do some sanity checks instead.
This commit is contained in:
Frantisek Sumsal 2025-02-12 12:50:20 +01:00
parent 52c57cfe51
commit 76724a4c5f
3 changed files with 21 additions and 0 deletions

1
.fmf/version Normal file
View File

@ -0,0 +1 @@
1

14
ci.fmf Normal file
View File

@ -0,0 +1,14 @@
# vi: ts=2 sw=2 et ft=yaml:
summary: Basic smoke test
execute:
how: tmt
script: |
set -ex
mc --help
mc --help-all
mc --help-terminal
mc --help-color
mc --version
mc --configure-options

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}