Increase helm build-timeout to 180 00/113700/1
authorEric Ball <eball@linuxfoundation.org>
Thu, 8 Oct 2020 18:33:05 +0000 (11:33 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 8 Oct 2020 18:33:05 +0000 (11:33 -0700)
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 <eball@linuxfoundation.org>
jjb/global-templates-helm.yaml

index a147e1a..d6f1374 100644 (file)
@@ -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 #
           server: '{server-name}'
           project: '{project}'
           branch: '{branch}'
-