Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d85e9d3

Browse files
committedDec 8, 2023
[RELEASE-ONLY CHANGES] Branch Cut for Release 0.17.0
1 parent 834f7c6 commit d85e9d3

17 files changed

+42
-42
lines changed
 

‎.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
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 }}

‎.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_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 }}

‎.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_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 }}

‎.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
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 }}

‎.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
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.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

‎.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
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 }}

‎.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
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 }}

‎.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
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 }}

‎.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
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 }}

‎.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
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

‎.github/workflows/lint.yml

Lines changed: 2 additions & 2 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.yml@main
14+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
1515
with:
1616
repository: pytorch/text
1717
script: |
@@ -41,7 +41,7 @@ jobs:
4141
echo '::endgroup::'
4242
4343
c-source:
44-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
44+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
4545
with:
4646
repository: pytorch/text
4747
script: |

‎.github/workflows/test-linux-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python_version: ["3.8", "3.9", "3.10"]
2020
fail-fast: false
21-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
21+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
2222
with:
2323
runner: linux.12xlarge
2424
repository: pytorch/text

‎.github/workflows/test-linux-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python_version: ["3.8"]
2020
cuda_arch_version: ["11.7"]
2121
fail-fast: false
22-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
22+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2
2323
with:
2424
runner: linux.g5.4xlarge.nvidia.gpu
2525
repository: pytorch/text

‎.github/workflows/test-macos-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python_version: ["3.8", "3.9", "3.10"]
2020
fail-fast: false
21-
uses: pytorch/test-infra/.github/workflows/macos_job.yml@main
21+
uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2
2222
with:
2323
runner: macos-12
2424
repository: pytorch/text

‎.github/workflows/test-windows-cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
python_version: ["3.8", "3.9", "3.10"]
2020
fail-fast: false
21-
uses: pytorch/test-infra/.github/workflows/windows_job.yml@main
21+
uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.2
2222
with:
2323
runner: windows.4xlarge
2424
repository: pytorch/text

‎.github/workflows/validate-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ on:
4545
type: string
4646
jobs:
4747
validate-binaries:
48-
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@main
48+
uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@release/2.2
4949
with:
5050
package_type: "conda,wheel"
5151
os: ${{ inputs.os }}

‎version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.17.0a0
1+
0.17.0

0 commit comments

Comments
 (0)
Please sign in to comment.