From fa15fb01aba00731ec35d694397ca28d71def89f Mon Sep 17 00:00:00 2001 From: Nikita Shulga Date: Mon, 22 Sep 2025 14:44:23 -0700 Subject: [PATCH] [EZ] Remove XLA from unstable.yml (#163564) It runs for 30 min on linux.12xlarge and then fails and it has been like that since Aug 7th Besides, there are no more python-3.9 builds left. Pull Request resolved: https://github.com/pytorch/pytorch/pull/163564 Approved by: https://github.com/seemethere, https://github.com/atalman, https://github.com/huydhn --- .github/workflows/unstable.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.github/workflows/unstable.yml b/.github/workflows/unstable.yml index 7f0fe6058bd..b5955127d9f 100644 --- a/.github/workflows/unstable.yml +++ b/.github/workflows/unstable.yml @@ -53,27 +53,3 @@ jobs: issue_owner: ${{ github.event.pull_request.user.login || github.event.issue.user.login }} curr_branch: ${{ github.head_ref || github.ref_name }} curr_ref_type: ${{ github.ref_type }} - - linux-jammy-py3_9-clang9-xla-build: - name: linux-jammy-py3_9-clang9-xla - uses: ./.github/workflows/_linux-build.yml - needs: get-label-type - with: - runner_prefix: "${{ needs.get-label-type.outputs.label-type }}" - build-environment: linux-jammy-py3.9-clang9-xla - docker-image-name: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/xla_base:v1.3-lite - test-matrix: | - { include: [ - { config: "xla", shard: 1, num_shards: 1, runner: "${{ needs.get-label-type.outputs.label-type }}linux.12xlarge" }, - ]} - secrets: inherit - - linux-jammy-py3_9-clang9-xla-test: - name: linux-jammy-py3_9-clang9-xla - uses: ./.github/workflows/_linux-test.yml - needs: linux-jammy-py3_9-clang9-xla-build - with: - build-environment: linux-jammy-py3.9-clang9-xla - docker-image: ${{ needs.linux-jammy-py3_9-clang9-xla-build.outputs.docker-image }} - test-matrix: ${{ needs.linux-jammy-py3_9-clang9-xla-build.outputs.test-matrix }} - secrets: inherit