Enable gating tests
Ensure the Fedora zlib-ng tests will be executed when packages are pushed to testing or stable.
This commit is contained in:
parent
245d095d95
commit
5e4a09ffbf
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
10
gating.yaml
Normal file
10
gating.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_contexts:
|
||||
- bodhi_update_push_testing
|
||||
- bodhi_update_push_stable
|
||||
- bodhi_update_push_stable_critpath
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
7
plans/build-gating.fmf
Normal file
7
plans/build-gating.fmf
Normal file
@ -0,0 +1,7 @@
|
||||
summary: Fedora zlib-ng tests
|
||||
discover:
|
||||
- name: fedora
|
||||
how: fmf
|
||||
url: https://src.fedoraproject.org/tests/zlib-ng.git
|
||||
execute:
|
||||
how: tmt
|
Loading…
Reference in New Issue
Block a user