mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
Fix cleanupSingleDev groovy file bug
This commit is contained in:
parent
f6b72d9605
commit
d235765875
@ -4,7 +4,7 @@ timeout(time: 90, unit: 'MINUTES') {
|
||||
sh "pytest . --alluredir=\"test_out/dev/single/sqlite\" --ip ${env.HELM_RELEASE_NAME}.milvus.svc.cluster.local"
|
||||
}
|
||||
// mysql database backend test
|
||||
load "ci/jenkins/jenkinsfile/cleanupSingleDev.groovy"
|
||||
load "ci/jenkins/step/cleanupSingleDev.groovy"
|
||||
|
||||
if (!fileExists('milvus-helm')) {
|
||||
dir ("milvus-helm") {
|
||||
|
@ -5,7 +5,7 @@ timeout(time: 60, unit: 'MINUTES') {
|
||||
}
|
||||
|
||||
// mysql database backend test
|
||||
// load "ci/jenkins/jenkinsfile/cleanupSingleDev.groovy"
|
||||
// load "ci/jenkins/step/cleanupSingleDev.groovy"
|
||||
|
||||
// if (!fileExists('milvus-helm')) {
|
||||
// dir ("milvus-helm") {
|
||||
|
Loading…
Reference in New Issue
Block a user