From c27f83dd91ff3599b5157866e6be014c20b967a0 Mon Sep 17 00:00:00 2001 From: cyy Date: Mon, 30 Jun 2025 00:30:56 +0000 Subject: [PATCH] Remove old ASAN Docker images (#157197) The old ASAN jobs have been replaced. Pull Request resolved: https://github.com/pytorch/pytorch/pull/157197 Approved by: https://github.com/Skylion007 --- .ci/docker/build.sh | 11 ----------- .github/workflows/docker-builds.yml | 1 - 2 files changed, 12 deletions(-) diff --git a/.ci/docker/build.sh b/.ci/docker/build.sh index 6b978b8f4b5..2f7a85939e0 100755 --- a/.ci/docker/build.sh +++ b/.ci/docker/build.sh @@ -275,17 +275,6 @@ case "$tag" in VISION=yes TRITON=yes ;; - pytorch-linux-jammy-py3-clang12-asan) - ANACONDA_PYTHON_VERSION=3.9 - CLANG_VERSION=12 - VISION=yes - TRITON=yes - ;; - pytorch-linux-jammy-py3-clang15-asan) - ANACONDA_PYTHON_VERSION=3.10 - CLANG_VERSION=15 - VISION=yes - ;; pytorch-linux-jammy-py3-clang18-asan) ANACONDA_PYTHON_VERSION=3.10 CLANG_VERSION=18 diff --git a/.github/workflows/docker-builds.yml b/.github/workflows/docker-builds.yml index c14140a4fb4..caf73275332 100644 --- a/.github/workflows/docker-builds.yml +++ b/.github/workflows/docker-builds.yml @@ -69,7 +69,6 @@ jobs: pytorch-linux-jammy-py3.12-halide, pytorch-linux-jammy-xpu-2025.0-py3, pytorch-linux-jammy-xpu-2025.1-py3, - pytorch-linux-jammy-py3-clang15-asan, pytorch-linux-jammy-py3-clang18-asan, pytorch-linux-jammy-py3-clang12-onnx, pytorch-linux-jammy-linter,