openQA: try only 3 workers per aarch64 host
4 seems a bit too many (esp. since we assign 4GB per job and the hosts only have 16GiB RAM). Let's try 3. I hope there's no case where we actually *need* to run 4 tap jobs simultaneously. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
22c93a9bbd
commit
f6b38111ff
2 changed files with 2 additions and 2 deletions
|
@ -19,4 +19,4 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
# and leave everything else alone.
|
# and leave everything else alone.
|
||||||
ansible_ifcfg_whitelist: ['eth0']
|
ansible_ifcfg_whitelist: ['eth0']
|
||||||
|
|
||||||
openqa_workers: 4
|
openqa_workers: 3
|
||||||
|
|
|
@ -12,4 +12,4 @@ nrpe_procs_crit: 300
|
||||||
|
|
||||||
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
|
||||||
|
|
||||||
openqa_workers: 4
|
openqa_workers: 3
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue