From e2b7d3cd8aed6b2bd0826588a4830d31b8459577 Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 8 Oct 2020 11:33:05 -0700 Subject: Increase helm build-timeout to 180 We have a helm job that is currently taking more than 120 minutes (per LF Jira IT-20760). This will extend it to 180 minutes. Also remove duplicate key submodule-recursive (already defined on line 13). Change-Id: If0deb0de84d1949fd3037abb8040ffd2765f5490 Issue-ID: CIMAN-33 Signed-off-by: Eric Ball --- jjb/global-templates-helm.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'jjb/global-templates-helm.yaml') diff --git a/jjb/global-templates-helm.yaml b/jjb/global-templates-helm.yaml index a147e1a51..d6f1374ef 100644 --- a/jjb/global-templates-helm.yaml +++ b/jjb/global-templates-helm.yaml @@ -18,9 +18,8 @@ post_build_script: '' pre_build_script: '' submodule-disable: false - submodule-recursive: true submodule-timeout: 10 - build-timeout: 120 + build-timeout: 180 ##################### # Job Configuration # @@ -293,4 +292,3 @@ server: '{server-name}' project: '{project}' branch: '{branch}' - -- cgit 1.2.3-korg