diff --git a/roles/openshift-apps/greenwave/templates/configmap.yml b/roles/openshift-apps/greenwave/templates/configmap.yml index 98d916f80d..374872f0cd 100644 --- a/roles/openshift-apps/greenwave/templates/configmap.yml +++ b/roles/openshift-apps/greenwave/templates/configmap.yml @@ -122,11 +122,11 @@ data: 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' %} +{% if env == 'staging' %} blacklist: [{{ hostvars[groups['taskotron-stg'][0]]['trigger_abicheck_blacklist'] | join (',') }}] - {% else %} +{% else %} blacklist: [{{ hostvars[groups['taskotron-prod'][0]]['trigger_abicheck_blacklist'] | join (',') }}] - {% endif %} +{% endif %} rules: - !PassingTestCaseRule {test_case_name: dist.abicheck} --- !Policy