From 7a528e1cb65c43cee46ca38fc4b6b44e5b2e649c Mon Sep 17 00:00:00 2001 From: Huy Do Date: Tue, 15 Apr 2025 01:11:02 -0700 Subject: [PATCH 1/2] Run Android release job on ephemeral runner --- .github/workflows/android-release-artifacts.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/android-release-artifacts.yml b/.github/workflows/android-release-artifacts.yml index e40b53a148b..fd60647321f 100644 --- a/.github/workflows/android-release-artifacts.yml +++ b/.github/workflows/android-release-artifacts.yml @@ -49,7 +49,8 @@ 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 - runner: linux.2xlarge + # As this job has access to Maven credential, run this on a fresh ephemeral runner + runner: linux.2xlarge.ephemeral docker-image: executorch-ubuntu-22.04-clang12-android submodules: 'recursive' ref: ${{ github.sha }} From 801fa82548d265184d0885f0ece3d160b649e96d Mon Sep 17 00:00:00 2001 From: Huy Do Date: Tue, 15 Apr 2025 01:47:09 -0700 Subject: [PATCH 2/2] Is the name ephemeral.linux.2xlarge? --- .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 fd60647321f..2a35cf4711d 100644 --- a/.github/workflows/android-release-artifacts.yml +++ b/.github/workflows/android-release-artifacts.yml @@ -50,7 +50,7 @@ jobs: 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: linux.2xlarge.ephemeral + runner: ephemeral.linux.2xlarge docker-image: executorch-ubuntu-22.04-clang12-android submodules: 'recursive' ref: ${{ github.sha }}