File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,15 @@ jobs:
5454 - name : Check TF_CPP_MAX_VLOG_LEVEL
5555 working-directory : xla
5656 run : echo "$TF_CPP_MAX_VLOG_LEVEL"
57+ - name : Wait For Connection
58+ uses : google-ml-infra/actions/ci_connection@main
59+ with :
60+ halt-dispatch-input : ${{ inputs.halt-for-connection }}
5761
58- - name : Build hlo_runner_main
59- working-directory : xla
60- run : bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main_gpu
62+
63+ # - name: Build hlo_runner_main
64+ # working-directory: xla
65+ # run: bazel build -c opt --config=cuda --dynamic_mode=off //xla/tools/multihost_hlo_runner:hlo_runner_main_gpu
6166
6267 # - name: Wait For Connection
6368 # uses: google-ml-infra/actions/ci_connection@main
You can’t perform that action at this time.
0 commit comments