Require rpmdeplint gating test only in rawhide

The test is run by CI only in rawhide. Requiring it in
all fedora branches will cause that all bodhi updates get
stuck due to the required test being absent.
This commit is contained in:
Jesus Checa Hidalgo 2024-09-10 11:57:34 +02:00 committed by nikic
parent b7d0012532
commit 67a3a59abb

View file

@ -9,4 +9,10 @@ subject_type: koji_build
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.tier0.functional}
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional}
--- !Policy
product_versions:
- fedora-rawhide
decision_contexts:
- bodhi_update_push_stable
rules:
- !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional}