valkey/gating.yaml
Petr Khartskhaev 0b5d35b3ce Add plans for testing valkey
This uses the CentOS Stream tmt test repo. Adding so we can properly
test changes directly in Fedora.
2026-05-19 17:54:03 +02:00

27 lines
758 B
YAML

# gating branched Fedora
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_testing
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating-centos.functional}
# gating Fedora Rawhide
--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build./plans/gating-centos.functional}
# gating rhel
--- !Policy
product_versions:
- rhel-*
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-rhel.functional}
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/gating-centos.functional}