File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ 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 }}
57+ # - name: Wait For Connection
58+ # uses: google-ml-infra/actions/ci_connection@main
59+ # with:
60+ # halt-dispatch-input: ${{ inputs.halt-for-connection }}
6161
6262 - name : Build hlo_runner_main
6363 working-directory : xla
@@ -89,10 +89,10 @@ jobs:
8989 run : |
9090 nvidia-smi --query-gpu=utilization.gpu --format=csv -l 1 > results/gpu_utilization_v2.log & ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning gpu_hlo_backend.hlo &> results/gpu_hlo_backend.log
9191
92- - name : Wait For Connection
93- uses : google-ml-infra/actions/ci_connection@main
94- with :
95- halt-dispatch-input : ${{ inputs.halt-for-connection }}
92+ # - name: Wait For Connection
93+ # uses: google-ml-infra/actions/ci_connection@main
94+ # with:
95+ # halt-dispatch-input: ${{ inputs.halt-for-connection }}
9696
9797 - name : Download parse_xla_logs.py
9898 working-directory : xla
You can’t perform that action at this time.
0 commit comments