Skip to content

Commit

Permalink
Update CI docker image (#1084)
Browse files Browse the repository at this point in the history
Signed-off-by: CaiYudong <[email protected]>
  • Loading branch information
cydrain authored Feb 19, 2025
1 parent 62be8e3 commit 2a43227
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-20241212-91fd9378
image: milvusdb/knowhere-cpu-build:arm64-ubuntu22.04-20250219-5f3afcd8
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-20241212-91fd9378
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20250219-5f3afcd8
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-20241212-91fd9378
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20250219-5f3afcd8
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-20241212-91fd9378
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20250219-5f3afcd8
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-20241209-4e3a54dc
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20250219-5f3afcd8
env:
- name: ASAN_OPTIONS
value: protect_shadow_gap=0
Expand Down

0 comments on commit 2a43227

Please sign in to comment.