From a753ffa9aff47e005c31d6bcbf5b6a61cc54afed Mon Sep 17 00:00:00 2001 From: PyTorch MergeBot Date: Thu, 9 Oct 2025 06:22:28 +0000 Subject: [PATCH] Revert "Use runner with more memory for ASAN builds (#165000)" This reverts commit f5fd18f7e24378bd9eb91404f697f1c81a8187d5. Reverted https://github.com/pytorch/pytorch/pull/165000 on behalf of https://github.com/izaitsevfb due to not sure how, but this broke lint ([comment](https://github.com/pytorch/pytorch/pull/165000#issuecomment-3384286412)) --- .github/workflows/pull.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 29c3eaea0674..209a47ad4dfc 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -128,7 +128,6 @@ 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: |