diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-02-08 17:36:00 +0100 |
---|---|---|
committer | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2021-02-08 17:43:36 +0100 |
commit | 6aa7d5a92535e1db7ff36f02148cd0fe357bc81e (patch) | |
tree | 4393857c76183cdfc034bf6a7bcfad93f45714f5 /jjb/aai | |
parent | fc6829cb1eaed49071a9a9bed27c580a9227100a (diff) |
[AAI][OOM] use helm3 to verify helm
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
Diffstat (limited to 'jjb/aai')
-rw-r--r-- | jjb/aai/aai-oom.yaml | 6 |
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 |