From 8d9975be673db5cf021a1d06c886d2d844808c11 Mon Sep 17 00:00:00 2001
From: Clark Boylan <clark.boylan@gmail.com>
Date: Fri, 14 May 2021 12:14:15 -0700
Subject: [PATCH] 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
---
 zuul.d/infra-prod.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zuul.d/infra-prod.yaml b/zuul.d/infra-prod.yaml
index da390487e4..bef8b2ea23 100644
--- a/zuul.d/infra-prod.yaml
+++ b/zuul.d/infra-prod.yaml
@@ -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: []