[skip ci] Add repeat counts for nightly case (#8954)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/8966/head
binbin 2021-09-30 17:02:15 +08:00 committed by GitHub
parent e30acc135f
commit e566c6809b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ String cron_timezone = "TZ=Asia/Shanghai"
String cron_string = BRANCH_NAME == "master" ? "50 22 * * * " : ""
int total_timeout_minutes = 660
int e2e_timeout_seconds = 4 * 60 * 60
int e2e_timeout_seconds = 6 * 60 * 60
pipeline {
agent none
@ -78,7 +78,7 @@ pipeline {
--install-extra-arg "--set etcd.enabled=false --set externalEtcd.enabled=true --set externalEtcd.endpoints={\$KRTE_POD_IP:2379}" \
--skip-export-logs \
--skip-cleanup \
--test-extra-arg "--tags L0 L1 L2" \
--test-extra-arg "--tags L0 L1 L2 --repeat-scope=session" \
--test-timeout ${e2e_timeout_seconds}
"""
} else {