summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2021-02-08 18:03:38 +0000
committerGerrit Code Review <gerrit@onap.org>2021-02-08 18:03:38 +0000
commitb8d112a50657d13c870daf90fd5c921d2e051f1b (patch)
tree1053c5ed26c5b8c4c9a692ae42a318a9be9ab267 /jjb
parent815280d01a68a23f4ad503b551d4b9a1d5b8f1a5 (diff)
parent6aa7d5a92535e1db7ff36f02148cd0fe357bc81e (diff)
Merge "[AAI][OOM] use helm3 to verify helm"
Diffstat (limited to 'jjb')
-rw-r--r--jjb/aai/aai-oom.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jjb/aai/aai-oom.yaml b/jjb/aai/aai-oom.yaml
index be2c84d46..2b87b1cd2 100644
--- a/jjb/aai/aai-oom.yaml
+++ b/jjb/aai/aai-oom.yaml
@@ -31,10 +31,10 @@
#!/bin/bash
set -e -o pipefail
cd kubernetes/
- make all
+ make HELM_BIN=helm3 all
build_script: |
#!/bin/bash
cd kubernetes/
- make common
- make {helm-module}
+ make HELM_BIN=helm3 common
+ make HELM_BIN=helm3 {helm-module}
oom_post_build_script: !include-raw-escape: shell/publish_helm_charts.sh