update ci/jenkins/jenkinsfile/singleDevNightlyTest.groovy

Former-commit-id: 05fdd554d4a78d70b4497a93017d285d5d364546
pull/191/head
milvus-ci-robot 2019-10-26 11:31:49 +08:00
parent 0425ebac50
commit de26c2bcfc
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
timeout(time: 90, unit: 'MINUTES') {
dir ("tests/milvus_python_test") {
sh 'python3 -m pip install -r requirements.txt'
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"
sh "pytest . --alluredir=\"test_out/dev/single/sqlite\" --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"