openqa: as an experiment, cut workers on a64 prod to 20
this is to see if it reduces the number of test flakes, I want to see if we're running too many workers for the system to cope with (maybe the storage). Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
20a28f01b6
commit
33ff6fda44
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: 20
|
||||
# also means we need to bump the load average threshold
|
||||
openqa_critical_threshold: 70
|
||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue