mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
[BE] Use linux.2xlarge.memory for ASAN builds (#165164)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/165164 Approved by: https://github.com/janeyx99
This commit is contained in:
parent
12d7cc5cd3
commit
f2ae7084eb
1
.github/workflows/pull.yml
vendored
1
.github/workflows/pull.yml
vendored
|
|
@ -127,6 +127,7 @@ jobs:
|
||||||
uses: ./.github/workflows/_linux-build.yml
|
uses: ./.github/workflows/_linux-build.yml
|
||||||
needs: get-label-type
|
needs: get-label-type
|
||||||
with:
|
with:
|
||||||
|
runner: linux.2xlarge.memory
|
||||||
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"
|
runner_prefix: "${{ needs.get-label-type.outputs.label-type }}"
|
||||||
build-environment: linux-jammy-py3.10-clang18-asan
|
build-environment: linux-jammy-py3.10-clang18-asan
|
||||||
docker-image-name: ci-image:pytorch-linux-jammy-py3-clang18-asan
|
docker-image-name: ci-image:pytorch-linux-jammy-py3-clang18-asan
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user