mirror of https://github.com/milvus-io/milvus.git
remove mysql test
Former-commit-id: f56db45d7fd8c9eb145c4b7bb2df61abd8c54ad9pull/191/head
parent
c9b2d13619
commit
430584f386
|
@ -4,8 +4,7 @@ timeout(time: 60, unit: 'MINUTES') {
|
|||
sh "pytest . --alluredir=\"test_out/dev/single/sqlite\" --level=1 --ip ${env.PIPELINE_NAME}-${env.BUILD_NUMBER}-single-gpu-milvus-gpu-engine.milvus.svc.cluster.local"
|
||||
}
|
||||
// mysql database backend test
|
||||
load "${env.WORKSPACE}/ci/jenkins/jenkinsfile/cleanupSingleDev.groovy"
|
||||
|
||||
// load "${env.WORKSPACE}/ci/jenkins/jenkinsfile/cleanupSingleDev.groovy"
|
||||
|
||||
// Remove mysql-version tests: 10-28
|
||||
|
||||
|
|
Loading…
Reference in New Issue