Skip to content

Commit e278006

Browse files
Update benchmarks.yml
1 parent 069011e commit e278006

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/benchmarks.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)