From 583c76363d0f67093611e1510dc9b093d6dc038a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 22 Apr 2026 09:11:58 -0700 Subject: [PATCH] openQA: drop aarch64 concurrent workers to 45 We're just getting too many flakes on aarch64 tests. Let's see if this helps. Signed-off-by: Adam Williamson --- .../host_vars/openqa-a64-worker01.rdu3.fedoraproject.org | 4 ++-- .../host_vars/openqa-a64-worker02.rdu3.fedoraproject.org | 4 ++-- .../host_vars/openqa-a64-worker03.rdu3.fedoraproject.org | 4 ++-- .../host_vars/openqa-a64-worker04.rdu3.fedoraproject.org | 4 ++-- .../host_vars/openqa-a64-worker05.rdu3.fedoraproject.org | 4 ++-- .../host_vars/openqa-a64-worker06.rdu3.fedoraproject.org | 4 ++-- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/inventory/host_vars/openqa-a64-worker01.rdu3.fedoraproject.org b/inventory/host_vars/openqa-a64-worker01.rdu3.fedoraproject.org index 6a27a6a941..aa02e092b4 100644 --- a/inventory/host_vars/openqa-a64-worker01.rdu3.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker01.rdu3.fedoraproject.org @@ -67,7 +67,7 @@ nrpe_procs_warn: 1400 openqa_rngd: true openqa_tap_iface: bondbr0 # this is a very powerful machine, can handle so many openQA workers -openqa_workers: 60 +openqa_workers: 45 # also means we need to bump the load average threshold openqa_critical_threshold: 120 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" @@ -76,7 +76,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # QEMUPORT is: # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453', '20463', '20473', '20483', '20493', '20503', '20513', '20523', '20533', '20543', '20553', '20563', '20573', '20583', '20593', '20603'] +tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453'] # This is used to populate the inventory fields, only specific keys are allowed, see # https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory diff --git a/inventory/host_vars/openqa-a64-worker02.rdu3.fedoraproject.org b/inventory/host_vars/openqa-a64-worker02.rdu3.fedoraproject.org index a5fc810824..1db5ac8d64 100644 --- a/inventory/host_vars/openqa-a64-worker02.rdu3.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker02.rdu3.fedoraproject.org @@ -67,7 +67,7 @@ nrpe_procs_warn: 1400 openqa_rngd: true openqa_tap_iface: bondbr0 # this is a very powerful machine, can handle so many openQA workers -openqa_workers: 60 +openqa_workers: 45 # also means we need to bump the load average threshold openqa_critical_threshold: 120 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" @@ -76,7 +76,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # QEMUPORT is: # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453', '20463', '20473', '20483', '20493', '20503', '20513', '20523', '20533', '20543', '20553', '20563', '20573', '20583', '20593', '20603'] +tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453'] # This is used to populate the inventory fields, only specific keys are allowed, see # https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory diff --git a/inventory/host_vars/openqa-a64-worker03.rdu3.fedoraproject.org b/inventory/host_vars/openqa-a64-worker03.rdu3.fedoraproject.org index 19ed4637ff..fe74f2b33d 100644 --- a/inventory/host_vars/openqa-a64-worker03.rdu3.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker03.rdu3.fedoraproject.org @@ -67,7 +67,7 @@ nrpe_procs_warn: 1400 openqa_rngd: true openqa_tap_iface: bondbr0 # this is a very powerful machine, can handle so many openQA workers -openqa_workers: 60 +openqa_workers: 45 # also means we need to bump the load average threshold openqa_critical_threshold: 120 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" @@ -76,7 +76,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # QEMUPORT is: # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453', '20463', '20473', '20483', '20493', '20503', '20513', '20523', '20533', '20543', '20553', '20563', '20573', '20583', '20593', '20603'] +tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453'] # This is used to populate the inventory fields, only specific keys are allowed, see # https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory diff --git a/inventory/host_vars/openqa-a64-worker04.rdu3.fedoraproject.org b/inventory/host_vars/openqa-a64-worker04.rdu3.fedoraproject.org index 62c971c506..1924e9a617 100644 --- a/inventory/host_vars/openqa-a64-worker04.rdu3.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker04.rdu3.fedoraproject.org @@ -67,7 +67,7 @@ nrpe_procs_warn: 1400 openqa_rngd: true openqa_tap_iface: bondbr0 # this is a very powerful machine, can handle so many openQA workers -openqa_workers: 60 +openqa_workers: 45 # also means we need to bump the load average threshold openqa_critical_threshold: 120 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" @@ -76,7 +76,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # QEMUPORT is: # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453', '20463', '20473', '20483', '20493', '20503', '20513', '20523', '20533', '20543', '20553', '20563', '20573', '20583', '20593', '20603'] +tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453'] # This is used to populate the inventory fields, only specific keys are allowed, see # https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory diff --git a/inventory/host_vars/openqa-a64-worker05.rdu3.fedoraproject.org b/inventory/host_vars/openqa-a64-worker05.rdu3.fedoraproject.org index faf5ba1cb2..a9d9851937 100644 --- a/inventory/host_vars/openqa-a64-worker05.rdu3.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker05.rdu3.fedoraproject.org @@ -67,7 +67,7 @@ nrpe_procs_warn: 1400 openqa_rngd: true openqa_tap_iface: bondbr0 # this is a very powerful machine, can handle so many openQA workers -openqa_workers: 60 +openqa_workers: 45 # also means we need to bump the load average threshold openqa_critical_threshold: 120 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" @@ -76,7 +76,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # QEMUPORT is: # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453', '20463', '20473', '20483', '20493', '20503', '20513', '20523', '20533', '20543', '20553', '20563', '20573', '20583', '20593', '20603'] +tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453'] # This is used to populate the inventory fields, only specific keys are allowed, see # https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory diff --git a/inventory/host_vars/openqa-a64-worker06.rdu3.fedoraproject.org b/inventory/host_vars/openqa-a64-worker06.rdu3.fedoraproject.org index d9bed19285..a936f17992 100644 --- a/inventory/host_vars/openqa-a64-worker06.rdu3.fedoraproject.org +++ b/inventory/host_vars/openqa-a64-worker06.rdu3.fedoraproject.org @@ -67,7 +67,7 @@ nrpe_procs_warn: 1400 openqa_rngd: true openqa_tap_iface: bondbr0 # this is a very powerful machine, can handle so many openQA workers -openqa_workers: 60 +openqa_workers: 45 # also means we need to bump the load average threshold openqa_critical_threshold: 120 sudoers: "{{ private }}/files/sudo/qavirt-sudoers" @@ -76,7 +76,7 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers" # QEMUPORT is: # $ENV{QEMUPORT} = ($options{instance}) * 10 + 20002; # so for worker 1 it's 20012, for worker 2 it's 20022, etc etc -tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453', '20463', '20473', '20483', '20493', '20503', '20513', '20523', '20533', '20543', '20553', '20563', '20573', '20583', '20593', '20603'] +tcp_ports: ['20013', '20023', '20033', '20043', '20053', '20063', '20073', '20083', '20093', '20103', '20113', '20123', '20133', '20143', '20153', '20163', '20173', '20183', '20193', '20203', '20213', '20223', '20233', '20243', '20253', '20263', '20273', '20283', '20293', '20303', '20313', '20323', '20333', '20343', '20353', '20363', '20373', '20383', '20393', '20403', '20413', '20423', '20433', '20443', '20453'] # This is used to populate the inventory fields, only specific keys are allowed, see # https://www.zabbix.com/documentation/current/en/manual/api/reference/host/object#host-inventory