Merge "[AAI][OOM] use helm3 to verify helm"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 8 Feb 2021 18:03:38 +0000 (18:03 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 8 Feb 2021 18:03:38 +0000 (18:03 +0000)
jjb/aai/aai-oom.yaml

index be2c84d..2b87b1c 100644 (file)
         #!/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