未验证 提交 720478ab 编写于 作者: J Jenny Li 提交者: GitHub

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

Signed-off-by: NJenny Li <jing.li@zilliz.com>
上级 b4be8acc
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册