Add gating configuration for C10S/RHEL10
This commit is contained in:
parent
6c08a3ccf6
commit
1e2aefa9a9
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
10
ci.fmf
Normal file
10
ci.fmf
Normal 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
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
Loading…
Reference in New Issue
Block a user