Skip to content

Commit 47fdbae

Browse files
committed
Move halt for connection step to debug auditwheel failure
1 parent a793371 commit 47fdbae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bazel_gpu_non_rbe.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323

2424
steps:
2525
- uses: actions/checkout@v3
26+
# Halt for testing
27+
- name: Wait For Connection
28+
uses: ./actions/ci_connection/
2629
- name: Build jaxlib
2730
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib.env"
2831
- name: Build jax-cuda-plugin
2932
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-plugin.env"
3033
- name: Build jax-cuda-pjrt
3134
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-pjrt.env"
32-
# Halt for testing
33-
- name: Wait For Connection
34-
uses: ./actions/ci_connection/
3535
- name: Run Bazel GPU tests locally
3636
run: ./ci/run_bazel_test.sh "ci/envs/run_tests/bazel_gpu_non_rbe.env"
3737
- name: Test if step runs

0 commit comments

Comments
 (0)