mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 02:48:45 +08:00
[skip e2e]Update nightly to run twice & keep the same load with pr ci (#15586)
Signed-off-by: Jenny Li <jing.li@zilliz.com>
This commit is contained in:
parent
c7f55c2e34
commit
010cdb3cc2
@ -3,9 +3,10 @@
|
||||
// When scheduling a job that gets automatically triggered by changes,
|
||||
// you need to include a [cronjob] tag within the commit message.
|
||||
String cron_timezone = 'TZ=Asia/Shanghai'
|
||||
String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
|
||||
String cron_string = BRANCH_NAME == "master" ? "50 22,2 * * * " : ""
|
||||
|
||||
int total_timeout_minutes = 660
|
||||
// Make timeout 4 hours so that we can run two nightly during the ci
|
||||
int total_timeout_minutes = 4 * 60
|
||||
def imageTag=''
|
||||
def chart_version='3.0.1'
|
||||
pipeline {
|
||||
@ -178,7 +179,7 @@ pipeline {
|
||||
MILVUS_HELM_NAMESPACE="milvus-ci" \
|
||||
MILVUS_CLUSTER_ENABLED="${clusterEnabled}" \
|
||||
TEST_TIMEOUT="${e2e_timeout_seconds}" \
|
||||
./ci_e2e.sh "--workers 4 --tags L0 L1 L2 --repeat-scope=session --random-order-bucket=global"
|
||||
./ci_e2e.sh "-n 6 --tags L0 L1 L2 "
|
||||
"""
|
||||
} else {
|
||||
error "Error: Unsupported Milvus client: ${MILVUS_CLIENT}"
|
||||
|
Loading…
Reference in New Issue
Block a user