We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df63d67 commit 54be71cCopy full SHA for 54be71c
.github/workflows/benchmarks.yml
@@ -37,13 +37,6 @@ jobs:
37
- name: Create results directory
38
working-directory: xla
39
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
46
- run: cat results/test.log
47
48
# - name: Get GPU spec
49
# working-directory: xla
@@ -65,6 +58,10 @@ jobs:
65
58
uses: google-ml-infra/actions/ci_connection@main
66
59
with:
67
60
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 }}
68
69
- name: Build hlo_runner_main
70
0 commit comments