openQA: Go to 5 simultaneous workers on aarch64 tap worker host
We need 5 to run a 5-test cluster, openQA just won't schedule the tests if you don't have enough hosts. Let's just hope the hardware can keep up. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
b86e4987b8
commit
c3dde2234c
1 changed files with 3 additions and 1 deletions
|
@ -21,7 +21,9 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
|||
ansible_ifcfg_whitelist: ['eth0', 'eth1']
|
||||
ansible_ifcfg_disabled: ['eth1']
|
||||
|
||||
openqa_workers: 4
|
||||
# 5 is pushing it a bit, but we need 5 simultaneous tap workers for
|
||||
# the server-dvd-iso support_server test cluster...
|
||||
openqa_workers: 5
|
||||
# firewall ports for server->worker websockets connections
|
||||
# this port is 'QEMUPORT plus 1'
|
||||
# QEMUPORT is:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue