Do not run abicheck on firefox,kdelibs,kdepim, it times out

This commit is contained in:
Martin Krizek 2016-06-14 12:50:28 +00:00
parent dfbfff0d2f
commit 58ca6ee9fc

View file

@ -27,4 +27,8 @@ namespace = rpms-checks
[abicheck]
critpath_filepath = {{ trigger_critpath_file }}
{% if deployment_type in ['dev', 'stg'] %}
critpath_exclude = firefox,kdelibs,kdepim
{% else %}
critpath_exclude =
{% endif %}