mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add 5 minutes idle time for debug purpose first (#12839)
Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/12843/head
parent
b4be8acc1d
commit
720478abd5
|
@ -26,6 +26,8 @@ pipeline {
|
|||
defaultContainer 'main'
|
||||
yamlFile "build/ci/jenkins/pod/rte.yaml"
|
||||
customWorkspace '/home/jenkins/agent/workspace'
|
||||
// idle 5 minutes to wait clean up tasks
|
||||
idleMinutes 5
|
||||
}
|
||||
}
|
||||
environment {
|
||||
|
|
|
@ -20,7 +20,8 @@ pipeline {
|
|||
defaultContainer 'main'
|
||||
yamlFile 'build/ci/jenkins/pod/rte.yaml'
|
||||
customWorkspace '/home/jenkins/agent/workspace'
|
||||
// idleMinutes 120
|
||||
// idle 5 minutes to wait clean up tasks
|
||||
idleMinutes 5
|
||||
}
|
||||
}
|
||||
environment {
|
||||
|
|
Loading…
Reference in New Issue