From 8ffc88c1e43165acb287b16d901d0e67414a213b Mon Sep 17 00:00:00 2001 From: Jieying Luo Date: Fri, 27 Oct 2023 13:12:07 -0700 Subject: [PATCH] Bump LIBTPU_OLDEST_VERSION_DATE to 20230915 to include https://github.com/openxla/xla/pull/5617. PiperOrigin-RevId: 577285685 --- .github/workflows/cloud-tpu-ci-nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cloud-tpu-ci-nightly.yml b/.github/workflows/cloud-tpu-ci-nightly.yml index 08d4a9c18d8d..615bd7e2f1f8 100644 --- a/.github/workflows/cloud-tpu-ci-nightly.yml +++ b/.github/workflows/cloud-tpu-ci-nightly.yml @@ -28,7 +28,7 @@ jobs: tpu-type: ["v3-8", "v4-8", "v5e-4"] name: "TPU test (jaxlib=${{ matrix.jaxlib-version }}, ${{ matrix.tpu-type }})" env: - LIBTPU_OLDEST_VERSION_DATE: 20230912 + LIBTPU_OLDEST_VERSION_DATE: 20230915 ENABLE_PJRT_COMPATIBILITY: ${{ matrix.jaxlib-version == 'nightly+oldest_supported_libtpu' }} runs-on: ["self-hosted", "tpu", "${{ matrix.tpu-type }}"] timeout-minutes: 60