openqa/worker: bump thresholds higher
sigh, we're still hitting it on a64-worker04. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
2dbf99e280
commit
c6ad51abc0
6 changed files with 6 additions and 6 deletions
|
@ -61,7 +61,7 @@ openqa_tap_iface: eth2
|
||||||
# this is a powerful machine, can handle more openQA workers
|
# this is a powerful machine, can handle more openQA workers
|
||||||
openqa_workers: 35
|
openqa_workers: 35
|
||||||
# also means we need to bump the load average threshold
|
# also means we need to bump the load average threshold
|
||||||
openqa_critical_threshold: 60
|
openqa_critical_threshold: 70
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# firewall ports for server->worker websockets connections
|
# firewall ports for server->worker websockets connections
|
||||||
# this port is 'QEMUPORT plus 1'
|
# this port is 'QEMUPORT plus 1'
|
||||||
|
|
|
@ -64,7 +64,7 @@ openqa_tap_iface: em1
|
||||||
# this is a powerful machine, can handle more openQA workers
|
# this is a powerful machine, can handle more openQA workers
|
||||||
openqa_workers: 30
|
openqa_workers: 30
|
||||||
# also means we need to bump the load average threshold
|
# also means we need to bump the load average threshold
|
||||||
openqa_critical_threshold: 50
|
openqa_critical_threshold: 60
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# firewall ports for server->worker websockets connections
|
# firewall ports for server->worker websockets connections
|
||||||
# this port is 'QEMUPORT plus 1'
|
# this port is 'QEMUPORT plus 1'
|
||||||
|
|
|
@ -62,7 +62,7 @@ openqa_tap_iface: em1
|
||||||
# this is a powerful machine, can handle more openQA workers
|
# this is a powerful machine, can handle more openQA workers
|
||||||
openqa_workers: 30
|
openqa_workers: 30
|
||||||
# also means we need to bump the load average threshold
|
# also means we need to bump the load average threshold
|
||||||
openqa_critical_threshold: 50
|
openqa_critical_threshold: 60
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# firewall ports for server->worker websockets connections
|
# firewall ports for server->worker websockets connections
|
||||||
# this port is 'QEMUPORT plus 1'
|
# this port is 'QEMUPORT plus 1'
|
||||||
|
|
|
@ -64,7 +64,7 @@ openqa_tap_iface: em1
|
||||||
# this is a powerful machine, can handle more openQA workers
|
# this is a powerful machine, can handle more openQA workers
|
||||||
openqa_workers: 30
|
openqa_workers: 30
|
||||||
# also means we need to bump the load average threshold
|
# also means we need to bump the load average threshold
|
||||||
openqa_critical_threshold: 50
|
openqa_critical_threshold: 60
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# firewall ports for server->worker websockets connections
|
# firewall ports for server->worker websockets connections
|
||||||
# this port is 'QEMUPORT plus 1'
|
# this port is 'QEMUPORT plus 1'
|
||||||
|
|
|
@ -61,7 +61,7 @@ openqa_rngd: true
|
||||||
openqa_tap_iface: eno1
|
openqa_tap_iface: eno1
|
||||||
# xeon e5-2683v4, 32 physical CPUs
|
# xeon e5-2683v4, 32 physical CPUs
|
||||||
openqa_workers: 30
|
openqa_workers: 30
|
||||||
openqa_critical_threshold: 50
|
openqa_critical_threshold: 60
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# firewall ports for server->worker websockets connections
|
# firewall ports for server->worker websockets connections
|
||||||
# this port is 'QEMUPORT plus 1'
|
# this port is 'QEMUPORT plus 1'
|
||||||
|
|
|
@ -61,7 +61,7 @@ openqa_rngd: true
|
||||||
# this is a powerful machine, can handle more openQA workers
|
# this is a powerful machine, can handle more openQA workers
|
||||||
openqa_workers: 30
|
openqa_workers: 30
|
||||||
# also means we need to bump the load average threshold
|
# also means we need to bump the load average threshold
|
||||||
openqa_critical_threshold: 50
|
openqa_critical_threshold: 60
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# firewall ports for server->worker websockets connections
|
# firewall ports for server->worker websockets connections
|
||||||
# this port is 'QEMUPORT plus 1'
|
# this port is 'QEMUPORT plus 1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue