Skip to content

Commit

Permalink
Remove redundant e2e steps (#783)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored Aug 26, 2024
1 parent d20907f commit 6ba8fde
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions ci/E2E-arm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pipeline {
def gitShortCommit = sh(returnStdout: true, script: "echo ${env.GIT_COMMIT} | cut -b 1-7 ").trim()
version="${env.CHANGE_ID}.${date}.${gitShortCommit}"
sh "apt-get update || true"
sh "apt-get install -y git python3-pip"
sh "apt-get install -y libaio-dev libopenblas-dev libcurl4-openssl-dev libdouble-conversion-dev libevent-dev libgflags-dev"
sh "pip3 install conan==1.61.0"
// sh "conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local"
Expand Down Expand Up @@ -62,7 +61,6 @@ pipeline {
dir('tests'){
unarchive mapping: ["${knowhere_wheel}": "${knowhere_wheel}"]
sh "apt-get update || true"
sh "apt-get install -y python3-pip"
sh "apt-get install -y libopenblas-dev libaio-dev libdouble-conversion-dev libevent-dev"
sh "pip3 install ${knowhere_wheel}"
sh "cat requirements.txt | xargs -n 1 pip3 install"
Expand Down
2 changes: 0 additions & 2 deletions ci/E2E2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pipeline {
def gitShortCommit = sh(returnStdout: true, script: "echo ${env.GIT_COMMIT} | cut -b 1-7 ").trim()
version="${env.CHANGE_ID}.${date}.${gitShortCommit}"
sh "apt-get update || true"
sh "apt-get install -y git python3-pip"
sh "apt-get install -y libaio-dev libopenblas-dev libcurl4-openssl-dev libdouble-conversion-dev libevent-dev libgflags-dev"
sh "pip3 install conan==1.61.0"
// sh "conan remote add default-conan-local https://milvus01.jfrog.io/artifactory/api/conan/default-conan-local"
Expand Down Expand Up @@ -62,7 +61,6 @@ pipeline {
dir('tests'){
unarchive mapping: ["${knowhere_wheel}": "${knowhere_wheel}"]
sh "apt-get update || true"
sh "apt-get install -y python3-pip"
sh "apt-get install -y libopenblas-dev libaio-dev libdouble-conversion-dev libevent-dev"
sh "pip3 install ${knowhere_wheel}"
sh "cat requirements.txt | xargs -n 1 pip3 install"
Expand Down
2 changes: 0 additions & 2 deletions ci/E2E_GPU.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ pipeline {
def gitShortCommit = sh(returnStdout: true, script: "echo ${env.GIT_COMMIT} | cut -b 1-7 ").trim()
version="${env.CHANGE_ID}.${date}.${gitShortCommit}"
sh "apt-get update || true"
sh "apt-get install -y git python3-pip"
sh "apt-get install -y build-essential libopenblas-dev libcurl4-openssl-dev libaio-dev libdouble-conversion-dev libevent-dev libgflags-dev"
sh "git config --global --add safe.directory '*'"
sh "git submodule update --recursive --init"
Expand Down Expand Up @@ -67,7 +66,6 @@ pipeline {
dir('tests'){
unarchive mapping: ["${knowhere_wheel}": "${knowhere_wheel}"]
sh "apt-get update || true"
sh "apt-get install -y python3-pip"
sh "apt-get install -y libopenblas-dev libaio-dev libdouble-conversion-dev libevent-dev"
sh "pip3 install ${knowhere_wheel}"
sh "cat requirements.txt | xargs -n 1 pip3 install"
Expand Down

0 comments on commit 6ba8fde

Please sign in to comment.