File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -90,13 +90,17 @@ jobs:
90
90
with :
91
91
device-type : android
92
92
runner : ubuntu-latest
93
+ # TODO: FOR TESTING
94
+ test-infra-ref : add-android-device-farm-support
93
95
# This is the ARN of ExecuTorch project on AWS
94
96
project-arn : arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6
95
97
# This is the custom Android device pool that only includes Samsung Galaxy S2x
96
98
device-pool-arn : arn:aws:devicefarm:us-west-2:308535385114:devicepool:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/e59f866a-30aa-4aa1-87b7-4510e5820dfa
97
- # Uploaded to S3 from the previous job
98
- android-app-archive : arn:aws:devicefarm:us-west-2:308535385114:upload:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/8a7276b7-03ac-4053-8b09-1305c429f59d
99
- android-test-archive : arn:aws:devicefarm:us-west-2:308535385114:upload:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/528113d6-2003-420b-aedb-4242b6d14254
99
+ # Uploaded to S3 from the previous job, the name of the app comes from the project itself
100
+ android-app-archive : |
101
+ https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/${{ github.run_attempt }}/artifact/app-debug.apk
102
+ android-test-archive : |
103
+ https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/${{ github.run_attempt }}/artifact/app-debug-androidTest.apk
100
104
# The test spec can be downloaded from https://ossci-assets.s3.amazonaws.com/android-llama2-device-farm-test-spec.yml
101
105
test-spec : arn:aws:devicefarm:us-west-2:308535385114:upload:02a2cf0f-6d9b-45ee-ba1a-a086587469e6/414cb54d-4d83-4576-8317-93244e4dc50e
102
106
# The exported llama2 model and its tokenizer, can be downloaded from https://ossci-assets.s3.amazonaws.com/executorch-android-llama2-7b.zip.
You can’t perform that action at this time.
0 commit comments