taskotron-trigger: run abicheck on all packages

Not just critpath. Apply this also to production.
See: https://pagure.io/taskotron/issue/238
This commit is contained in:
Kamil Páral 2017-11-01 11:33:17 +01:00
parent 858391375b
commit 587d280614

View file

@ -11,9 +11,6 @@
- when: - when:
message_type: KojiBuildPackageCompleted message_type: KojiBuildPackageCompleted
name: name:
{% if deployment_type in ['stg', 'prod'] %}
$in: ${critpath_pkgs}
{% endif %}
$nin: [{{ trigger_abicheck_blacklist | join(',') }}] $nin: [{{ trigger_abicheck_blacklist | join(',') }}]
do: do:
- {tasks: [abicheck]} - {tasks: [abicheck]}