Let's not do container builds on the bkernel's

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2018-08-17 03:15:50 +00:00
parent 84f4047823
commit 0b9a537bad

View file

@ -138,7 +138,7 @@ plugins = runroot
{% else %}
{% if ansible_architecture == 'x86_64' %}
{% if ansible_architecture == 'x86_64' and not ansible_inventory_hostname.startswith('bkernel') %}
plugins = builder_containerbuild
{% else %}
plugins =