cockpit-podman/gating.yaml
Martin Pitt 28412439e6 gating.yaml: Add RHEL rule
That allows us to keep the package in sync between Fedora and CentOS
Stream.
2023-04-17 06:32:00 +02:00

15 lines
346 B
YAML

--- !Policy
product_versions:
- fedora-*
decision_context: bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
--- !Policy
product_versions:
- rhel-8
- rhel-9
decision_context: osci_compose_gate
rules:
- !PassingTestCaseRule {test_case_name: osci.brew-build.tier0.functional}