[skip e2e] Add comment to scale test stage (#14946)

Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
pull/14948/head
ThreadDao 2022-01-06 18:49:25 +08:00 committed by GitHub
parent 8df158a9c4
commit 8356b235f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ pipeline {
container('milvus-test') {
dir ('tests/python_client/scale') {
script {
// pytest run scale case in parallel
sh 'pytest . -n 5 -v -s'
}
}