summaryrefslogtreecommitdiffstats
path: root/jjb/aai
diff options
context:
space:
mode:
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-02-17 13:49:17 +0100
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>2021-02-17 13:49:17 +0100
commit8a80b0912813fd1105b5baa9e904946d57f0285c (patch)
treeb41038f13694d9f40b4168a153fa64908b191203 /jjb/aai
parent8b56f76a637e283e66b4142adf65db0950e3e9d1 (diff)
[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 <sylvain.desbureaux@orange.com> Change-Id: I80a841f82195ee2975023fda34d23e4cf11185fa
Diffstat (limited to 'jjb/aai')
-rw-r--r--jjb/aai/aai-oom.yaml8
1 files changed, 3 insertions, 5 deletions
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