2424 gpu-arch-type : cuda
2525 gpu-arch-version : " 12.8"
2626 fail-fast : false
27- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
27+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.11
2828 permissions :
2929 id-token : write
3030 contents : read
3434 gpu-arch-type : ${{ matrix.gpu-arch-type }}
3535 gpu-arch-version : ${{ matrix.gpu-arch-version }}
3636 timeout : 120
37- test-infra-ref : main
37+ test-infra-ref : release/2.11
3838 script : |
3939 set -euo pipefail
4040
@@ -52,12 +52,12 @@ jobs:
5252 - " 3.14"
5353 runner : ["macos-m1-stable"]
5454 fail-fast : false
55- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
55+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.11
5656 with :
5757 repository : pytorch/vision
5858 timeout : 240
5959 runner : ${{ matrix.runner }}
60- test-infra-ref : main
60+ test-infra-ref : release/2.11
6161 script : |
6262 set -euo pipefail
6363
8282 # gpu-arch-type: cuda
8383 # gpu-arch-version: "12.8"
8484 fail-fast : false
85- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
85+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.11
8686 permissions :
8787 id-token : write
8888 contents : read
9292 gpu-arch-type : ${{ matrix.gpu-arch-type }}
9393 gpu-arch-version : ${{ matrix.gpu-arch-version }}
9494 timeout : 120
95- test-infra-ref : main
95+ test-infra-ref : release/2.11
9696 script : |
9797 set -euxo pipefail
9898
@@ -105,14 +105,14 @@ jobs:
105105 ./.github/scripts/unittest.sh
106106
107107 unittests-extended :
108- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
108+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.11
109109 permissions :
110110 id-token : write
111111 contents : read
112112 if : contains(github.event.pull_request.labels.*.name, 'run-extended')
113113 with :
114114 repository : pytorch/vision
115- test-infra-ref : main
115+ test-infra-ref : release/2.11
116116 script : |
117117 set -euo pipefail
118118
0 commit comments