[OOM] Longer build timeout 70/121870/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 11 Jun 2021 06:47:16 +0000 (08:47 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Fri, 11 Jun 2021 06:47:16 +0000 (08:47 +0200)
240 min build timeout is not sufficient for merge and release

Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I577fe1050a67b04021e475572ebccb10e8a70ec3

jjb/oom/oom-helm.yaml

index aa40f29..dc2a206 100644 (file)
       - "{project-name}-{stream}-merge-helm":
           build_script: "{oom_build_script}"
           files: "**"
+          build-timeout: 480
       - "{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
 
       # Below jobs disabled until future need.
       - "{project-name}-{subproject}-{stream}-verify-helm2":