pytorch/.circleci/scripts
iremyux 3a6b3c8e0e Combine windows x64 and arm64 yaml template files (#149850)
While introducing Windows-Arm64 nightly workflows, we created a separate template file for win-arm64. This PR combines x64&arm64 and deletes the win-arm64 one.
Fixes #148776

Pull Request resolved: https://github.com/pytorch/pytorch/pull/149850
Approved by: https://github.com/ozanMSFT, https://github.com/malfet
2025-04-17 17:58:55 +00:00
..
binary_ios_build.sh [BE] Import Literal, Protocol, and Final from standard library typing as of Python 3.8+ (#94490) 2023-02-09 19:17:49 +00:00
binary_ios_test.sh Remove codesigning from ios circleci workflows (#85630) 2022-09-29 19:49:11 +00:00
binary_ios_upload.sh Update XNNPACK Version (#139913) 2024-11-18 18:16:31 +00:00
binary_linux_test.sh Smoke Test - disable pypi package validation for binaries that package cuda libs (#150194) 2025-04-01 19:18:44 +00:00
binary_populate_env.sh Add triton as dependency to CUDA aarch64 build (#149584) 2025-03-20 15:39:45 +00:00
binary_upload.sh cd: Add no-cache for test binaries (#149218) 2025-03-17 23:26:20 +00:00
binary_windows_build.sh Combine windows x64 and arm64 yaml template files (#149850) 2025-04-17 17:58:55 +00:00
binary_windows_test.sh Combine windows x64 and arm64 yaml template files (#149850) 2025-04-17 17:58:55 +00:00
driver_update.bat Always retry curl downloads (#89157) 2022-11-18 07:03:24 +00:00
functorch_doc_push_script.sh Revert "[BE] Dockerize PyTorch docs jobs (#100601)" 2023-05-04 23:13:15 +00:00
publish_android_snapshot.sh [andoid] publishing to maven central (#53568) 2021-03-10 10:42:23 -08:00
README.md
trigger_azure_pipeline.py [BE][Easy][1/19] enforce style for empty lines in import segments (#129752) 2024-07-16 00:42:56 +00: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.