greenwave: fix configmap.yml to make 'oc apply' happy

This commit is contained in:
Matt Jia 2017-10-30 16:03:31 +10:00
parent c48f91a353
commit ca280ac4f3
No known key found for this signature in database
GPG key ID: 496C2CDC1EF01F5D

View file

@ -112,23 +112,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