mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
Change nightly to be executed randomly (#12986)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
dc06f70200
commit
cef343f24d
@ -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}"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user