Extend abicheck blacklist

This commit is contained in:
Martin Krizek 2017-02-21 15:01:21 +00:00
parent df254e0fd9
commit 8c918b8f88

View file

@ -21,7 +21,7 @@
{% if deployment_type in ['stg', 'prod'] %} {% if deployment_type in ['stg', 'prod'] %}
$in: ${critpath_pkgs} $in: ${critpath_pkgs}
{% endif %} {% endif %}
$nin: [firefox,thunderbird,kernel,kdelibs,kdepim,qt] $nin: [firefox,thunderbird,kernel,kdelibs,kdepim,qt,mariadb,java-1.8.0-openjdk,libreoffice]
do: do:
- {tasks: [abicheck]} - {tasks: [abicheck]}
- when: {message_type: KojiTagChanged} - when: {message_type: KojiTagChanged}