mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +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
b7d0012532
commit
67a3a59abb
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