Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 5 additions & 7 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CUDA_VER:
- "11.4.3"
- "11.8.0"
- "12.0.1"
- "12.1.1"
- "12.2.2"
PYTHON_VER:
- "3.9"
- "3.10"
Expand All @@ -18,25 +18,23 @@ IMAGE_REPO:
- "ci-wheel"
- "citestwheel"
exclude:
# ci-conda:
# Exclusions from CUDA's OS support matrix
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.4.3"
- LINUX_VER: "ubuntu18.04"
CUDA_VER: "12.2.2"

# wheels:
- LINUX_VER: "ubuntu18.04"
IMAGE_REPO: "ci-wheel"
- LINUX_VER: "centos7"
IMAGE_REPO: "citestwheel"

# exclude citestwheel and ci-wheel for cuda versions other than 11.8.0 and 12.0.1
# exclude citestwheel and ci-wheel for cuda versions other than 11.8.0, 12.0.1, and 12.2.2
- CUDA_VER: "11.4.3"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "11.4.3"
IMAGE_REPO: "ci-wheel"
- CUDA_VER: "12.1.1"
IMAGE_REPO: "citestwheel"
- CUDA_VER: "12.1.1"
IMAGE_REPO: "ci-wheel"

# exclude citestwheel for rockylinux8
- LINUX_VER: "rockylinux8"
Expand Down