未验证 提交 297e7e88 编写于 作者: Q quicksilver 提交者: GitHub

Merge pull request #1025 from ZhifengZhang-CN/master

Fix cleanupSingleDev groovy file bug
......@@ -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") {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册