Move this to the right place in the file.
This commit is contained in:
parent
09f15fbc78
commit
e7accbe066
1 changed files with 18 additions and 18 deletions
|
@ -111,6 +111,24 @@ data:
|
||||||
rules:
|
rules:
|
||||||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
||||||
--- !Policy
|
--- !Policy
|
||||||
|
id: "no_requirements_for_epel_testing"
|
||||||
|
product_versions:
|
||||||
|
- fedora-epel-7
|
||||||
|
- fedora-epel-6
|
||||||
|
decision_context: bodhi_update_push_testing
|
||||||
|
blacklist: []
|
||||||
|
relevance_value: koji_build
|
||||||
|
rules: []
|
||||||
|
--- !Policy
|
||||||
|
id: "no_requirements_for_epel_stable"
|
||||||
|
product_versions:
|
||||||
|
- fedora-epel-7
|
||||||
|
- fedora-epel-6
|
||||||
|
decision_context: bodhi_update_push_stable
|
||||||
|
blacklist: []
|
||||||
|
relevance_value: koji_build
|
||||||
|
rules: []
|
||||||
|
--- !Policy
|
||||||
# Fedora Atomic CI pipeline
|
# Fedora Atomic CI pipeline
|
||||||
# http://fedoraproject.org/wiki/CI
|
# http://fedoraproject.org/wiki/CI
|
||||||
id: "atomic_ci_pipeline_results"
|
id: "atomic_ci_pipeline_results"
|
||||||
|
@ -181,21 +199,3 @@ data:
|
||||||
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
|
greenwave_api_url='https://greenwave-web-greenwave.app.os.fedoraproject.org/api/v1.0'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
)
|
)
|
||||||
--- !Policy
|
|
||||||
id: "no_requirements_for_epel_testing"
|
|
||||||
product_versions:
|
|
||||||
- fedora-epel-7
|
|
||||||
- fedora-epel-6
|
|
||||||
decision_context: bodhi_update_push_testing
|
|
||||||
blacklist: []
|
|
||||||
relevance_value: koji_build
|
|
||||||
rules: []
|
|
||||||
--- !Policy
|
|
||||||
id: "no_requirements_for_epel_stable"
|
|
||||||
product_versions:
|
|
||||||
- fedora-epel-7
|
|
||||||
- fedora-epel-6
|
|
||||||
decision_context: bodhi_update_push_stable
|
|
||||||
blacklist: []
|
|
||||||
relevance_value: koji_build
|
|
||||||
rules: []
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue