mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Increase gc drop time for nightly debug (#17239)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/17244/head
parent
f6b6bd1994
commit
d76a22cf98
|
@ -142,6 +142,8 @@ pipeline {
|
|||
--set queryNode.replicas=2 \
|
||||
--set indexNode.replicas=2 \
|
||||
--set dataNode.replicas=2 \
|
||||
--set dataCoordinator.gc.missingTolerance=86400 \
|
||||
--set dataCoordinator.gc.dropTolerance=86400 \
|
||||
--version ${chart_version} \
|
||||
-f values/${mqMode}.yaml \
|
||||
-f values/nightly.yaml "
|
||||
|
|
Loading…
Reference in New Issue