Commit a3ba8ffb authored by milvus-ci-robot's avatar milvus-ci-robot
Browse files

update ci/jenkins/jenkinsfile/singleDevNightlyTest.groovy


Former-commit-id: 5ec7938855cccb69d0c3a6044cb89f2bdaa5425e
parent c5450ad5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
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"