diff --git a/ci/E2E-arm.groovy b/ci/E2E-arm.groovy index 87b012f4b..7e035a8b7 100644 --- a/ci/E2E-arm.groovy +++ b/ci/E2E-arm.groovy @@ -3,7 +3,7 @@ def knowhere_wheel='' pipeline { agent { kubernetes { - inheritFrom 'default' + inheritFrom 'arm' yamlFile 'ci/pod/e2e-arm-cpu.yaml' defaultContainer 'main' } diff --git a/ci/pod/e2e-arm-cpu.yaml b/ci/pod/e2e-arm-cpu.yaml index 7577000f7..321a85ead 100644 --- a/ci/pod/e2e-arm-cpu.yaml +++ b/ci/pod/e2e-arm-cpu.yaml @@ -24,7 +24,7 @@ spec: topologyKey: "kubernetes.io/hostname" containers: - name: main - image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20240521-0be910f7 + image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20240523-81f70650 tty: true args: ["cat"] resources: