File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments