From: Sylvain Desbureaux Date: Fri, 11 Jun 2021 06:47:16 +0000 (+0200) Subject: [OOM] Longer build timeout X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F121870%2F1;p=ci-management.git [OOM] Longer build timeout 240 min build timeout is not sufficient for merge and release Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I577fe1050a67b04021e475572ebccb10e8a70ec3 --- diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml index aa40f2959..dc2a2062e 100644 --- a/jjb/oom/oom-helm.yaml +++ b/jjb/oom/oom-helm.yaml @@ -43,10 +43,12 @@ - "{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":