From c6ad51abc04c59a9c6dfe31df5036e40750b4d58 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Sat, 31 Aug 2024 00:01:10 -0700 Subject: [PATCH] openqa/worker: bump thresholds higher sigh, we're still hitting it on a64-worker04. Signed-off-by: Adam Williamson --- inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org | 2 +- inventory/host_vars/openqa-x86-worker01.iad2.fedoraproject.org | 2 +- inventory/host_vars/openqa-x86-worker02.iad2.fedoraproject.org | 2 +- inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org | 2 +- inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org | 2 +- inventory/host_vars/openqa-x86-worker06.iad2.fedoraproject.org | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org b/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org index 22c11fb6b1..e4dc92101c 100644 --- a/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org @@ -61,7 +61,7 @@ openqa_tap_iface: eth2 # this is a powerful machine, can handle more openQA workers openqa_workers: 35 # also means we need to bump the load average threshold -openqa_critical_threshold: 60 +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-x86-worker01.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker01.iad2.fedoraproject.org index 39804ab3db..87378b591d 100644 --- a/inventory/host_vars/openqa-x86-worker01.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker01.iad2.fedoraproject.org @@ -64,7 +64,7 @@ openqa_tap_iface: em1 # this is a powerful machine, can handle more openQA workers openqa_workers: 30 # also means we need to bump the load average threshold -openqa_critical_threshold: 50 +openqa_critical_threshold: 60 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-x86-worker02.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker02.iad2.fedoraproject.org index 1bfda39649..87e20afb8f 100644 --- a/inventory/host_vars/openqa-x86-worker02.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker02.iad2.fedoraproject.org @@ -62,7 +62,7 @@ openqa_tap_iface: em1 # this is a powerful machine, can handle more openQA workers openqa_workers: 30 # also means we need to bump the load average threshold -openqa_critical_threshold: 50 +openqa_critical_threshold: 60 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-x86-worker04.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org index 44fe998e2b..f8dc848e67 100644 --- a/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker04.iad2.fedoraproject.org @@ -64,7 +64,7 @@ openqa_tap_iface: em1 # this is a powerful machine, can handle more openQA workers openqa_workers: 30 # also means we need to bump the load average threshold -openqa_critical_threshold: 50 +openqa_critical_threshold: 60 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-x86-worker05.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org index 7922d08d18..8d0b91b818 100644 --- a/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker05.iad2.fedoraproject.org @@ -61,7 +61,7 @@ openqa_rngd: true openqa_tap_iface: eno1 # xeon e5-2683v4, 32 physical CPUs openqa_workers: 30 -openqa_critical_threshold: 50 +openqa_critical_threshold: 60 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-x86-worker06.iad2.fedoraproject.org b/inventory/host_vars/openqa-x86-worker06.iad2.fedoraproject.org index 4e6e6269a8..e00835b66f 100644 --- a/inventory/host_vars/openqa-x86-worker06.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-x86-worker06.iad2.fedoraproject.org @@ -61,7 +61,7 @@ openqa_rngd: true # this is a powerful machine, can handle more openQA workers openqa_workers: 30 # also means we need to bump the load average threshold -openqa_critical_threshold: 50 +openqa_critical_threshold: 60 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # firewall ports for server->worker websockets connections # this port is 'QEMUPORT plus 1'