From 79d8243030671e297507a2f2b0ada2b62269b4b0 Mon Sep 17 00:00:00 2001 From: Hansong Zhang <107070759+kirklandsign@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:29:42 -0700 Subject: [PATCH 1/3] Update android-release-artifacts.yml Use pytorch/test-infra/.github/workflows/linux_job_v2.yml@main --- .github/workflows/android-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-release-artifacts.yml b/.github/workflows/android-release-artifacts.yml index b31ff644d94..7a17b69de1c 100644 --- a/.github/workflows/android-release-artifacts.yml +++ b/.github/workflows/android-release-artifacts.yml @@ -47,7 +47,7 @@ jobs: name: build-aar needs: check-if-aar-exists if: ${{ !github.event.pull_request.head.repo.fork }} - uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7 + uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/main secrets: inherit permissions: id-token: write From 26226901da8112218d547c80d5e8d17e2ed1963a Mon Sep 17 00:00:00 2001 From: Hansong Zhang <107070759+kirklandsign@users.noreply.github.com> Date: Wed, 9 Jul 2025 20:31:40 -0700 Subject: [PATCH 2/3] Update android-release-artifacts.yml --- .github/workflows/android-release-artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android-release-artifacts.yml b/.github/workflows/android-release-artifacts.yml index 7a17b69de1c..943682ba18e 100644 --- a/.github/workflows/android-release-artifacts.yml +++ b/.github/workflows/android-release-artifacts.yml @@ -47,7 +47,7 @@ jobs: name: build-aar needs: check-if-aar-exists if: ${{ !github.event.pull_request.head.repo.fork }} - uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/main + uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main secrets: inherit permissions: id-token: write From 62976d73a647e65c6c523084376f5883540ede93 Mon Sep 17 00:00:00 2001 From: Hansong Zhang <107070759+kirklandsign@users.noreply.github.com> Date: Fri, 11 Jul 2025 17:10:39 -0700 Subject: [PATCH 3/3] Update android-release-artifacts.yml --- .github/workflows/android-release-artifacts.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/android-release-artifacts.yml b/.github/workflows/android-release-artifacts.yml index 943682ba18e..0e6879bd416 100644 --- a/.github/workflows/android-release-artifacts.yml +++ b/.github/workflows/android-release-artifacts.yml @@ -54,8 +54,6 @@ jobs: contents: read with: secrets-env: EXECUTORCH_MAVEN_SIGNING_KEYID EXECUTORCH_MAVEN_SIGNING_PASSWORD EXECUTORCH_MAVEN_CENTRAL_PASSWORD EXECUTORCH_MAVEN_CENTRAL_USERNAME EXECUTORCH_MAVEN_SIGNING_GPG_KEY_CONTENTS - # As this job has access to Maven credential, run this on a fresh ephemeral runner - runner: ephemeral.linux.2xlarge docker-image: executorch-ubuntu-22.04-clang12-android submodules: 'recursive' ref: ${{ github.sha }}