From f6e90c975e625769f634e05b6b03110d63d98314 Mon Sep 17 00:00:00 2001 From: quicksilver Date: Fri, 26 Mar 2021 17:00:24 +0800 Subject: [PATCH] Enable pulsar for milvus distributed deployment in Jenkins CI Signed-off-by: quicksilver --- .jenkins/modules/Regression/PythonRegression.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/.jenkins/modules/Regression/PythonRegression.groovy b/.jenkins/modules/Regression/PythonRegression.groovy index e9fa070458..d3f3983331 100644 --- a/.jenkins/modules/Regression/PythonRegression.groovy +++ b/.jenkins/modules/Regression/PythonRegression.groovy @@ -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 \