Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
210310676
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Summer2021
210310676
Commits
f6e90c97
Commit
f6e90c97
authored
4 years ago
by
quicksilver
Committed by
yefu.chen
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Enable pulsar for milvus distributed deployment in Jenkins CI
Signed-off-by:
quicksilver
<
zhifeng.zhang@zilliz.com
>
parent
79e1f4e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.jenkins/modules/Regression/PythonRegression.groovy
+1
-0
1 addition, 0 deletions
.jenkins/modules/Regression/PythonRegression.groovy
with
1 addition
and
0 deletions
.jenkins/modules/Regression/PythonRegression.groovy
+
1
−
0
View file @
f6e90c97
...
...
@@ -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 \
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment