Skip to content

Commit

Permalink
Update docker image for ci (#976)
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain authored Dec 9, 2024
1 parent 4e3a54d commit 6931d0f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/pod/e2e-arm-cpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: main
image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20240914-814ecaa4
image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20241209-4e3a54dc
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-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-20240914-814ecaa4
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241209-4e3a54dc
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: main
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240914-814ecaa4
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20241209-4e3a54dc
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/e2e-sse.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spec:
# topologyKey: "kubernetes.io/hostname"
containers:
- name: main
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20240914-814ecaa4
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20241209-4e3a54dc
tty: true
args: ["cat"]
resources:
Expand Down
2 changes: 1 addition & 1 deletion ci/pod/ut-gpu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
effect: NoSchedule
containers:
- name: build
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240914-814ecaa4
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20241209-4e3a54dc
env:
- name: ASAN_OPTIONS
value: protect_shadow_gap=0
Expand Down

0 comments on commit 6931d0f

Please sign in to comment.