mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
we don't want these workers to *only* run tap tests, so put the default classes into their WORKER_CLASS too.
6 lines
175 B
Django/Jinja
6 lines
175 B
Django/Jinja
[global]
|
|
HOST = http://{{ openqa_hostname|default('localhost') }}
|
|
{% if openqa_tap is defined and openqa_tap %}
|
|
WORKER_CLASS = tap,qemu_x86_64,qemu_i686,qemu_i586
|
|
{% endif %}
|