File tree Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Expand file tree Collapse file tree 10 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 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
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 }}
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 }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
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
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 : " "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
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
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 : " "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
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
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 : " "
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ permissions:
1919
2020jobs :
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
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 : " "
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ permissions:
2020
2121jobs :
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
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 : " "
Original file line number Diff line number Diff line change 1414
1515jobs :
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
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
Original file line number Diff line number Diff line change 1111
1212jobs :
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
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
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 }}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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
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
You can’t perform that action at this time.
0 commit comments