Skip to content

Commit d977dca

Browse files
committed
add clone_main_xla env to each step that needs it
1 parent f70e9e2 commit d977dca

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/bazel_gpu_non_rbe.yml

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

2828
env:
29-
JAXCI_CLONE_MAIN_XLA: 1
3029
JAXCI_HERMETIC_PYTHON_VERSION: 3.11
3130

3231
steps:
@@ -37,10 +36,16 @@ jobs:
3736
with:
3837
halt-dispatch-input: ${{ inputs.halt-for-connection }}
3938
- name: Build jaxlib
39+
env:
40+
JAXCI_CLONE_MAIN_XLA: 1
4041
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib.env"
4142
- name: Build jax-cuda-plugin
43+
env:
44+
JAXCI_CLONE_MAIN_XLA: 1
4245
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-plugin.env"
4346
- name: Build jax-cuda-pjrt
47+
env:
48+
JAXCI_CLONE_MAIN_XLA: 1
4449
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-pjrt.env"
4550
- name: Run Bazel GPU tests locally
4651
run: ./ci/run_bazel_test_gpu_non_rbe.sh

0 commit comments

Comments
 (0)