[AAI][OOM] use helm3 to verify helm 01/117601/2
authorSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 8 Feb 2021 16:36:00 +0000 (17:36 +0100)
committerSylvain Desbureaux <sylvain.desbureaux@orange.com>
Mon, 8 Feb 2021 16:43:36 +0000 (17:43 +0100)
As AAI/OOM is a subproject of OOM, changes done in OOM must be also done
on AAI/OOM

Issue-ID: OOM-1
Signed-off-by: Sylvain Desbureaux <sylvain.desbureaux@orange.com>
Change-Id: I69d2f96d437e86ab2e6a9842d3f65590a8391a6a

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