Updated the jjb for aai Istanbul
[ci-management.git] / jjb / aai / aai-oom.yaml
index be2c84d..97f0874 100644 (file)
           post_build_script: !include-raw-escape: shell/publish_helm_charts.sh
           files: '**'
     stream:
-      - 'master':
-          branch: 'master'
-      - 'guilin':
-          branch: 'guilin'
+      - 'istanbul':
+          branch: 'istanbul'
 
     mvn-settings: 'aai-oom-settings'
     files: '**'
         #!/bin/bash
         set -e -o pipefail
         cd kubernetes/
-        make all
+        make HELM_BIN=helm3.3 all
     build_script: |
         #!/bin/bash
         cd kubernetes/
-        make common
-        make {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