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
17 lines
477 B
YAML
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}
|