mirror of https://github.com/milvus-io/milvus.git
[skip ci] Change nightly test parallel num to 4 (#11953)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/11959/head
parent
db67d0ed2d
commit
e772c09f15
|
@ -145,7 +145,7 @@ pipeline {
|
|||
--skip-cleanup \
|
||||
--skip-setup \
|
||||
--skip-build \
|
||||
--skip-build-image --test-extra-arg "--tags L0 L1 L2 --repeat-scope=session" \
|
||||
--skip-build-image --test-extra-arg "-n 4 --tags L0 L1 L2 --repeat-scope=session" \
|
||||
--test-timeout ${e2e_timeout_seconds}
|
||||
"""
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue