This repository was archived by the owner on Sep 10, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 17 files changed +42
-42
lines changed
Expand file tree Collapse file tree 17 files changed +42
-42
lines changed Original file line number Diff line number Diff line change 1515
1616jobs :
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 with-cuda : disable
2525 build :
2626 needs : generate-matrix
@@ -35,13 +35,13 @@ jobs:
3535 smoke-test-script : test/smoke_tests/smoke_tests.py
3636 package-name : torchtext
3737 name : ${{ matrix.repository }}
38- uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@main
38+ uses : pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.2
3939 with :
4040 conda-package-directory : ${{ matrix.conda-package-directory }}
4141 repository : ${{ matrix.repository }}
4242 ref : " "
4343 test-infra-repository : pytorch/test-infra
44- test-infra-ref : main
44+ test-infra-ref : release/2.2
4545 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4646 pre-script : ${{ matrix.pre-script }}
4747 post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 1515
1616jobs :
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_tests/smoke_tests.py
3535 package-name : torchtext
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 }}
Original file line number Diff line number Diff line change 1515
1616jobs :
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_tests/smoke_tests.py
3535 package-name : torchtext
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 }}
Original file line number Diff line number Diff line change 1515
1616jobs :
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 with-cuda : disable
2525 build :
2626 needs : generate-matrix
@@ -35,13 +35,13 @@ jobs:
3535 smoke-test-script : test/smoke_tests/smoke_tests.py
3636 package-name : torchtext
3737 name : ${{ matrix.repository }}
38- uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@main
38+ uses : pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.2
3939 with :
4040 conda-package-directory : ${{ matrix.conda-package-directory }}
4141 repository : ${{ matrix.repository }}
4242 ref : " "
4343 test-infra-repository : pytorch/test-infra
44- test-infra-ref : main
44+ test-infra-ref : release/2.2
4545 build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
4646 pre-script : ${{ matrix.pre-script }}
4747 post-script : ${{ matrix.post-script }}
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 build :
17- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
17+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
1818 with :
1919 job-name : Build doc
2020 runner : linux.2xlarge
Original file line number Diff line number Diff line change 1515
1616jobs :
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 with-cuda : disable
2525 with-rocm : disable
2626 build :
@@ -35,12 +35,12 @@ jobs:
3535 smoke-test-script : test/smoke_tests/smoke_tests.py
3636 package-name : torchtext
3737 name : ${{ matrix.repository }}
38- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
38+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.2
3939 with :
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 }}
Original file line number Diff line number Diff line change 1515
1616jobs :
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 package-name : torchtext
3434 smoke-test-script : test/smoke_tests/smoke_tests.py
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 }}
Original file line number Diff line number Diff line change 1515
1616jobs :
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 package-name : torchtext
3434 smoke-test-script : test/smoke_tests/smoke_tests.py
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 }}
Original file line number Diff line number Diff line change 1515
1616jobs :
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 with-cuda : disable
2525 build :
2626 needs : generate-matrix
@@ -35,12 +35,12 @@ jobs:
3535 smoke-test-script : test/smoke_tests/smoke_tests.py
3636 package-name : torchtext
3737 name : ${{ matrix.repository }}
38- uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
38+ uses : pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.2
3939 with :
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 env-script : ${{ matrix.env-script }}
Original file line number Diff line number Diff line change 1212 matrix :
1313 python_version : ["3.8"]
1414 fail-fast : false
15- uses : pytorch/test-infra/.github/workflows/linux_job.yml@main
15+ uses : pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
1616 with :
1717 runner : linux.12xlarge
1818 repository : pytorch/text
You can’t perform that action at this time.
0 commit comments