summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2022-04-11 18:33:34 +0100
committerFiachra Corcoran <fiachra.corcoran@est.tech>2022-04-11 17:35:05 +0000
commit50b8b44a18357f6d777f9bff2bbb58c391f909a6 (patch)
tree13b18bb3de0ca3cb44d404ba7c31a235c5988004 /jjb
parent4e65a994554921a7b9f4a656f8889867b39cd978 (diff)
[OOM] Bump helm version etc
Change-Id: I7a7d5fa8ea75a7b443b1aee732c9f76b560cf296 Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-2962
Diffstat (limited to 'jjb')
-rw-r--r--jjb/oom/oom-helm.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/jjb/oom/oom-helm.yaml b/jjb/oom/oom-helm.yaml
index 83366956c..0df072c7f 100644
--- a/jjb/oom/oom-helm.yaml
+++ b/jjb/oom/oom-helm.yaml
@@ -23,14 +23,15 @@
stream:
- "master":
branch: "master"
+ - "jakarta":
+ branch: "jakarta"
- "istanbul":
branch: "istanbul"
- - "honolulu":
- branch: "honolulu"
+
helm_bin:
- helm3.5
- - helm3.3
+ - helm3.6
exclude: []
subproject: []
@@ -41,17 +42,17 @@
- "{project-name}-{stream}-verify-{helm_bin}":
build_script: "{oom_build_script}"
files: "**"
- build-timeout: 600
+ build-timeout: 900
- "{project-name}-{stream}-merge-helm":
build_script: "{oom_build_script}"
post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
files: "**"
- build-timeout: 600
+ build-timeout: 900
- "{project-name}-{stream}-release-helm":
build_script: "{oom_build_script}"
post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
files: "**"
- build-timeout: 600
+ build-timeout: 900
# Below jobs disabled until future need.
- "{project-name}-{subproject}-{stream}-verify-helm2":