From: Sylvain Desbureaux Date: Wed, 20 Oct 2021 06:03:43 +0000 (+0200) Subject: [OOM] Add longer timeouts X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F43%2F125143%2F1;p=ci-management.git [OOM] Add longer timeouts Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I014b2d27a6e4d1f2d2cccd01e1d65e7ed06fcd75 --- 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":