From 653b0579d2933b2bec63b3b558ac4e7cdeea5f49 Mon Sep 17 00:00:00 2001 From: Cai Yudong Date: Fri, 24 May 2024 10:17:20 +0800 Subject: [PATCH] Update docker image to ubuntu22.04 and gcc-12 Signed-off-by: Cai Yudong --- .github/workflows/ut.yaml | 12 ++++++------ ci/pod/e2e-cpu.yaml | 2 +- ci/pod/e2e-gpu.yaml | 2 +- ci/pod/ut-gpu.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ut.yaml b/.github/workflows/ut.yaml index c21bde38e..ecd6e7950 100644 --- a/.github/workflows/ut.yaml +++ b/.github/workflows/ut.yaml @@ -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 @@ -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 diff --git a/ci/pod/e2e-cpu.yaml b/ci/pod/e2e-cpu.yaml index da0bf6b37..2647b7e06 100644 --- a/ci/pod/e2e-cpu.yaml +++ b/ci/pod/e2e-cpu.yaml @@ -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: diff --git a/ci/pod/e2e-gpu.yaml b/ci/pod/e2e-gpu.yaml index 1bdcbbc0b..51b63e162 100644 --- a/ci/pod/e2e-gpu.yaml +++ b/ci/pod/e2e-gpu.yaml @@ -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: diff --git a/ci/pod/ut-gpu.yaml b/ci/pod/ut-gpu.yaml index 980dbe02c..c5fe6aa38 100644 --- a/ci/pod/ut-gpu.yaml +++ b/ci/pod/ut-gpu.yaml @@ -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