X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Faai%2Faai-oom.yaml;h=2b87b1cd2f046ad7614d66a4a998ebf65d482fa7;hb=2063556a6ad53706095af5869012b5331a6e8a15;hp=0e9bac8e0c0ffacc3eaea66c797ba49ab47adecb;hpb=60bdc96f47141d339ec9c5d93aa00047c408d556;p=ci-management.git diff --git a/jjb/aai/aai-oom.yaml b/jjb/aai/aai-oom.yaml index 0e9bac8e0..2b87b1cd2 100644 --- a/jjb/aai/aai-oom.yaml +++ b/jjb/aai/aai-oom.yaml @@ -19,22 +19,22 @@ stream: - 'master': branch: 'master' - - 'elalto': - branch: 'elalto' + - 'guilin': + branch: 'guilin' mvn-settings: 'aai-oom-settings' files: '**' archive-artifacts: '' - build-node: ubuntu1604-helm-2c-1g + build-node: ubuntu1804-helm-2c-1g pre_build_script: !include-raw-escape: shell/helm-repo-init.sh oom_build_script: | #!/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