Skip to content

Commit bdbfcc6

Browse files
huydhnfacebook-github-bot
authored andcommitted
Use linux runner for Android Device Farm test job (#4177)
Summary: I should have realized this earlier, but using our Linux runner is more efficient than GitHub runner when it comes to download from and upload large files to S3, i.e. the exported llama model, because the traffic is within AWS data center. Pull Request resolved: #4177 Reviewed By: kirklandsign Differential Revision: D59509449 Pulled By: huydhn fbshipit-source-id: 8e6bfd731d297451513721d537e53e3130e755f9
1 parent 3521021 commit bdbfcc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
107107
with:
108108
device-type: android
109-
runner: ubuntu-latest
109+
runner: linux.2xlarge
110110
test-infra-ref: ''
111111
# This is the ARN of ExecuTorch project on AWS
112112
project-arn: arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6

0 commit comments

Comments
 (0)