26
26
gpu-arch-type : cuda
27
27
gpu-arch-version : " 11.8"
28
28
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.7
30
30
permissions :
31
31
id-token : write
32
32
contents : read
36
36
gpu-arch-type : ${{ matrix.gpu-arch-type }}
37
37
gpu-arch-version : ${{ matrix.gpu-arch-version }}
38
38
timeout : 120
39
- test-infra-ref : main
39
+ test-infra-ref : release/2.7
40
40
script : |
41
41
set -euo pipefail
42
42
@@ -56,12 +56,12 @@ jobs:
56
56
- " 3.12"
57
57
runner : ["macos-m1-stable"]
58
58
fail-fast : false
59
- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
59
+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.7
60
60
with :
61
61
repository : pytorch/vision
62
62
timeout : 240
63
63
runner : ${{ matrix.runner }}
64
- test-infra-ref : main
64
+ test-infra-ref : release/2.7
65
65
script : |
66
66
set -euo pipefail
67
67
87
87
gpu-arch-type : cuda
88
88
gpu-arch-version : " 11.8"
89
89
fail-fast : false
90
- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
90
+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.7
91
91
permissions :
92
92
id-token : write
93
93
contents : read
97
97
gpu-arch-type : ${{ matrix.gpu-arch-type }}
98
98
gpu-arch-version : ${{ matrix.gpu-arch-version }}
99
99
timeout : 120
100
- test-infra-ref : main
100
+ test-infra-ref : release/2.7
101
101
script : |
102
102
set -euxo pipefail
103
103
@@ -110,13 +110,13 @@ jobs:
110
110
./.github/scripts/unittest.sh
111
111
112
112
onnx :
113
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
113
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7
114
114
permissions :
115
115
id-token : write
116
116
contents : read
117
117
with :
118
118
repository : pytorch/vision
119
- test-infra-ref : main
119
+ test-infra-ref : release/2.7
120
120
script : |
121
121
set -euo pipefail
122
122
@@ -144,14 +144,14 @@ jobs:
144
144
echo '::endgroup::'
145
145
146
146
unittests-extended :
147
- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
147
+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.7
148
148
permissions :
149
149
id-token : write
150
150
contents : read
151
151
if : contains(github.event.pull_request.labels.*.name, 'run-extended')
152
152
with :
153
153
repository : pytorch/vision
154
- test-infra-ref : main
154
+ test-infra-ref : release/2.7
155
155
script : |
156
156
set -euo pipefail
157
157
0 commit comments