Add gating configuration
Resolves: RHEL-52182
This commit is contained in:
parent
c4051aa6d1
commit
14d2f06021
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
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}
|
11
plans/main.fmf
Normal file
11
plans/main.fmf
Normal file
@ -0,0 +1,11 @@
|
||||
discover:
|
||||
- name: tree-sitter-smoke-tests
|
||||
how: shell
|
||||
tests:
|
||||
- name: tree-sitter-ldd-test
|
||||
test: /usr/bin/ldd /usr/lib64/libtree-sitter.so.0
|
||||
require:
|
||||
- libtree-sitter
|
||||
duration: 1m
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user