From 38e990b656d70601aeca8a585bc3fae240ce6df6 Mon Sep 17 00:00:00 2001 From: "sammy.huang" Date: Wed, 29 May 2024 16:15:53 +0800 Subject: [PATCH] chore(ci): fix (#620) * Revert "chore(ci): fix (#619)" This reverts commit 4c895aaf6cbb616487a3b8e5ecee703869028cc8. * chore(ci):fix Signed-off-by: Liang Huang --------- Signed-off-by: Liang Huang --- ci/pod/e2e-arm-cpu.yaml | 2 +- ci/pod/rte-arm.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pod/e2e-arm-cpu.yaml b/ci/pod/e2e-arm-cpu.yaml index 174974a31..46987b8f9 100644 --- a/ci/pod/e2e-arm-cpu.yaml +++ b/ci/pod/e2e-arm-cpu.yaml @@ -7,7 +7,7 @@ metadata: spec: enableServiceLinks: false nodeSelector: - app: knowhere + app: knowhere-e2e tolerations: - key: node-role.kubernetes.io/knowhere operator: Exists diff --git a/ci/pod/rte-arm.yaml b/ci/pod/rte-arm.yaml index b6c68473b..4eafa1a12 100644 --- a/ci/pod/rte-arm.yaml +++ b/ci/pod/rte-arm.yaml @@ -15,7 +15,7 @@ spec: operator: "Exists" effect: "NoSchedule" nodeSelector: - app: knowhere-e2e + "kubernetes.io/arch": "arm64" enableServiceLinks: false containers: - name: main