Skip to content

Commit 25ef454

Browse files
committed
update workflows to clone main xla via yaml after test env removal
1 parent 620eb99 commit 25ef454

File tree

6 files changed

+4
-14
lines changed

6 files changed

+4
-14
lines changed

.github/workflows/bazel_cpu_rbe.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ jobs:
3232
(contains(matrix.runner, 'windows-x86') && null) }}
3333

3434
env:
35-
# Disable running `run_docker_container.sh`. JAX self-hosted runners already run in a Docker
36-
# container.
37-
JAXCI_RUN_DOCKER_CONTAINER: 0
35+
JAXCI_CLONE_MAIN_XLA: 1
3836
JAXCI_HERMETIC_PYTHON_VERSION: "3.12"
3937

4038
steps:

.github/workflows/bazel_gpu_non_rbe.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
2727

2828
env:
29-
# GitHub actions run in Docker by defaut. Disable running the `setup_docker.sh` script.
30-
JAXCI_RUN_DOCKER_CONTAINER: 0
3129
JAXCI_CLONE_MAIN_XLA: 1
3230
JAXCI_HERMETIC_PYTHON_VERSION: 3.11
3331

.github/workflows/bazel_gpu_rbe.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
2727

2828
env:
29-
# Do not run Docker container for Linux runners. Linux runners already run in a Docker container.
30-
JAXCI_RUN_DOCKER_CONTAINER: 0
3129
JAXCI_CLONE_MAIN_XLA: 1
3230
JAXCI_HERMETIC_PYTHON_VERSION: 3.12
3331

.github/workflows/pytest_cpu.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
(contains(matrix.runner, 'windows-x86') && null) }}
3434

3535
env:
36-
# Disable running `run_docker_container.sh`. JAX self-hosted runners already run in a Docker
37-
# container.
38-
JAXCI_RUN_DOCKER_CONTAINER: 0
36+
JAXCI_CLONE_MAIN_XLA: 1
3937
JAXCI_HERMETIC_PYTHON_VERSION: ${{ matrix.python }}
4038

4139
steps:

.github/workflows/pytest_gpu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
2828

2929
env:
30-
# GitHub actions run in Docker by defaut. Disable running the `setup_docker.sh` script.
31-
JAXCI_RUN_DOCKER_CONTAINER: 0
30+
JAXCI_CLONE_MAIN_XLA: 1
3231
JAXCI_HERMETIC_PYTHON_VERSION: ${{ matrix.python }}
3332

3433
steps:

.github/workflows/pytest_tpu.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@ jobs:
2727
image: "gcr.io/tensorflow-testing/nosla-cuda12.3-cudnn9.1-ubuntu20.04-manylinux2014-multipython:latest"
2828

2929
env:
30-
# GitHub actions run in Docker by defaut. Disable running the `setup_docker.sh` script.
31-
JAXCI_RUN_DOCKER_CONTAINER: 0
30+
JAXCI_CLONE_MAIN_XLA: 1
3231
JAXCI_HERMETIC_PYTHON_VERSION: ${{ matrix.python }}
3332

3433
steps:

0 commit comments

Comments
 (0)