Skip to content

Commit 195fabc

Browse files
update branch to release/2.8
1 parent 1ed2470 commit 195fabc

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

.github/workflows/build-cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runner: ${{ matrix.runner }}
3030
gpu-arch-type: ${{ matrix.gpu-arch-type }}
3131
gpu-arch-version: ${{ matrix.gpu-arch-version }}
32-
test-infra-ref: main
32+
test-infra-ref: release/2.8
3333
script: |
3434
set -euo pipefail
3535
@@ -48,7 +48,7 @@ jobs:
4848
with:
4949
repository: pytorch/vision
5050
runner: ${{ matrix.runner }}
51-
test-infra-ref: main
51+
test-infra-ref: release/2.8
5252
script: |
5353
set -euo pipefail
5454
@@ -74,7 +74,7 @@ jobs:
7474
runner: ${{ matrix.runner }}
7575
gpu-arch-type: ${{ matrix.gpu-arch-type }}
7676
gpu-arch-version: ${{ matrix.gpu-arch-version }}
77-
test-infra-ref: main
77+
test-infra-ref: release/2.8
7878
script: |
7979
set -euo pipefail
8080

.github/workflows/build-wheels-aarch64-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: linux-aarch64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
with-cuda: enable
2929
build:
3030
needs: generate-matrix
@@ -43,7 +43,7 @@ jobs:
4343
repository: ${{ matrix.repository }}
4444
ref: ""
4545
test-infra-repository: pytorch/test-infra
46-
test-infra-ref: main
46+
test-infra-ref: release/2.8
4747
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4848
pre-script: ${{ matrix.pre-script }}
4949
post-script: ${{ matrix.post-script }}

.github/workflows/build-wheels-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: linux
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
with-xpu: enable
2929
build:
3030
needs: generate-matrix
@@ -43,7 +43,7 @@ jobs:
4343
repository: ${{ matrix.repository }}
4444
ref: ""
4545
test-infra-repository: pytorch/test-infra
46-
test-infra-ref: main
46+
test-infra-ref: release/2.8
4747
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4848
pre-script: ${{ matrix.pre-script }}
4949
post-script: ${{ matrix.post-script }}

.github/workflows/build-wheels-m1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: macos-arm64
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
build:
2929
needs: generate-matrix
3030
strategy:
@@ -42,7 +42,7 @@ jobs:
4242
repository: ${{ matrix.repository }}
4343
ref: ""
4444
test-infra-repository: pytorch/test-infra
45-
test-infra-ref: main
45+
test-infra-ref: release/2.8
4646
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4747
pre-script: ${{ matrix.pre-script }}
4848
post-script: ${{ matrix.post-script }}

.github/workflows/build-wheels-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
package-type: wheel
2525
os: windows
2626
test-infra-repository: pytorch/test-infra
27-
test-infra-ref: main
27+
test-infra-ref: release/2.8
2828
with-xpu: enable
2929
build:
3030
needs: generate-matrix
@@ -44,7 +44,7 @@ jobs:
4444
repository: ${{ matrix.repository }}
4545
ref: ""
4646
test-infra-repository: pytorch/test-infra
47-
test-infra-ref: main
47+
test-infra-ref: release/2.8
4848
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4949
pre-script: ${{ matrix.pre-script }}
5050
env-script: ${{ matrix.env-script }}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
repository: pytorch/vision
2323
upload-artifact: docs
24-
test-infra-ref: main
24+
test-infra-ref: release/2.8
2525
script: |
2626
set -euo pipefail
2727
@@ -90,7 +90,7 @@ jobs:
9090
repository: pytorch/vision
9191
download-artifact: docs
9292
ref: gh-pages
93-
test-infra-ref: main
93+
test-infra-ref: release/2.8
9494
script: |
9595
set -euo pipefail
9696

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
with:
1919
repository: pytorch/vision
20-
test-infra-ref: main
20+
test-infra-ref: release/2.8
2121
script: |
2222
set -euo pipefail
2323
@@ -47,7 +47,7 @@ jobs:
4747
# contents: read
4848
# with:
4949
# repository: pytorch/vision
50-
# test-infra-ref: main
50+
# test-infra-ref: release/2.8
5151
# script: |
5252
# set -euo pipefail
5353

@@ -77,7 +77,7 @@ jobs:
7777
contents: read
7878
with:
7979
repository: pytorch/vision
80-
test-infra-ref: main
80+
test-infra-ref: release/2.8
8181
script: |
8282
set -euo pipefail
8383

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
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.8
4040
script: |
4141
set -euo pipefail
4242
@@ -62,7 +62,7 @@ jobs:
6262
repository: pytorch/vision
6363
timeout: 240
6464
runner: ${{ matrix.runner }}
65-
test-infra-ref: main
65+
test-infra-ref: release/2.8
6666
script: |
6767
set -euo pipefail
6868
@@ -99,7 +99,7 @@ jobs:
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.8
103103
script: |
104104
set -euxo pipefail
105105
@@ -118,7 +118,7 @@ jobs:
118118
# contents: read
119119
# with:
120120
# repository: pytorch/vision
121-
# test-infra-ref: main
121+
# test-infra-ref: release/2.8
122122
# script: |
123123
# set -euo pipefail
124124

@@ -153,7 +153,7 @@ jobs:
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.8
157157
script: |
158158
set -euo pipefail
159159

0 commit comments

Comments
 (0)