Remove the abicheck from greenwave's policy. We have some test run issues to sort out first.

This commit is contained in:
Ralph Bean 2018-01-23 17:16:34 +00:00
parent 2ee431319b
commit 465f155d14

View file

@ -115,25 +115,6 @@ data:
rules:
- !PassingTestCaseRule {test_case_name: dist.rpmdeplint}
--- !Policy
id: "taskotron_release_critical_tasks_for_stable_with_blacklist"
product_versions:
- fedora-27
- fedora-26
- fedora-25
- fedora-epel-7
- fedora-epel-6
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
id: "atomic_ci_pipeline_results"