libecpg/gating.yaml
Daniel Handzus 2f84d54ea8 Use CentOS Stream test repository instead of Fedora
Update the tests to point to the CentOS Stream test repository
rather than src.fedoraproject.org.

The tests for both environments are essentially identical. Unifying
the test source prevents duplicate maintenance work and ensures
consistency across the distributions.

Resolves: INFRASERV-1751
2026-08-03 16:48:47 +02:00

17 lines
477 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./plans/tier1-public.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./plans/tier1-public.functional}