pytorch/.circleci/scripts
Wang, Chuanqi 292454942e [CD] Introduce windows.12xlarge runners for CD Windows build (#165287)
Follows https://github.com/pytorch/test-infra/pull/7174. Windows CD build time cost comparison as below

|Runner|cpu|cuda|xpu|
|-|-|-|-|
|windows.4xlarge|1.5h| 4.0h| 5.5h|
|windows.12xlarge|0.5h|1.5h|2.5h|

Fixes #162962
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165287
Approved by: https://github.com/zxiiro, https://github.com/malfet, https://github.com/seemethere
2025-10-21 18:28:23 +00:00
..
binary_linux_test.sh [BE][EZ] Delete remains of split-build logic (#159990) 2025-08-07 01:59:30 +00:00
binary_populate_env.sh [CD] Introduce windows.12xlarge runners for CD Windows build (#165287) 2025-10-21 18:28:23 +00:00
binary_upload.sh Revert "cd: Add no-cache for test binaries (#149218)" 2025-08-22 13:14:23 +00:00
binary_windows_build.sh [BE] Upgrade XPU support package to 2025.2 (#158733) 2025-08-27 19:33:38 +00:00
binary_windows_test.sh [BE] Upgrade XPU support package to 2025.2 (#158733) 2025-08-27 19:33:38 +00:00
driver_update.bat Always retry curl downloads (#89157) 2022-11-18 07:03:24 +00:00
publish_android_snapshot.sh [andoid] publishing to maven central (#53568) 2021-03-10 10:42:23 -08:00
README.md Reduce set of build/tests which run on PRs. (#20930) 2019-05-24 15:25:37 -07:00

All the scripts in this directory are callable from ~/workspace/.circleci/scripts/foo.sh. Don't try to call them as .circleci/scripts/foo.sh, that won't (necessarily) work. See Note [Workspace for CircleCI scripts] in job-specs-setup.yml for more details.