File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 34
34
description : The test spec to drive the test on AWS devices
35
35
required : false
36
36
type : string
37
- default : https://ossci-android.s3.amazonaws.com/executorch/android-llm-device-farm-test-spec.yml
38
37
workflow_call :
39
38
inputs :
40
39
models :
65
64
description : The test spec to drive the test on AWS devices
66
65
required : false
67
66
type : string
68
- default : https://ossci-android.s3.amazonaws.com/executorch/android-llm-device-farm-test-spec.yml
69
67
70
68
concurrency :
71
69
group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}-${{ github.event_name == 'schedule' }}
@@ -268,6 +266,7 @@ jobs:
268
266
# TODO: Hard code llm_demo_bpe for now in this job.
269
267
android-app-archive : https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifact/llm_demo_bpe/app-debug.apk
270
268
android-test-archive : https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifact/llm_demo_bpe/app-debug-androidTest.apk
271
- test-spec : ${{ inputs.test_spec }}
269
+ # NB: Need to set the default spec here so that it works for periodic too
270
+ test-spec : ${{ inputs.test_spec || 'https://ossci-android.s3.amazonaws.com/executorch/android-llm-device-farm-test-spec.yml' }}
272
271
# Uploaded to S3 from the previous job
273
272
extra-data : https://gha-artifacts.s3.amazonaws.com/${{ github.repository }}/${{ github.run_id }}/artifact/${{ matrix.model }}_${{ matrix.delegate }}/model.zip
You can’t perform that action at this time.
0 commit comments