diff --git a/ci/E2E2.groovy b/ci/E2E2.groovy index 36a23abf7..eeccbdc31 100644 --- a/ci/E2E2.groovy +++ b/ci/E2E2.groovy @@ -3,6 +3,7 @@ def knowhere_wheel='' pipeline { agent { kubernetes { + cloud "new_ci_idc" inheritFrom 'default' yamlFile 'ci/pod/e2e-cpu.yaml' defaultContainer 'main' diff --git a/ci/E2E_GPU.groovy b/ci/E2E_GPU.groovy index 8de532f86..104ded696 100644 --- a/ci/E2E_GPU.groovy +++ b/ci/E2E_GPU.groovy @@ -3,6 +3,7 @@ def knowhere_wheel='' pipeline { agent { kubernetes { + cloud "new_ci_idc" inheritFrom 'default' yamlFile 'ci/pod/e2e-gpu.yaml' defaultContainer 'main' diff --git a/ci/UT_GPU.groovy b/ci/UT_GPU.groovy index f2fec0af9..089de7795 100644 --- a/ci/UT_GPU.groovy +++ b/ci/UT_GPU.groovy @@ -3,6 +3,7 @@ def knowhere_wheel='' pipeline { agent { kubernetes { + cloud "new_ci_idc" inheritFrom 'default' yamlFile 'ci/pod/ut-gpu.yaml' defaultContainer 'main'