Add gating configuration

Resolves: RHEL-52182
This commit is contained in:
Jacek Migacz 2024-10-15 13:28:42 +02:00
parent c4051aa6d1
commit 14d2f06021
3 changed files with 18 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}

11
plans/main.fmf Normal file
View 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