diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/oom/oom-helm.yaml | 13 |
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": |