From 95f385cf4d617ce54df70ad704f695c31c5c3c29 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Oct 2024 13:17:24 -0700 Subject: [PATCH] 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 --- inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org | 2 ++ inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org | 2 ++ 2 files changed, 4 insertions(+) diff --git a/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org b/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org index c59cb5c8c5..b211a5dc04 100644 --- a/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-p09-worker01.iad2.fedoraproject.org @@ -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' diff --git a/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org b/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org index 8d87a75bf5..7cdde21001 100644 --- a/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-p09-worker02.iad2.fedoraproject.org @@ -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'