Skip to content

Commit f37e51c

Browse files
committed
Ready to land
Signed-off-by: Huy Do <[email protected]>
1 parent 6c6ceaf commit f37e51c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/apple-perf.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -436,8 +436,7 @@ jobs:
436436
permissions:
437437
id-token: write
438438
contents: read
439-
# TESTING
440-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@add-device-type-and-id
439+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
441440
strategy:
442441
matrix: ${{ fromJson(needs.set-parameters.outputs.benchmark_configs) }}
443442
fail-fast: false
@@ -447,8 +446,7 @@ jobs:
447446
device-type: ios
448447
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
449448
runner: linux.2xlarge
450-
# TESTING
451-
test-infra-ref: add-device-type-and-id
449+
test-infra-ref: ''
452450
# This is the ARN of ExecuTorch project on AWS
453451
project-arn: arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6
454452
device-pool-arn: ${{ matrix.device_arn }}

0 commit comments

Comments
 (0)