Skip to content

Commit 54be71c

Browse files
Update benchmarks.yml
1 parent df63d67 commit 54be71c

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/benchmarks.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,6 @@ jobs:
3737
- name: Create results directory
3838
working-directory: xla
3939
run: mkdir -p results
40-
- name: Run test script
41-
working-directory: xla
42-
run: |
43-
echo "This is a test." > results/test.log
44-
- name: Check file contents
45-
working-directory: xla
46-
run: cat results/test.log
4740

4841
# - name: Get GPU spec
4942
# working-directory: xla
@@ -65,6 +58,10 @@ jobs:
6558
uses: google-ml-infra/actions/ci_connection@main
6659
with:
6760
halt-dispatch-input: ${{ inputs.halt-for-connection }}
61+
- name: Wait For Connection
62+
uses: google-ml-infra/actions/ci_connection@main
63+
with:
64+
halt-dispatch-input: ${{ inputs.halt-for-connection }}
6865

6966
- name: Build hlo_runner_main
7067
working-directory: xla

0 commit comments

Comments
 (0)