Skip to content

Commit

Permalink
Merge branch 'main' into renovate/condaforge-miniforge3-24.x
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Oct 2, 2024
2 parents c727ab1 + 7b05958 commit 401e337
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 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"
4 changes: 2 additions & 2 deletions versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# prefer sticking with a stable version until a specific reason to update arises.
SCCACHE_VER: 0.7.7
# renovate: datasource=github-releases depName=cli/cli
GH_CLI_VER: 2.55.0
GH_CLI_VER: 2.57.0
# renovate: datasource=pypi depName=codecov-cli
CODECOV_VER: 0.7.4
# renovate: datasource=docker depName=mikefarah/yq versioning=docker
YQ_VER: 4.44.3
# renovate: datasource=docker depName=amazon/aws-cli versioning=docker
AWS_CLI_VER: 2.17.44
AWS_CLI_VER: 2.17.62

0 comments on commit 401e337

Please sign in to comment.