3333
3434 test-setup-linux-gcc :
3535 name : test-setup-linux-gcc
36- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
37- permissions :
38- id-token : write
39- contents : read
36+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
4037 strategy :
4138 fail-fast : false
4239 with :
5855
5956 test-models-linux :
6057 name : test-models-linux
61- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
62- permissions :
63- id-token : write
64- contents : read
58+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
6559 needs : gather-models
6660 strategy :
6761 matrix : ${{ fromJSON(needs.gather-models.outputs.models) }}
8882
8983 test-llama-runner-linux :
9084 name : test-llama-runner-linux
91- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
92- permissions :
93- id-token : write
94- contents : read
85+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
9586 strategy :
9687 matrix :
9788 dtype : [fp32]
@@ -130,10 +121,7 @@ jobs:
130121
131122 test-llama-runner-linux-android :
132123 name : test-llama-runner-linux-android
133- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
134- permissions :
135- id-token : write
136- contents : read
124+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
137125 strategy :
138126 fail-fast : false
139127 with :
@@ -153,10 +141,7 @@ jobs:
153141
154142 test-custom-ops-linux :
155143 name : test-custom-ops-linux
156- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
157- permissions :
158- id-token : write
159- contents : read
144+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
160145 strategy :
161146 fail-fast : false
162147 with :
@@ -177,10 +162,7 @@ jobs:
177162
178163 test-selective-build-linux :
179164 name : test-selective-build-linux
180- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
181- permissions :
182- id-token : write
183- contents : read
165+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
184166 strategy :
185167 fail-fast : false
186168 with :
@@ -201,10 +183,7 @@ jobs:
201183
202184 test-llava-runner-linux :
203185 name : test-llava-runner-linux
204- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
205- permissions :
206- id-token : write
207- contents : read
186+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
208187 strategy :
209188 fail-fast : false
210189 with :
@@ -235,10 +214,7 @@ jobs:
235214
236215 test-quantized-aot-lib-linux :
237216 name : test-quantized-aot-lib-linux
238- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
239- permissions :
240- id-token : write
241- contents : read
217+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
242218 strategy :
243219 fail-fast : false
244220 with :
@@ -258,10 +234,7 @@ jobs:
258234
259235 test-pybind-build-linux :
260236 name : test-pybind-build-linux
261- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
262- permissions :
263- id-token : write
264- contents : read
237+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
265238 strategy :
266239 fail-fast : false
267240 with :
@@ -287,10 +260,7 @@ jobs:
287260
288261 test-binary-size-linux-gcc :
289262 name : test-binary-size-linux-gcc
290- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
291- permissions :
292- id-token : write
293- contents : read
263+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
294264 strategy :
295265 fail-fast : false
296266 with :
@@ -322,10 +292,7 @@ jobs:
322292
323293 test-binary-size-linux :
324294 name : test-binary-size-linux
325- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
326- permissions :
327- id-token : write
328- contents : read
295+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
329296 strategy :
330297 fail-fast : false
331298 with :
@@ -398,10 +365,7 @@ jobs:
398365
399366 test-llama-runner-qnn-linux :
400367 name : test-llama-runner-qnn-linux
401- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
402- permissions :
403- id-token : write
404- contents : read
368+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
405369 strategy :
406370 matrix :
407371 dtype : [fp32]
@@ -436,10 +400,7 @@ jobs:
436400
437401 test-qnn-models-linux :
438402 name : test-qnn-models-linux
439- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
440- permissions :
441- id-token : write
442- contents : read
403+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
443404 strategy :
444405 fail-fast : false
445406 with :
@@ -458,10 +419,7 @@ jobs:
458419
459420 test-phi-3-mini-runner-linux :
460421 name : test-phi-3-mini-runner-linux
461- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
462- permissions :
463- id-token : write
464- contents : read
422+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
465423 strategy :
466424 fail-fast : false
467425 with :
@@ -488,10 +446,7 @@ jobs:
488446
489447 test-eval_llama-wikitext-linux :
490448 name : test-eval_llama-wikitext-linux
491- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
492- permissions :
493- id-token : write
494- contents : read
449+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
495450 strategy :
496451 fail-fast : false
497452 with :
@@ -518,10 +473,7 @@ jobs:
518473
519474 test-eval_llama-mmlu-linux :
520475 name : test-eval_llama-mmlu-linux
521- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
522- permissions :
523- id-token : write
524- contents : read
476+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
525477 strategy :
526478 fail-fast : false
527479 with :
@@ -548,10 +500,7 @@ jobs:
548500
549501 test-llama_runner_eager-linux :
550502 name : test-llama_runner_eager-linux
551- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
552- permissions :
553- id-token : write
554- contents : read
503+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
555504 strategy :
556505 fail-fast : false
557506 with :
@@ -578,10 +527,7 @@ jobs:
578527
579528 test-mediatek-models-linux :
580529 name : test-mediatek-models-linux
581- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
582- permissions :
583- id-token : write
584- contents : read
530+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
585531 strategy :
586532 fail-fast : false
587533 with :
0 commit comments