From 04c275fec74aeedf413756766062c069691bed8f Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Fri, 11 Jun 2021 08:47:16 +0200 Subject: [PATCH] [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 --- jjb/oom/oom-helm.yaml | 2 ++ 1 file changed, 2 insertions(+) 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": -- 2.16.6