Skip to content

Commit

Permalink
chore(ci): fix error (#595)
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Huang <[email protected]>
  • Loading branch information
yellow-shine authored May 23, 2024
1 parent 81f7065 commit 1f51ea4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/E2E-arm.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ def knowhere_wheel=''
pipeline {
agent {
kubernetes {
inheritFrom 'default'
inheritFrom 'arm'
yamlFile 'ci/pod/e2e-arm-cpu.yaml'
defaultContainer 'main'
}
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-arm-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1f51ea4

Please sign in to comment.