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:
Adam Williamson 2024-09-05 14:15:08 -07:00
parent 20a28f01b6
commit 33ff6fda44

View file

@ -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"