Skip to content

Commit

Permalink
fix(ci): testground workflow hanging indefinitely (#8741)
Browse files Browse the repository at this point in the history
* ci: set timeout on testground job
* ci: use testground action which exits early on scheduling failures

Note: this will be continued in #8731
  • Loading branch information
galargh authored Feb 18, 2022
1 parent 5922eab commit 3342362
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/testground-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: testground run
uses: coryschwartz/[email protected]
# restore the mainline once https://github.com/coryschwartz/testground-github-action/pull/2 is released
uses: galargh/testground-github-action@6bdc2d4f12280a3e0ec654fd75fe170d4b7931df
timeout-minutes: 5
with:
backend_addr: ${{ matrix.backend_addr }}
backend_proto: ${{ matrix.backend_proto }}
Expand Down

0 comments on commit 3342362

Please sign in to comment.