ec76e0bb54
We use `fmf` and `tmt` test config to run qemu-sanity-check, similar to how its done in the spec file at the moment. Add gating.yml that requires these tests to pass before updates can be pushed Signed-off-by: Cole Robinson <crobinso@redhat.com>
20 lines
499 B
YAML
20 lines
499 B
YAML
# From: https://docs.fedoraproject.org/en-US/ci/gating/
|
|
|
|
# For updates-testing
|
|
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_contexts: [bodhi_update_push_testing]
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|
|
|
|
# For rawhide
|
|
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_contexts: [bodhi_update_push_stable]
|
|
subject_type: koji_build
|
|
rules:
|
|
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
|