Skip to content

Commit

Permalink
remove centos and ubuntu1804 from imgs matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
AyodeAwe committed May 14, 2024
1 parent 8c41e19 commit 67ed764
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,8 @@ PYTHON_VER:
- "3.11"
- "3.12"
LINUX_VER:
- "ubuntu18.04"
- "ubuntu20.04"
- "ubuntu22.04"
- "centos7"
- "rockylinux8"
IMAGE_REPO:
- "ci-conda"
Expand All @@ -22,14 +20,6 @@ exclude:
# 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, 12.0.1, and 12.2.2
- CUDA_VER: "11.4.3"
Expand All @@ -44,7 +34,3 @@ exclude:
# exclude ci-wheel for ubuntu22.04
- LINUX_VER: "ubuntu22.04"
IMAGE_REPO: "ci-wheel"

# exclude ci-conda for ubuntu18.04
- LINUX_VER: "ubuntu18.04"
IMAGE_REPO: "ci-conda"

0 comments on commit 67ed764

Please sign in to comment.