mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Enable pulsar for milvus distributed deployment in Jenkins CI
Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
79e1f4e5ae
commit
f6e90c975e
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user