openqa: bump the load average threshold on p09 worker hosts

They seem to be hitting this nonsense cap, bump it.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-15 13:17:24 -07:00
parent cb026b4120
commit 95f385cf4d
2 changed files with 4 additions and 0 deletions

View file

@ -48,6 +48,8 @@ openqa_rngd: true
openqa_tap_iface: enp1s0f0np0
# this is a powerful machine, can handle more openQA workers
openqa_workers: 15
# also means we need to bump the load average threshold
openqa_critical_threshold: 70
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
# firewall ports for server->worker websockets connections
# this port is 'QEMUPORT plus 1'

View file

@ -53,6 +53,8 @@ openqa_rngd: true
openqa_tap_iface: enp1s0f0np0
# this is a powerful machine, can handle more openQA workers
openqa_workers: 15
# also means we need to bump the load average threshold
openqa_critical_threshold: 70
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
# firewall ports for server->worker websockets connections
# this port is 'QEMUPORT plus 1'