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:
Adam Williamson 2018-03-23 15:56:28 -07:00
parent 22c93a9bbd
commit f6b38111ff
2 changed files with 2 additions and 2 deletions

View file

@ -19,4 +19,4 @@ sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
# and leave everything else alone.
ansible_ifcfg_whitelist: ['eth0']
openqa_workers: 4
openqa_workers: 3

View file

@ -12,4 +12,4 @@ nrpe_procs_crit: 300
sudoers: "{{ private }}/files/sudo/qavirt-sudoers"
openqa_workers: 4
openqa_workers: 3