Skip to content

Commit 37a00ca

Browse files
committed
Do a bit more testing
1 parent cae1265 commit 37a00ca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/apple-perf.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ jobs:
287287
permissions:
288288
id-token: write
289289
contents: read
290-
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@main
290+
# TODO: TESTING https://github.com/pytorch/test-infra/pull/5770, REVERT BEFORE SUBMITTING
291+
uses: pytorch/test-infra/.github/workflows/mobile_job.yml@fix-ratelimit-mobile-jobs
291292
strategy:
292293
matrix:
293294
model: ${{ fromJson(needs.set-parameters.outputs.models) }}
@@ -300,7 +301,8 @@ jobs:
300301
device-type: ios
301302
# For iOS testing, the runner just needs to call AWS Device Farm, so there is no need to run this on macOS
302303
runner: linux.2xlarge
303-
test-infra-ref: ''
304+
# TODO: TESTING https://github.com/pytorch/test-infra/pull/5770, REVERT BEFORE SUBMITTING
305+
test-infra-ref: 'fix-ratelimit-mobile-jobs'
304306
# This is the ARN of ExecuTorch project on AWS
305307
project-arn: arn:aws:devicefarm:us-west-2:308535385114:project:02a2cf0f-6d9b-45ee-ba1a-a086587469e6
306308
device-pool-arn: ${{ matrix.device }}

0 commit comments

Comments
 (0)