From 8e0a6be9428b8c4de7d7e1e66206e87454043cde Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Tue, 3 Sep 2024 18:38:34 +0800 Subject: [PATCH] Use cloud new_ci_idc Signed-off-by: Cai Yudong --- ci/E2E2.groovy | 1 + ci/E2E_GPU.groovy | 1 + ci/UT_GPU.groovy | 1 + 3 files changed, 3 insertions(+) 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'