diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-11 08:47:16 +0200 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-06-11 08:47:16 +0200 |
commit | 04c275fec74aeedf413756766062c069691bed8f (patch) | |
tree | b87e7b4821be605dc4927c0e088c1a1e38edb553 /jjb | |
parent | 9614b3b2481a60945d5cb3f91054a44592fb88b8 (diff) |
[OOM] Longer build timeout
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
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/oom/oom-helm.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
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": |