From 2e92da935181b5a96dcd2f7e9774b5a6a73e4d73 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 10 Dec 2020 15:04:30 +1100 Subject: [PATCH] zuul: increase git timeout The executors are in a loop trying to clone nova. They start trying to refresh /var/lib/zuul/executor-git/opendev.org/openstack/nova, it times out after the default 5 minutes, they delete the directory and try again ... over and over. All 12 of them doing this at once kills gerrit trying to serve nova in an endless loop. Manual testing has shown that it takes about 7 minutes, so 10 minutes gives us some headroom. The repo is now ~2gb I'm guessing after the notedb changes. Change-Id: Ie7b4268c0db447717b827dd005bb7cad3ccfbee3 --- playbooks/roles/zuul/templates/zuul.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/roles/zuul/templates/zuul.conf.j2 b/playbooks/roles/zuul/templates/zuul.conf.j2 index 0f5c65a6c4..811f5b37e5 100644 --- a/playbooks/roles/zuul/templates/zuul.conf.j2 +++ b/playbooks/roles/zuul/templates/zuul.conf.j2 @@ -43,6 +43,7 @@ git_dir=/var/lib/zuul/git log_config=/etc/zuul/merger-logging.conf git_user_email=zuul@opendev.org git_user_name=OpenDev Zuul +git_timeout=600 [executor] manage_ansible=false