Skip to content

Commit 6aae557

Browse files
update branch to release/2.9 [1/2]
1 parent 15f9128 commit 6aae557

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

.github/workflows/build-cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
gpu-arch-type: cuda
2121
gpu-arch-version: "12.6"
2222
fail-fast: false
23-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
23+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
2424
permissions:
2525
id-token: write
2626
contents: read
@@ -44,7 +44,7 @@ jobs:
4444
include:
4545
- runner: macos-m1-stable
4646
fail-fast: false
47-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
47+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.9
4848
with:
4949
repository: pytorch/vision
5050
runner: ${{ matrix.runner }}
@@ -68,7 +68,7 @@ jobs:
6868
gpu-arch-type: cuda
6969
gpu-arch-version: "12.6"
7070
fail-fast: false
71-
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
71+
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.9
7272
with:
7373
repository: pytorch/vision
7474
runner: ${{ matrix.runner }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
2323
with:
2424
package-type: wheel
2525
os: linux-aarch64
@@ -38,7 +38,7 @@ jobs:
3838
smoke-test-script: test/smoke_test.py
3939
package-name: torchvision
4040
name: ${{ matrix.repository }}
41-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.9
4242
with:
4343
repository: ${{ matrix.repository }}
4444
ref: ""

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
2323
with:
2424
package-type: wheel
2525
os: linux
@@ -38,7 +38,7 @@ jobs:
3838
smoke-test-script: test/smoke_test.py
3939
package-name: torchvision
4040
name: ${{ matrix.repository }}
41-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.9
4242
with:
4343
repository: ${{ matrix.repository }}
4444
ref: ""

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
2323
with:
2424
package-type: wheel
2525
os: macos-arm64
@@ -37,7 +37,7 @@ jobs:
3737
smoke-test-script: test/smoke_test.py
3838
package-name: torchvision
3939
name: ${{ matrix.repository }}
40-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
40+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.9
4141
with:
4242
repository: ${{ matrix.repository }}
4343
ref: ""

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
generate-matrix:
22-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
22+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
2323
with:
2424
package-type: wheel
2525
os: windows
@@ -39,7 +39,7 @@ jobs:
3939
smoke-test-script: test/smoke_test.py
4040
package-name: torchvision
4141
name: ${{ matrix.repository }}
42-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
42+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.9
4343
with:
4444
repository: ${{ matrix.repository }}
4545
ref: ""

.github/workflows/build_wheel_windows_arm64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020

2121
jobs:
2222
generate-matrix:
23-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
23+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.9
2424
with:
2525
package-type: wheel
2626
os: windows-arm64
@@ -40,7 +40,7 @@ jobs:
4040
package-name: torchvision
4141
architecture: "arm64"
4242
name: ${{ matrix.repository }}
43-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
43+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.9
4444
with:
4545
repository: ${{ matrix.repository }}
4646
ref: ""

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build:
17-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
17+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
1818
permissions:
1919
id-token: write
2020
contents: read
@@ -82,7 +82,7 @@ jobs:
8282
needs: build
8383
if: github.repository == 'pytorch/vision' && github.event_name == 'push' &&
8484
((github.ref_type == 'branch' && github.ref_name == 'main') || github.ref_type == 'tag')
85-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
85+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
8686
permissions:
8787
id-token: write
8888
contents: write

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
python-source-and-configs:
14-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
14+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
1515
permissions:
1616
id-token: write
1717
contents: read
@@ -41,7 +41,7 @@ jobs:
4141
fi
4242
4343
python-types:
44-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
44+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
4545
permissions:
4646
id-token: write
4747
contents: read
@@ -74,7 +74,7 @@ jobs:
7474
# runs-on: ubuntu-latest
7575
# steps:
7676
# - name: Run BC Lint Action
77-
# uses: pytorch/test-infra/.github/actions/bc-lint@main
77+
# uses: pytorch/test-infra/.github/actions/bc-lint@release/2.9
7878
# with:
7979
# repo: ${{ github.event.pull_request.head.repo.full_name }}
8080
# base_sha: ${{ github.event.pull_request.base.sha }}

.github/workflows/prototype-tests-linux-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
gpu-arch-type: cuda
2424
gpu-arch-version: "12.6"
2525
fail-fast: false
26-
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
26+
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.9
2727
permissions:
2828
id-token: write
2929
contents: read

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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
@@ -57,7 +57,7 @@ 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
@@ -89,7 +89,7 @@ jobs:
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
@@ -112,7 +112,7 @@ 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
@@ -146,7 +146,7 @@ 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

0 commit comments

Comments
 (0)