openqa/worker: tap workers have default classes too
we don't want these workers to *only* run tap tests, so put the default classes into their WORKER_CLASS too.
This commit is contained in:
parent
32c4ec27b6
commit
de64bbf198
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[global]
|
||||
HOST = http://{{ openqa_hostname|default('localhost') }}
|
||||
{% if openqa_tap is defined and openqa_tap %}
|
||||
WORKER_CLASS = tap
|
||||
WORKER_CLASS = tap,qemu_x86_64,qemu_i686,qemu_i586
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue