2626 gpu-arch-type : cuda
2727 gpu-arch-version : " 12.6"
2828 fail-fast : false
29- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
29+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
3030 permissions :
3131 id-token : write
3232 contents : read
3636 gpu-arch-type : ${{ matrix.gpu-arch-type }}
3737 gpu-arch-version : ${{ matrix.gpu-arch-version }}
3838 timeout : 120
39- test-infra-ref : main
39+ test-infra-ref : release/2.9
4040 script : |
4141 set -euo pipefail
4242
@@ -57,12 +57,12 @@ jobs:
5757 - " 3.12"
5858 runner : ["macos-m1-stable"]
5959 fail-fast : false
60- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
60+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.9
6161 with :
6262 repository : pytorch/vision
6363 timeout : 240
6464 runner : ${{ matrix.runner }}
65- test-infra-ref : main
65+ test-infra-ref : release/2.9
6666 script : |
6767 set -euo pipefail
6868
8989 # gpu-arch-type: cuda
9090 # gpu-arch-version: "11.8"
9191 fail-fast : false
92- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
92+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.9
9393 permissions :
9494 id-token : write
9595 contents : read
9999 gpu-arch-type : ${{ matrix.gpu-arch-type }}
100100 gpu-arch-version : ${{ matrix.gpu-arch-version }}
101101 timeout : 120
102- test-infra-ref : main
102+ test-infra-ref : release/2.9
103103 script : |
104104 set -euxo pipefail
105105
@@ -112,13 +112,13 @@ jobs:
112112 ./.github/scripts/unittest.sh
113113
114114 # onnx:
115- # uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
115+ # uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
116116 # permissions:
117117 # id-token: write
118118 # contents: read
119119 # with:
120120 # repository: pytorch/vision
121- # test-infra-ref: main
121+ # test-infra-ref: release/2.9
122122 # script: |
123123 # set -euo pipefail
124124
@@ -146,14 +146,14 @@ jobs:
146146 # echo '::endgroup::'
147147
148148 unittests-extended :
149- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
149+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
150150 permissions :
151151 id-token : write
152152 contents : read
153153 if : contains(github.event.pull_request.labels.*.name, 'run-extended')
154154 with :
155155 repository : pytorch/vision
156- test-infra-ref : main
156+ test-infra-ref : release/2.9
157157 script : |
158158 set -euo pipefail
159159
0 commit comments