Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ci docker image to ubuntu22.04 and gcc-12 #596

Merged
merged 1 commit into from
May 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading