We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a793371 commit 47fdbaeCopy full SHA for 47fdbae
.github/workflows/bazel_gpu_non_rbe.yml
@@ -23,15 +23,15 @@ jobs:
23
24
steps:
25
- uses: actions/checkout@v3
26
+ # Halt for testing
27
+ - name: Wait For Connection
28
+ uses: ./actions/ci_connection/
29
- name: Build jaxlib
30
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jaxlib.env"
31
- name: Build jax-cuda-plugin
32
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-plugin.env"
33
- name: Build jax-cuda-pjrt
34
run: ./ci/build_artifacts.sh "ci/envs/build_artifacts/jax-cuda-pjrt.env"
- # Halt for testing
- - name: Wait For Connection
- uses: ./actions/ci_connection/
35
- name: Run Bazel GPU tests locally
36
run: ./ci/run_bazel_test.sh "ci/envs/run_tests/bazel_gpu_non_rbe.env"
37
- name: Test if step runs
0 commit comments