Use runner with more memory for ASAN builds (#165000)

An attempt to [address OOM here](aed5ed1076/1).
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165000
Approved by: https://github.com/seemethere, https://github.com/malfet, https://github.com/huydhn
This commit is contained in:
Ivan Zaitsev
2025-10-09 01:09:25 +00:00
committed by PyTorch MergeBot
parent 8ca986ee60
commit f5fd18f7e2

View File

@ -128,6 +128,7 @@ jobs:
needs: get-label-type
with:
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"
runner: linux.2xlarge.memory
build-environment: linux-jammy-py3.10-clang18-asan
docker-image-name: ci-image:pytorch-linux-jammy-py3-clang18-asan
test-matrix: |