Skip to content

Commit

Permalink
TEMP: Retrict matrices to iterate faster
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Aug 3, 2023
1 parent cd64bf2 commit 25e2850
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions matrix-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pull-request:
- { CUDA_VER: '11.2', ARCH: 'amd64', PYTHON_VER: '3.9', GPU: 'v100', DRIVER: 'earliest' }
- { CUDA_VER: '12.0', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'latest' }
- { CUDA_VER: '11.8', ARCH: 'arm64', PYTHON_VER: '3.10', GPU: 'a100', DRIVER: 'latest' }
# - { CUDA_VER: '12.0', ARCH: 'amd64', PYTHON_VER: '3.10', GPU: 'v100', DRIVER: 'latest' }
# - { CUDA_VER: '11.8', ARCH: 'arm64', PYTHON_VER: '3.10', GPU: 'a100', DRIVER: 'latest' }
nightly:
- { CUDA_VER: '11.2', ARCH: 'amd64', PYTHON_VER: '3.9', GPU: 'v100', DRIVER: 'earliest' }
- { CUDA_VER: '11.2', ARCH: 'amd64', PYTHON_VER: '3.9', GPU: 'v100', DRIVER: 'latest' }
Expand Down
6 changes: 3 additions & 3 deletions matrix.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CUDA_VER: # Should be `<major>.<minor>.<patch>` (e.g. `11.2.2`)
- "11.2.2"
- "11.8.0"
- "12.0.1"
# - "11.8.0"
# - "12.0.1"
PYTHON_VER:
- "3.9"
- "3.10"
# - "3.10"
DASK_SQL_VER:
- "2023.6.0"

0 comments on commit 25e2850

Please sign in to comment.