From 6b1be55d9d16a85524671ed2ae5bc2b03a0ccbc6 Mon Sep 17 00:00:00 2001 From: PaliC Date: Wed, 20 Mar 2024 13:39:55 -0700 Subject: [PATCH] version bump --- .github/workflows/build-conda-linux.yml | 8 ++++---- .github/workflows/build-conda-m1.yml | 8 ++++---- .github/workflows/build-conda-windows.yml | 8 ++++---- .github/workflows/build-docs.yml | 2 +- .github/workflows/build-wheels-linux.yml | 8 ++++---- .github/workflows/build-wheels-m1.yml | 8 ++++---- .github/workflows/build-wheels-macos.yml | 8 ++++---- .github/workflows/build-wheels-windows.yml | 8 ++++---- .github/workflows/integration-test.yml | 2 +- .github/workflows/lint.yml | 4 ++-- .github/workflows/test-linux-cpu.yml | 2 +- .github/workflows/test-linux-gpu.yml | 2 +- .github/workflows/test-macos-cpu.yml | 2 +- .github/workflows/test-windows-cpu.yml | 2 +- .github/workflows/validate-binaries.yml | 2 +- 15 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/build-conda-linux.yml b/.github/workflows/build-conda-linux.yml index 31040eae4c..2eeaa00510 100644 --- a/.github/workflows/build-conda-linux.yml +++ b/.github/workflows/build-conda-linux.yml @@ -15,12 +15,12 @@ on: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 with: package-type: conda os: linux test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 with-cuda: disable build: needs: generate-matrix @@ -35,13 +35,13 @@ jobs: smoke-test-script: test/smoke_tests/smoke_tests.py package-name: torchtext name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/build_conda_linux.yml@release/2.3 with: conda-package-directory: ${{ matrix.conda-package-directory }} repository: ${{ matrix.repository }} ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: ${{ matrix.pre-script }} post-script: ${{ matrix.post-script }} diff --git a/.github/workflows/build-conda-m1.yml b/.github/workflows/build-conda-m1.yml index 2865d7e8a5..3b6227c45c 100644 --- a/.github/workflows/build-conda-m1.yml +++ b/.github/workflows/build-conda-m1.yml @@ -15,12 +15,12 @@ on: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 with: package-type: conda os: macos-arm64 test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build: needs: generate-matrix strategy: @@ -34,13 +34,13 @@ jobs: smoke-test-script: test/smoke_tests/smoke_tests.py package-name: torchtext name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/build_conda_macos.yml@release/2.3 with: conda-package-directory: ${{ matrix.conda-package-directory }} repository: ${{ matrix.repository }} ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: ${{ matrix.pre-script }} post-script: ${{ matrix.post-script }} diff --git a/.github/workflows/build-conda-windows.yml b/.github/workflows/build-conda-windows.yml index 14be76ed1b..a3622d68fb 100644 --- a/.github/workflows/build-conda-windows.yml +++ b/.github/workflows/build-conda-windows.yml @@ -15,12 +15,12 @@ on: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 with: package-type: conda os: windows test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 with-cuda: disable build: needs: generate-matrix @@ -35,13 +35,13 @@ jobs: smoke-test-script: test/smoke_tests/smoke_tests.py package-name: torchtext name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/build_conda_windows.yml@release/2.3 with: conda-package-directory: ${{ matrix.conda-package-directory }} repository: ${{ matrix.repository }} ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: ${{ matrix.pre-script }} post-script: ${{ matrix.post-script }} diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 840e20a17b..142b2763ac 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -14,7 +14,7 @@ on: jobs: build: - uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3 with: job-name: Build doc runner: linux.2xlarge diff --git a/.github/workflows/build-wheels-linux.yml b/.github/workflows/build-wheels-linux.yml index dcad9d50be..cdebf006d1 100644 --- a/.github/workflows/build-wheels-linux.yml +++ b/.github/workflows/build-wheels-linux.yml @@ -19,12 +19,12 @@ permissions: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 with: package-type: wheel os: linux test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 with-cuda: disable with-rocm: disable build: @@ -39,12 +39,12 @@ jobs: smoke-test-script: test/smoke_tests/smoke_tests.py package-name: torchtext name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3 with: repository: ${{ matrix.repository }} ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: ${{ matrix.pre-script }} post-script: ${{ matrix.post-script }} diff --git a/.github/workflows/build-wheels-m1.yml b/.github/workflows/build-wheels-m1.yml index f68288b0af..a596b842d9 100644 --- a/.github/workflows/build-wheels-m1.yml +++ b/.github/workflows/build-wheels-m1.yml @@ -19,12 +19,12 @@ permissions: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 with: package-type: wheel os: macos-arm64 test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build: needs: generate-matrix strategy: @@ -37,12 +37,12 @@ jobs: package-name: torchtext smoke-test-script: test/smoke_tests/smoke_tests.py name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.3 with: repository: ${{ matrix.repository }} ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: ${{ matrix.pre-script }} post-script: ${{ matrix.post-script }} diff --git a/.github/workflows/build-wheels-macos.yml b/.github/workflows/build-wheels-macos.yml index a340ee8e74..5a255080a4 100644 --- a/.github/workflows/build-wheels-macos.yml +++ b/.github/workflows/build-wheels-macos.yml @@ -15,12 +15,12 @@ on: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 with: package-type: wheel os: macos test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build: needs: generate-matrix strategy: @@ -33,12 +33,12 @@ jobs: package-name: torchtext smoke-test-script: test/smoke_tests/smoke_tests.py name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@release/2.3 with: repository: ${{ matrix.repository }} ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: ${{ matrix.pre-script }} post-script: ${{ matrix.post-script }} diff --git a/.github/workflows/build-wheels-windows.yml b/.github/workflows/build-wheels-windows.yml index dbb24314bd..6e36ac30a2 100644 --- a/.github/workflows/build-wheels-windows.yml +++ b/.github/workflows/build-wheels-windows.yml @@ -19,12 +19,12 @@ permissions: jobs: generate-matrix: - uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3 with: package-type: wheel os: windows test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 with-cuda: disable build: needs: generate-matrix @@ -39,12 +39,12 @@ jobs: smoke-test-script: test/smoke_tests/smoke_tests.py package-name: torchtext name: ${{ matrix.repository }} - uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@release/2.3 with: repository: ${{ matrix.repository }} ref: "" test-infra-repository: pytorch/test-infra - test-infra-ref: release/2.2 + test-infra-ref: release/2.3 build-matrix: ${{ needs.generate-matrix.outputs.matrix }} pre-script: ${{ matrix.pre-script }} env-script: ${{ matrix.env-script }} diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index e9a3816f50..5ae429006e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -12,7 +12,7 @@ jobs: matrix: python_version: ["3.8"] fail-fast: false - uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3 with: runner: linux.12xlarge repository: pytorch/text diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3caf19d67c..46c83c4f30 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ on: jobs: python-source-and-configs: - uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3 with: repository: pytorch/text script: | @@ -41,7 +41,7 @@ jobs: echo '::endgroup::' c-source: - uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3 with: repository: pytorch/text script: | diff --git a/.github/workflows/test-linux-cpu.yml b/.github/workflows/test-linux-cpu.yml index 5ef752324a..7be3f65d62 100644 --- a/.github/workflows/test-linux-cpu.yml +++ b/.github/workflows/test-linux-cpu.yml @@ -18,7 +18,7 @@ jobs: matrix: python_version: ["3.8", "3.9", "3.10"] fail-fast: false - uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3 with: runner: linux.12xlarge repository: pytorch/text diff --git a/.github/workflows/test-linux-gpu.yml b/.github/workflows/test-linux-gpu.yml index 40e25dbc0f..1be2f06f8a 100644 --- a/.github/workflows/test-linux-gpu.yml +++ b/.github/workflows/test-linux-gpu.yml @@ -19,7 +19,7 @@ jobs: python_version: ["3.8"] cuda_arch_version: ["11.7"] fail-fast: false - uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/linux_job.yml@release/2.3 with: runner: linux.g5.4xlarge.nvidia.gpu repository: pytorch/text diff --git a/.github/workflows/test-macos-cpu.yml b/.github/workflows/test-macos-cpu.yml index fdec5f5d20..4de8976a42 100644 --- a/.github/workflows/test-macos-cpu.yml +++ b/.github/workflows/test-macos-cpu.yml @@ -18,7 +18,7 @@ jobs: matrix: python_version: ["3.8", "3.9", "3.10"] fail-fast: false - uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/macos_job.yml@release/2.3 with: runner: macos-12 repository: pytorch/text diff --git a/.github/workflows/test-windows-cpu.yml b/.github/workflows/test-windows-cpu.yml index 6ecfc79415..b9b3e319c8 100644 --- a/.github/workflows/test-windows-cpu.yml +++ b/.github/workflows/test-windows-cpu.yml @@ -18,7 +18,7 @@ jobs: matrix: python_version: ["3.8", "3.9", "3.10"] fail-fast: false - uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/windows_job.yml@release/2.3 with: runner: windows.4xlarge repository: pytorch/text diff --git a/.github/workflows/validate-binaries.yml b/.github/workflows/validate-binaries.yml index 5c33e65a44..c792c7ff40 100644 --- a/.github/workflows/validate-binaries.yml +++ b/.github/workflows/validate-binaries.yml @@ -45,7 +45,7 @@ on: type: string jobs: validate-binaries: - uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@release/2.2 + uses: pytorch/test-infra/.github/workflows/validate-domain-library.yml@release/2.3 with: package_type: "conda,wheel" os: ${{ inputs.os }}