Skip to content

Commit

Permalink
Drop Python 3.9, simplify ci-wheel matrix (only oldest glibc and late…
Browse files Browse the repository at this point in the history
…st CUDA of each major version).
  • Loading branch information
bdice committed Oct 2, 2024
1 parent e7ddf33 commit be8c898
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ CUDA_VER:
- "12.2.2"
- "12.5.1"
PYTHON_VER:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
Expand All @@ -31,12 +30,20 @@ exclude:
- LINUX_VER: "ubuntu22.04"
CUDA_VER: "11.4.3"

# 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"
# Only build ci-wheel for the latest CUDA of each major version
- CUDA_VER: "11.4.3"
IMAGE_REPO: "ci-wheel"
- CUDA_VER: "12.0.1"
IMAGE_REPO: "ci-wheel"
- CUDA_VER: "12.2.2"
IMAGE_REPO: "ci-wheel"

# exclude ci-wheel for ubuntu22.04
# Only build ci-wheel for the oldest glibc (rockylinux8)
- LINUX_VER: "ubuntu20.04"
IMAGE_REPO: "ci-wheel"
- LINUX_VER: "ubuntu22.04"
IMAGE_REPO: "ci-wheel"

# Exclude citestwheel for CUDA versions older than 11.8.0
- CUDA_VER: "11.4.3"
IMAGE_REPO: "citestwheel"

0 comments on commit be8c898

Please sign in to comment.