sqlite/gating.yaml
Zuzana Miklankova 8331b8efec
add gating.yaml
so the package will be gated on the tests before transferring to testing,
respectively stable state.
2023-06-23 12:35:36 +02:00

18 lines
445 B
YAML

# Branched Fedora (non-Rawhide)
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./ci.functional}
# Rawhide Fedora
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./ci.functional}