[OOM] Add longer timeouts 43/125143/1
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 20 Oct 2021 06:03:43 +0000 (08:03 +0200)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Wed, 20 Oct 2021 06:03:43 +0000 (08:03 +0200)
Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I014b2d27a6e4d1f2d2cccd01e1d65e7ed06fcd75

jjb/oom/oom-helm.yaml

index 7458a29..8f6797c 100644 (file)
       - "{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":