Move smoke binary builds to 3.12 (#159993)

And limit them just to stable CUDA version (as there weren't any recent instances when only one of those jobs failed to build)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/159993
Approved by: https://github.com/ngimel
ghstack dependencies: #159986, #159990
This commit is contained in:
Nikita Shulga
2025-08-06 13:34:55 -07:00
committed by PyTorch MergeBot
parent d0226719a9
commit 81d72fb1f7
2 changed files with 9 additions and 99 deletions

View File

@ -155,8 +155,8 @@ LINUX_BINARY_SMOKE_WORKFLOWS = [
package_type="manywheel",
build_configs=generate_binary_build_matrix.generate_wheels_matrix(
OperatingSystem.LINUX,
arches=["12.6", "12.8", "12.9"],
python_versions=["3.9"],
arches=["12.8"],
python_versions=["3.12"],
),
branches="main",
),