Change nightly to be executed randomly (#12986)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2021-12-09 15:44:13 +08:00 committed by GitHub
parent dc06f70200
commit cef343f24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -160,7 +160,7 @@ pipeline {
MILVUS_HELM_RELEASE_NAME="${release_name}" \
MILVUS_CLUSTER_ENABLED="${clusterEnabled}" \
TEST_TIMEOUT="${e2e_timeout_seconds}" \
./ci_e2e.sh "-n 4 --tags L0 L1 L2 --repeat-scope=session"
./ci_e2e.sh "--workers 4 --tags L0 L1 L2 --repeat-scope=session --random-order-bucket=global"
"""
} else {
error "Error: Unsupported Milvus client: ${MILVUS_CLIENT}"

View File

@ -25,6 +25,8 @@ kubernetes==17.17.0
PyYAML==5.4.1
pytest-sugar==0.9.4
pytest-reportportal==5.0.10
pytest-parallel
pytest-random-order
# for customize config test
python-benedict==0.24.3