Skip to content
Snippets Groups Projects
Commit f6e90c97 authored by quicksilver's avatar quicksilver Committed by yefu.chen
Browse files

Enable pulsar for milvus distributed deployment in Jenkins CI


Signed-off-by: default avatarquicksilver <zhifeng.zhang@zilliz.com>
parent 79e1f4e5
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ 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 \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment