Intergrate internal FAISS

This commit is contained in:
quicksilver 2019-11-28 14:43:21 +08:00
parent 4fcebe3155
commit f843ed74f2

View File

@ -319,7 +319,7 @@ spec:
steps {
container("milvus-${env.BINRARY_VERSION}-build-env") {
script {
load "${env.WORKSPACE}/ci/jenkins/step/coverage.groovy"
load "${env.WORKSPACE}/ci/jenkins/step/internalCoverage.groovy"
}
}
}