Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions latest.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# SPDX-FileCopyrightText: Copyright (c) 2023-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2023-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
# Define the values used for the "latest" tag
ci-conda:
CUDA_VER: "13.1.0"
PYTHON_VER: "3.14"
LINUX_VER: "ubuntu24.04"
ci-wheel:
CUDA_VER: "13.1.0"
CUDA_VER: "13.0.2"
PYTHON_VER: "3.14"
# Wheels should always be built with the oldest supported glibc version
LINUX_VER: "rockylinux8"
Expand Down
5 changes: 5 additions & 0 deletions matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ exclude:
- LINUX_VER: "ubuntu24.04"
CUDA_VER: "12.2.2"

# Only build ci-wheel for the latest CUDA of each major version,
# and any others used for builds in CI
- CUDA_VER: "12.2.2"
IMAGE_REPO: "ci-wheel"

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