summaryrefslogtreecommitdiffstats
path: root/jjb/global-templates-helm.yaml
diff options
context:
space:
mode:
authorEric Ball <eball@linuxfoundation.org>2020-10-08 11:33:05 -0700
committerEric Ball <eball@linuxfoundation.org>2020-10-08 11:33:05 -0700
commite2b7d3cd8aed6b2bd0826588a4830d31b8459577 (patch)
tree80aeafa114a447a437f20695438bc2271d3825bb /jjb/global-templates-helm.yaml
parentc8d419140a1542732054521873e7f10bff85f6ac (diff)
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 <eball@linuxfoundation.org>
Diffstat (limited to 'jjb/global-templates-helm.yaml')
-rw-r--r--jjb/global-templates-helm.yaml4
1 files changed, 1 insertions, 3 deletions
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}'
-