Skip to content

Commit

Permalink
[ci] Drop nvidia driver 510 support (already EOL'd) (#8582)
Browse files Browse the repository at this point in the history
  • Loading branch information
feisuzhu committed Aug 12, 2024
1 parent f2027e9 commit 88dc574
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ self-hosted-runner:
- vulkan
- m1
- driver550
- driver510
- benchmark
- release
- build
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,6 @@ jobs:
- not sm70
driver:
- driver550
- driver510

runs-on:
- self-hosted
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 88dc574

Please sign in to comment.