Comment out the abicheck policy, since it should only apply to critpath packages.
This commit is contained in:
parent
2a9c33eee3
commit
052a90bd3a
1 changed files with 17 additions and 17 deletions
|
@ -112,23 +112,23 @@ data:
|
|||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
|
||||
- !PassingTestCaseRule {test_case_name: dist.upgradepath}
|
||||
--- !Policy
|
||||
id: "taskotron_release_critical_tasks_for_stable_with_blacklist"
|
||||
product_versions:
|
||||
- fedora-27
|
||||
- fedora-26
|
||||
- fedora-25
|
||||
decision_context: bodhi_update_push_stable
|
||||
relevance_value: koji_build
|
||||
# abicheck only runs on a subset of all packages. We borrow the list from
|
||||
# taskotron's ansible vars. See discussion in https://pagure.io/greenwave/issue/68
|
||||
{% if env == 'staging' %}
|
||||
blacklist: [{{ hostvars[groups['taskotron-stg'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
|
||||
{% else %}
|
||||
blacklist: [{{ hostvars[groups['taskotron-prod'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
|
||||
{% endif %}
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: dist.abicheck}
|
||||
# --- !Policy
|
||||
# id: "taskotron_release_critical_tasks_for_stable_with_blacklist"
|
||||
# product_versions:
|
||||
# - fedora-27
|
||||
# - fedora-26
|
||||
# - fedora-25
|
||||
# decision_context: bodhi_update_push_stable
|
||||
# relevance_value: koji_build
|
||||
# # abicheck only runs on a subset of all packages. We borrow the list from
|
||||
# # taskotron's ansible vars. See discussion in https://pagure.io/greenwave/issue/68
|
||||
#{% if env == 'staging' %}
|
||||
# blacklist: [{{ hostvars[groups['taskotron-stg'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
|
||||
#{% else %}
|
||||
# blacklist: [{{ hostvars[groups['taskotron-prod'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
|
||||
#{% endif %}
|
||||
# rules:
|
||||
# - !PassingTestCaseRule {test_case_name: dist.abicheck}
|
||||
--- !Policy
|
||||
# Fedora Atomic CI pipeline
|
||||
# http://fedoraproject.org/wiki/CI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue