From 8a80b0912813fd1105b5baa9e904946d57f0285c Mon Sep 17 00:00:00 2001 From: Sylvain Desbureaux Date: Wed, 17 Feb 2021 13:49:17 +0100 Subject: [OOM] Fix helm3.x job generation It appeared that helm3.x job generation wasn't good. This patch takes another approach that should help with that. Issue-ID: OOM-1 Signed-off-by: Sylvain Desbureaux Change-Id: I80a841f82195ee2975023fda34d23e4cf11185fa --- jjb/aai/aai-oom.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'jjb/aai') diff --git a/jjb/aai/aai-oom.yaml b/jjb/aai/aai-oom.yaml index 2b87b1cd2..e60cd01f9 100644 --- a/jjb/aai/aai-oom.yaml +++ b/jjb/aai/aai-oom.yaml @@ -17,8 +17,6 @@ post_build_script: !include-raw-escape: shell/publish_helm_charts.sh files: '**' stream: - - 'master': - branch: 'master' - 'guilin': branch: 'guilin' @@ -31,10 +29,10 @@ #!/bin/bash set -e -o pipefail cd kubernetes/ - make HELM_BIN=helm3 all + make HELM_BIN=helm3.3 all build_script: | #!/bin/bash cd kubernetes/ - make HELM_BIN=helm3 common - make HELM_BIN=helm3 {helm-module} + make HELM_BIN=helm3.3 common + make HELM_BIN=helm3.3 {helm-module} oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh -- cgit 1.2.3-korg