mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 02:34:52 +00:00
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:
parent
e093ecfc98
commit
8ed822b44a
1 changed files with 6 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue