Add pulsar standalone deployment in Jenkins CI

Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
pull/4973/head^2
quicksilver 2021-03-29 14:50:33 +08:00 committed by yefu.chen
parent 71614313b0
commit ee53a1371a
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ timeout(time: "${regressionTimeout}", unit: 'MINUTES') {
if ("${REGRESSION_SERVICE_TYPE}" == "distributed") {
helmCMD = "helm install --wait --timeout 300s \
--set standalone.enabled=false \
--set pulsar.enabled=true \
--set image.all.repository=${env.TARGET_REPO}/milvus-distributed \
--set image.all.tag=${env.TARGET_TAG} \
--set image.all.pullPolicy=Always \