Skip to content

Commit

Permalink
Use cloud new_ci_idc (zilliztech#810)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
  • Loading branch information
cydrain authored Sep 3, 2024
1 parent f1818e0 commit 7a6be01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci/E2E2.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def knowhere_wheel=''
pipeline {
agent {
kubernetes {
cloud "new_ci_idc"
inheritFrom 'default'
yamlFile 'ci/pod/e2e-cpu.yaml'
defaultContainer 'main'
Expand Down
1 change: 1 addition & 0 deletions ci/E2E_GPU.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def knowhere_wheel=''
pipeline {
agent {
kubernetes {
cloud "new_ci_idc"
inheritFrom 'default'
yamlFile 'ci/pod/e2e-gpu.yaml'
defaultContainer 'main'
Expand Down
1 change: 1 addition & 0 deletions ci/UT_GPU.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ def knowhere_wheel=''
pipeline {
agent {
kubernetes {
cloud "new_ci_idc"
inheritFrom 'default'
yamlFile 'ci/pod/ut-gpu.yaml'
defaultContainer 'main'
Expand Down

0 comments on commit 7a6be01

Please sign in to comment.