openQA: Reduce worker count on qa09, doesn't have enough disk
The more concurrent openQA jobs, the more disk space required. qa09 only has 32GiB of disk space, which isn't enough for 10 concurrent workers. Cut it down to 6.
This commit is contained in:
parent
159feac32a
commit
a0891605e4
1 changed files with 3 additions and 2 deletions
|
@ -6,5 +6,6 @@ nrpe_procs_warn: 700
|
||||||
nrpe_procs_crit: 800
|
nrpe_procs_crit: 800
|
||||||
eth0_ip: 10.5.124.239
|
eth0_ip: 10.5.124.239
|
||||||
gw: 10.5.124.254
|
gw: 10.5.124.254
|
||||||
# this is a powerful machine, can handle more openQA workers
|
# this is a powerful machine, can handle more openQA workers, but
|
||||||
openqa_workers: 10
|
# doesn't have much disk space, so go with 6 (should be 10)
|
||||||
|
openqa_workers: 6
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue