mirror of https://github.com/milvus-io/milvus.git
[skip e2e]Only allow one nightly at the same time (#19800)
Signed-off-by: Jenny Li <jing.li@zilliz.com> Signed-off-by: Jenny Li <jing.li@zilliz.com>pull/19801/head
parent
3e10fe6351
commit
cb5142aace
|
@ -20,6 +20,7 @@ pipeline {
|
||||||
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
|
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
|
||||||
// parallelsAlwaysFailFast()
|
// parallelsAlwaysFailFast()
|
||||||
preserveStashes(buildCount: 5)
|
preserveStashes(buildCount: 5)
|
||||||
|
disableConcurrentBuilds()
|
||||||
}
|
}
|
||||||
agent {
|
agent {
|
||||||
kubernetes {
|
kubernetes {
|
||||||
|
|
Loading…
Reference in New Issue