Skip to content

Commit

Permalink
Update docker image to ubuntu22.04 and gcc-12
Browse files Browse the repository at this point in the history
Signed-off-by: Cai Yudong <[email protected]>
  • Loading branch information
cydrain committed May 24, 2024
1 parent b926aa1 commit 653b057
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ut.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/05/13,
# it will be valid till 2024/08/12
run-id: 9061519922
# this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/05/24,
# it will be valid till 2024/08/22
run-id: 9217686789
name: conan-asan
path: downloaded
continue-on-error: true
Expand Down Expand Up @@ -139,9 +139,9 @@ jobs:
uses: actions/download-artifact@v4
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
# this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/05/13,
# it will be valid till 2024/08/12
run-id: 9061519922
# this run-id is got from a successful "Upload Conan Artifact" workflow run on 2024/05/24,
# it will be valid till 2024/08/22
run-id: 9217686789
name: conan-wheel
path: downloaded
continue-on-error: true
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-20240521-0be910f7
image: milvusdb/knowhere-cpu-build:amd64-ubuntu22.04-20240523-81f70650
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 @@ -24,7 +24,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: main
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240513-57964c2
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240523-81f70650
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 @@ -24,7 +24,7 @@ spec:
topologyKey: "kubernetes.io/hostname"
containers:
- name: build
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240513-57964c2
image: milvusdb/knowhere-gpu-build:amd64-ubuntu22.04-20240523-81f70650
env:
- name: ASAN_OPTIONS
value: protect_shadow_gap=0
Expand Down

0 comments on commit 653b057

Please sign in to comment.