3333
3434 test-setup-linux-gcc :
3535 name : test-setup-linux-gcc
36- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
36+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
3737 strategy :
3838 matrix :
3939 include :
5858
5959 test-models-linux :
6060 name : test-models-linux
61- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
61+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
6262 needs : gather-models
6363 strategy :
6464 matrix : ${{ fromJSON(needs.gather-models.outputs.models) }}
8585
8686 test-llama-runner-linux :
8787 name : test-llama-runner-linux
88- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
88+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
8989 strategy :
9090 matrix :
9191 dtype : [fp32]
@@ -139,7 +139,7 @@ jobs:
139139
140140 test-custom-ops-linux :
141141 name : test-custom-ops-linux
142- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
142+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
143143 strategy :
144144 matrix :
145145 include :
@@ -164,7 +164,7 @@ jobs:
164164
165165 test-selective-build-linux :
166166 name : test-selective-build-linux
167- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
167+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
168168 strategy :
169169 matrix :
170170 include :
@@ -189,7 +189,7 @@ jobs:
189189
190190 test-quantized-aot-lib-linux :
191191 name : test-quantized-aot-lib-linux
192- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
192+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
193193 strategy :
194194 matrix :
195195 include :
@@ -212,7 +212,7 @@ jobs:
212212
213213 test-pybind-build-linux :
214214 name : test-pybind-build-linux
215- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
215+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3
216216 strategy :
217217 matrix :
218218 include :
0 commit comments