Add gating
This commit is contained in:
parent
dd8737779a
commit
b523456450
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}
|
||||
19
plan.fmf
Normal file
19
plan.fmf
Normal file
@ -0,0 +1,19 @@
|
||||
execute:
|
||||
how: tmt
|
||||
|
||||
discover:
|
||||
how: shell
|
||||
dist-git-source: true
|
||||
# we need this in rpmbuild phase, which is before requires are installed
|
||||
dist-git-require:
|
||||
- python3.14
|
||||
tests:
|
||||
- name: bundled tests
|
||||
require:
|
||||
- python3.14-pycparser
|
||||
- gcc
|
||||
test: |
|
||||
cd $(dirname $TMT_SOURCE_DIR/pycparser-*/tests) &&
|
||||
rm -rf pycparser &&
|
||||
python3.14 -m unittest -v
|
||||
|
||||
Loading…
Reference in New Issue
Block a user