Skip to content

Commit bd6044a

Browse files
committed
[RELEASE-ONLY CHANGES] Branch Cut for Release {RELEASE_VERSION}
1 parent e12d200 commit bd6044a

16 files changed

+67
-67
lines changed

.github/workflows/build-cmake.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
gpu-arch-type: cuda
2121
gpu-arch-version: "11.8"
2222
fail-fast: false
23-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
23+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
2424
with:
2525
repository: pytorch/vision
2626
runner: ${{ matrix.runner }}
2727
gpu-arch-type: ${{ matrix.gpu-arch-type }}
2828
gpu-arch-version: ${{ matrix.gpu-arch-version }}
29-
test-infra-ref: main
29+
test-infra-ref: release/2.2
3030
script: |
3131
set -euo pipefail
3232
@@ -43,11 +43,11 @@ jobs:
4343
- runner: macos-12
4444
- runner: macos-m1-12
4545
fail-fast: false
46-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
46+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
4747
with:
4848
repository: pytorch/vision
4949
runner: ${{ matrix.runner }}
50-
test-infra-ref: main
50+
test-infra-ref: release/2.2
5151
script: |
5252
set -euo pipefail
5353
@@ -67,13 +67,13 @@ jobs:
6767
gpu-arch-type: cuda
6868
gpu-arch-version: "11.8"
6969
fail-fast: false
70-
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
70+
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.2
7171
with:
7272
repository: pytorch/vision
7373
runner: ${{ matrix.runner }}
7474
gpu-arch-type: ${{ matrix.gpu-arch-type }}
7575
gpu-arch-version: ${{ matrix.gpu-arch-version }}
76-
test-infra-ref: main
76+
test-infra-ref: release/2.2
7777
script: |
7878
set -euo pipefail
7979

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: conda
2121
os: linux
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -34,13 +34,13 @@ jobs:
3434
smoke-test-script: test/smoke_test.py
3535
package-name: torchvision
3636
name: ${{ matrix.repository }}
37-
uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@main
37+
uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.2
3838
with:
3939
conda-package-directory: ${{ matrix.conda-package-directory }}
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.2
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
post-script: ${{ matrix.post-script }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: conda
2121
os: macos-arm64
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -34,13 +34,13 @@ jobs:
3434
smoke-test-script: test/smoke_test.py
3535
package-name: torchvision
3636
name: ${{ matrix.repository }}
37-
uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@main
37+
uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.2
3838
with:
3939
conda-package-directory: ${{ matrix.conda-package-directory }}
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.2
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
post-script: ${{ matrix.post-script }}

.github/workflows/build-conda-macos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: conda
2121
os: macos
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -34,13 +34,13 @@ jobs:
3434
smoke-test-script: test/smoke_test.py
3535
package-name: torchvision
3636
name: ${{ matrix.repository }}
37-
uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@main
37+
uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.2
3838
with:
3939
conda-package-directory: ${{ matrix.conda-package-directory }}
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.2
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
post-script: ${{ matrix.post-script }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: conda
2121
os: windows
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -34,13 +34,13 @@ jobs:
3434
smoke-test-script: test/smoke_test.py
3535
package-name: torchvision
3636
name: ${{ matrix.repository }}
37-
uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@main
37+
uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.2
3838
with:
3939
conda-package-directory: ${{ matrix.conda-package-directory }}
4040
repository: ${{ matrix.repository }}
4141
ref: ""
4242
test-infra-repository: pytorch/test-infra
43-
test-infra-ref: main
43+
test-infra-ref: release/2.2
4444
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4545
pre-script: ${{ matrix.pre-script }}
4646
post-script: ${{ matrix.post-script }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: wheel
2121
os: linux-aarch64
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
with-cuda: disable
2525
build:
2626
needs: generate-matrix
@@ -34,12 +34,12 @@ jobs:
3434
smoke-test-script: test/smoke_test.py
3535
package-name: torchvision
3636
name: ${{ matrix.repository }}
37-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
37+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.2
3838
with:
3939
repository: ${{ matrix.repository }}
4040
ref: ""
4141
test-infra-repository: pytorch/test-infra
42-
test-infra-ref: main
42+
test-infra-ref: release/2.2
4343
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4444
pre-script: ${{ matrix.pre-script }}
4545
post-script: ${{ matrix.post-script }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: wheel
2121
os: linux
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -33,12 +33,12 @@ jobs:
3333
smoke-test-script: test/smoke_test.py
3434
package-name: torchvision
3535
name: ${{ matrix.repository }}
36-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
36+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.2
3737
with:
3838
repository: ${{ matrix.repository }}
3939
ref: ""
4040
test-infra-repository: pytorch/test-infra
41-
test-infra-ref: main
41+
test-infra-ref: release/2.2
4242
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4343
pre-script: ${{ matrix.pre-script }}
4444
post-script: ${{ matrix.post-script }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: wheel
2121
os: macos-arm64
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -33,12 +33,12 @@ jobs:
3333
smoke-test-script: test/smoke_test.py
3434
package-name: torchvision
3535
name: ${{ matrix.repository }}
36-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
36+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.2
3737
with:
3838
repository: ${{ matrix.repository }}
3939
ref: ""
4040
test-infra-repository: pytorch/test-infra
41-
test-infra-ref: main
41+
test-infra-ref: release/2.2
4242
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4343
pre-script: ${{ matrix.pre-script }}
4444
post-script: ${{ matrix.post-script }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: wheel
2121
os: macos
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -33,12 +33,12 @@ jobs:
3333
smoke-test-script: test/smoke_test.py
3434
package-name: torchvision
3535
name: ${{ matrix.repository }}
36-
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
36+
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.2
3737
with:
3838
repository: ${{ matrix.repository }}
3939
ref: ""
4040
test-infra-repository: pytorch/test-infra
41-
test-infra-ref: main
41+
test-infra-ref: release/2.2
4242
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4343
pre-script: ${{ matrix.pre-script }}
4444
post-script: ${{ matrix.post-script }}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2
1919
with:
2020
package-type: wheel
2121
os: windows
2222
test-infra-repository: pytorch/test-infra
23-
test-infra-ref: main
23+
test-infra-ref: release/2.2
2424
build:
2525
needs: generate-matrix
2626
strategy:
@@ -34,12 +34,12 @@ jobs:
3434
smoke-test-script: test/smoke_test.py
3535
package-name: torchvision
3636
name: ${{ matrix.repository }}
37-
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
37+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.2
3838
with:
3939
repository: ${{ matrix.repository }}
4040
ref: ""
4141
test-infra-repository: pytorch/test-infra
42-
test-infra-ref: main
42+
test-infra-ref: release/2.2
4343
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
4444
pre-script: ${{ matrix.pre-script }}
4545
env-script: ${{ matrix.env-script }}

0 commit comments

Comments
 (0)