Unhappy whitespace.
This commit is contained in:
parent
44a2cdd777
commit
2a9c33eee3
1 changed files with 3 additions and 3 deletions
|
@ -122,11 +122,11 @@ data:
|
||||||
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue