openqa-a64-worker04: cut worker count a little
We seem to be getting lots of failures on compose tests, I think because of how many tests kick off all at once, because they seem to work OK when restarted one by one. Maybe this worker count is a bit too ambitious (though it used to work), let's try cutting it a bit. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
cc08ec8271
commit
2d85494c97
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ nrpe_procs_warn: 250
|
|||
openqa_rngd: true
|
||||
openqa_tap_iface: eth2
|
||||
# this is a powerful machine, can handle more openQA workers
|
||||
openqa_workers: 35
|
||||
openqa_workers: 30
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
# firewall ports for server->worker websockets connections
|
||||
# this port is 'QEMUPORT plus 1'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue