summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-helm.yaml
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-10-20 08:03:43 +0200
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-10-20 08:03:43 +0200
commit2f811e1f63f5fb32a87b0bdce7d357bb96e72f96 (patch)
treedd06a08480b9e8ffa513f5ead0abf94b40001962 /jjb/oom/oom-helm.yaml
parent4495d721cc91991132cd7df6664acbe8a9772b54 (diff)
[OOM] Add longer timeouts
Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com> Change-Id: I014b2d27a6e4d1f2d2cccd01e1d65e7ed06fcd75
Diffstat (limited to 'jjb/oom/oom-helm.yaml')
-rw-r--r--jjb/oom/oom-helm.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml
index 7458a294a..8f6797c75 100644
--- a/jjb/oom/oom-helm.yaml
+++ b/jjb/oom/oom-helm.yaml
@@ -39,17 +39,17 @@
- "{project-name}-{stream}-verify-{helm_bin}":
build_script: "{oom_build_script}"
files: "**"
- build-timeout: 480
+ build-timeout: 600
- "{project-name}-{stream}-merge-helm":
build_script: "{oom_build_script}"
post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
files: "**"
- build-timeout: 480
+ build-timeout: 600
- "{project-name}-{stream}-release-helm":
build_script: "{oom_build_script}"
post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
files: "**"
- build-timeout: 480
+ build-timeout: 600
# Below jobs disabled until future need.
- "{project-name}-{subproject}-{stream}-verify-helm2":