[skip ci] Change nightly test parallel num to 4 (#11953)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/11959/head
Jenny Li 2021-11-17 10:53:10 +08:00 committed by GitHub
parent db67d0ed2d
commit e772c09f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 {