Add initial gating tests
This commit is contained in:
parent
34031caf38
commit
1bb5049560
1
.fmf/version
Normal file
1
.fmf/version
Normal file
@ -0,0 +1 @@
|
||||
1
|
||||
21
gating.yaml
Normal file
21
gating.yaml
Normal file
@ -0,0 +1,21 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_testing
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- fedora-*
|
||||
decision_context: bodhi_update_push_stable
|
||||
subject_type: koji_build
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-*
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}
|
||||
|
||||
9
tests/ci.fmf
Normal file
9
tests/ci.fmf
Normal file
@ -0,0 +1,9 @@
|
||||
summary: Always passing test
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
- bash
|
||||
- lttng-ust
|
||||
execute:
|
||||
script:
|
||||
- true # always pass
|
||||
Loading…
Reference in New Issue
Block a user