Reinstitute greenwave abicheck policy, borrowing taskotron's blacklist.

This commit is contained in:
Ralph Bean 2017-11-21 20:35:57 +00:00
parent c68d023707
commit 483a7423e1

View file

@ -111,23 +111,23 @@ data:
rules: rules:
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint} - !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
- !PassingTestCaseRule {test_case_name: dist.upgradepath} - !PassingTestCaseRule {test_case_name: dist.upgradepath}
# --- !Policy --- !Policy
# id: "taskotron_release_critical_tasks_for_stable_with_blacklist" id: "taskotron_release_critical_tasks_for_stable_with_blacklist"
# product_versions: product_versions:
# - fedora-27 - fedora-27
# - fedora-26 - fedora-26
# - fedora-25 - fedora-25
# decision_context: bodhi_update_push_stable decision_context: bodhi_update_push_stable
# relevance_value: koji_build relevance_value: koji_build
# # abicheck only runs on a subset of all packages. We borrow the list from # 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 # taskotron's ansible vars. See discussion in https://pagure.io/greenwave/issue/68
#{% if env == 'staging' %} {% if env == 'staging' %}
# blacklist: [{{ hostvars[groups['taskotron-stg'][0]]['trigger_abicheck_blacklist'] | join (',') }}] blacklist: [{{ hostvars[groups['taskotron-stg'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
#{% else %} {% else %}
# blacklist: [{{ hostvars[groups['taskotron-prod'][0]]['trigger_abicheck_blacklist'] | join (',') }}] blacklist: [{{ hostvars[groups['taskotron-prod'][0]]['trigger_abicheck_blacklist'] | join (',') }}]
#{% endif %} {% endif %}
# rules: rules:
# - !PassingTestCaseRule {test_case_name: dist.abicheck} - !PassingTestCaseRule {test_case_name: dist.abicheck}
--- !Policy --- !Policy
# Fedora Atomic CI pipeline # Fedora Atomic CI pipeline
# http://fedoraproject.org/wiki/CI # http://fedoraproject.org/wiki/CI