mirror of https://github.com/milvus-io/milvus.git
Add pulsar standalone deployment in Jenkins CI
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>pull/4973/head^2
parent
71614313b0
commit
ee53a1371a
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue