Skip to content

Commit 0161250

Browse files
Update benchmarks.yml
1 parent 0ea713f commit 0161250

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,10 @@ jobs:
128128
# echo "Running benchmark on $file"
129129
# ./bazel-bin/xla/tools/multihost_hlo_runner/hlo_runner_main --device_type=gpu --use_spmd_partitioning "$file" &> results/"$filename".log
130130
# done
131+
- name: Wait For Connection
132+
uses: google-ml-infra/actions/ci_connection@main
133+
with:
134+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
131135
- name: Download parse_xla_logs.py
132136
working-directory: xla
133137
run: wget https://raw.githubusercontent.com/juliagmt-google/xla/main/.github/workflows/parse_xla_logs.py

0 commit comments

Comments
 (0)