Double the default number of ansible forks

We run these ansible jobs serially which means we don't gain much by
forcing ansible to use a small number of forks. Double the default for
our infra prod job fork count from 5 to 10 to see if this speeds up our
deploy jobs.

Note some jobs override this value to either add more forks or fewer
when necessary. These are left as is.

Change-Id: I6fded724cb9c8654153bcc5937eae7203326076e
This commit is contained in:
Clark Boylan 2021-05-14 12:14:15 -07:00
parent d4176aff5b
commit 8d9975be67

View File

@ -20,7 +20,7 @@
required-projects:
- opendev/system-config
vars:
infra_prod_ansible_forks: 5
infra_prod_ansible_forks: 10
infra_prod_playbook_collect_log: false
nodeset:
nodes: []