File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ permissions:
2323
2424jobs :
2525 generate-matrix :
26- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
26+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
2727 with :
2828 package-type : wheel
2929 os : macos-arm64
3030 test-infra-repository : pytorch/test-infra
31- test-infra-ref : main
31+ test-infra-ref : release/2.11
3232 build :
3333 needs : generate-matrix
3434 strategy :
@@ -39,12 +39,12 @@ jobs:
3939 smoke-test-script : test/smoke_test/smoke_test_no_ffmpeg.py
4040 package-name : torchaudio
4141 name : ${{ matrix.repository }}
42- uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
42+ uses : pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.11
4343 with :
4444 repository : ${{ matrix.repository }}
4545 ref : " "
4646 test-infra-repository : pytorch/test-infra
47- test-infra-ref : main
47+ test-infra-ref : release/2.11
4848 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4949 smoke-test-script : ${{ matrix.smoke-test-script }}
5050 runner-type : macos-m1-stable
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ permissions:
2323
2424jobs :
2525 generate-matrix :
26- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
26+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
2727 with :
2828 package-type : wheel
2929 os : linux-aarch64
3030 test-infra-repository : pytorch/test-infra
31- test-infra-ref : main
31+ test-infra-ref : release/2.11
3232 with-cuda : enable
3333 build :
3434 needs : generate-matrix
@@ -40,12 +40,12 @@ jobs:
4040 smoke-test-script : test/smoke_test/smoke_test.py
4141 package-name : torchaudio
4242 name : ${{ matrix.repository }}
43- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
43+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.11
4444 with :
4545 repository : ${{ matrix.repository }}
4646 ref : " "
4747 test-infra-repository : pytorch/test-infra
48- test-infra-ref : main
48+ test-infra-ref : release/2.11
4949 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5050 pre-script : ${{ matrix.pre-script }}
5151 post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ permissions:
2323
2424jobs :
2525 generate-matrix :
26- uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
26+ uses : pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.11
2727 with :
2828 package-type : wheel
2929 os : linux
3030 test-infra-repository : pytorch/test-infra
31- test-infra-ref : main
31+ test-infra-ref : release/2.11
3232 with-xpu : enable
3333 build :
3434 needs : generate-matrix
@@ -40,12 +40,12 @@ jobs:
4040 smoke-test-script : test/smoke_test/smoke_test_no_ffmpeg.py
4141 package-name : torchaudio
4242 name : ${{ matrix.repository }}
43- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
43+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.11
4444 with :
4545 repository : ${{ matrix.repository }}
4646 ref : " "
4747 test-infra-repository : pytorch/test-infra
48- test-infra-ref : main
48+ test-infra-ref : release/2.11
4949 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
5050 smoke-test-script : ${{ matrix.smoke-test-script }}
5151 package-name : ${{ matrix.package-name }}
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ 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.11
2323 with :
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.11
2828 with-xpu : enable
2929 build :
3030 needs : generate-matrix
@@ -38,12 +38,12 @@ jobs:
3838 smoke-test-script : test/smoke_test/smoke_test_no_ffmpeg.py
3939 package-name : torchaudio
4040 name : ${{ matrix.repository }}
41- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
41+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.11
4242 with :
4343 repository : ${{ matrix.repository }}
4444 ref : " "
4545 test-infra-repository : pytorch/test-infra
46- test-infra-ref : main
46+ test-infra-ref : release/2.11
4747 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4848 env-script : ${{ matrix.env-script }}
4949 package-name : ${{ matrix.package-name }}
Original file line number Diff line number Diff line change 1313 python-version : ["3.11"]
1414 ffmpeg-version : ["7"]
1515 fail-fast : false
16- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
16+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.11
1717 permissions :
1818 id-token : write
1919 contents : read
Original file line number Diff line number Diff line change 1616 python-version : ["3.11"]
1717 ffmpeg-version : ["7"]
1818 fail-fast : false
19- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
19+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.11
2020 permissions :
2121 id-token : write
2222 contents : read
Original file line number Diff line number Diff line change 1717 cuda-version : ["12.8"]
1818 ffmpeg-version : ["7"]
1919 fail-fast : false
20- uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
20+ uses : pytorch/test-infra/.github/workflows/linux_job_v2.yml@release/2.11
2121 permissions :
2222 id-token : write
2323 contents : read
Original file line number Diff line number Diff line change 1616 python-version : ["3.11"]
1717 ffmpeg-version : ["7"]
1818 fail-fast : false
19- uses : pytorch/test-infra/.github/workflows/macos_job.yml@main
19+ uses : pytorch/test-infra/.github/workflows/macos_job.yml@release/2.11
2020 permissions :
2121 id-token : write
2222 contents : read
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
14+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.11
1515 with :
1616 repository : pytorch/audio
1717 runner : windows.4xlarge
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 build :
14- uses : pytorch/test-infra/.github/workflows/windows_job.yml@main
14+ uses : pytorch/test-infra/.github/workflows/windows_job.yml@release/2.11
1515 with :
1616 repository : pytorch/audio
1717 runner : windows.g5.4xlarge.nvidia.gpu
You can’t perform that action at this time.
0 commit comments