From 7413431716ae86bec18dacc2f2f55ac96afcd5e8 Mon Sep 17 00:00:00 2001 From: Proton Date: Mon, 12 Aug 2024 11:07:31 +0800 Subject: [PATCH] [ci] Drop nvidia driver 510 support (already EOL'd) --- .github/actionlint.yaml | 1 - .github/workflows/testing.yml | 3 --- 2 files changed, 4 deletions(-) diff --git a/.github/actionlint.yaml b/.github/actionlint.yaml index 288322c0ad2c7..42c61a5628ec8 100644 --- a/.github/actionlint.yaml +++ b/.github/actionlint.yaml @@ -6,7 +6,6 @@ self-hosted-runner: - vulkan - m1 - driver550 - - driver510 - benchmark - release - build diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 54bdfcb4c81ac..115972c0f8ec1 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -190,7 +190,6 @@ jobs: - not sm70 driver: - driver550 - - driver510 runs-on: - self-hosted @@ -840,12 +839,10 @@ jobs: name: AOT Build and Test (GPU) needs: check_files timeout-minutes: ${{ github.event.schedule != '0 18 * * *' && 90 || 120 }} - # TODO(proton): do we need to test both drivers? strategy: matrix: tags: - [self-hosted, cuda, vulkan, cn, driver550] - # - [self-hosted, cuda, vulkan, cn, driver510] env: PY: '3.8' PROJECT_NAME: taichi