[skip ci]Add 5 minutes idle time for debug purpose first (#12839)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/12843/head
Jenny Li 2021-12-07 10:11:45 +08:00 committed by GitHub
parent b4be8acc1d
commit 720478abd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

View File

@ -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 {

View File

@ -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 {