26
26
gpu-arch-type : cuda
27
27
gpu-arch-version : " 12.6"
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.8
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.8
40
40
script : |
41
41
set -euo pipefail
42
42
@@ -57,12 +57,12 @@ jobs:
57
57
- " 3.12"
58
58
runner : ["macos-m1-stable"]
59
59
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.8
61
61
with :
62
62
repository : pytorch/vision
63
63
timeout : 240
64
64
runner : ${{ matrix.runner }}
65
- test-infra-ref : main
65
+ test-infra-ref : release/2.8
66
66
script : |
67
67
set -euo pipefail
68
68
89
89
# gpu-arch-type: cuda
90
90
# gpu-arch-version: "11.8"
91
91
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.8
93
93
permissions :
94
94
id-token : write
95
95
contents : read
99
99
gpu-arch-type : ${{ matrix.gpu-arch-type }}
100
100
gpu-arch-version : ${{ matrix.gpu-arch-version }}
101
101
timeout : 120
102
- test-infra-ref : main
102
+ test-infra-ref : release/2.8
103
103
script : |
104
104
set -euxo pipefail
105
105
@@ -112,13 +112,13 @@ jobs:
112
112
./.github/scripts/unittest.sh
113
113
114
114
# 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.8
116
116
# permissions:
117
117
# id-token: write
118
118
# contents: read
119
119
# with:
120
120
# repository: pytorch/vision
121
- # test-infra-ref: main
121
+ # test-infra-ref: release/2.8
122
122
# script: |
123
123
# set -euo pipefail
124
124
@@ -146,14 +146,14 @@ jobs:
146
146
# echo '::endgroup::'
147
147
148
148
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.8
150
150
permissions :
151
151
id-token : write
152
152
contents : read
153
153
if : contains(github.event.pull_request.labels.*.name, 'run-extended')
154
154
with :
155
155
repository : pytorch/vision
156
- test-infra-ref : main
156
+ test-infra-ref : release/2.8
157
157
script : |
158
158
set -euo pipefail
159
159
0 commit comments