mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 09:32:42 +00:00
8ed822b44a
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.
18 lines
552 B
YAML
18 lines
552 B
YAML
--- !Policy
|
|
product_versions:
|
|
- fedora-*
|
|
decision_contexts:
|
|
- bodhi_update_push_testing
|
|
- bodhi_update_push_stable
|
|
- bodhi_update_push_stable_critpath
|
|
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}
|