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:
parent
d4176aff5b
commit
8d9975be67
@ -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: []
|
||||
|
Loading…
Reference in New Issue
Block a user