From 2d85494c97b2a5a7d9c34121a6e7c3b4157337e4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 19 Jan 2024 11:00:38 -0800 Subject: [PATCH] openqa-a64-worker04: cut worker count a little We seem to be getting lots of failures on compose tests, I think because of how many tests kick off all at once, because they seem to work OK when restarted one by one. Maybe this worker count is a bit too ambitious (though it used to work), let's try cutting it a bit. Signed-off-by: Adam Williamson --- inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org b/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org index b0c55bfe39..e5612f096e 100644 --- a/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker04.iad2.fedoraproject.org @@ -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: 30 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # firewall ports for server->worker websockets connections # this port is 'QEMUPORT plus 1'