mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
8ca986ee60
commit
f5fd18f7e2
1
.github/workflows/pull.yml
vendored
1
.github/workflows/pull.yml
vendored
@ -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: |
|
||||
|
Reference in New Issue
Block a user