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