-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testground CI timeouts after 6 hours #8731
Comments
I manually disabled the tests for now. I'm going to look into it and try to find out what changed. |
I've taken a closer look at the failing builds and found out that the requests that were supposed to be queuing testground runs were not succeeding:
The testground action didn't account for such a scenario. That's why the builds were hanging indefinitely. |
* ci: set timeout on testground job * ci: use testground action which exits early on scheduling failures Note: this will be continued in #8731
Let's keep this open until @galargh can switch to upstream action with a fix from coryschwartz/testground-github-action#2: |
@galargh : just checking in to see if we've done the fix so we can resolve this issue. |
The issue is fixed but we're waiting with the resolution until we get coryschwartz/testground-github-action#2 contributed back into mainstream so that we can stop using my fork. Maybe we should ask about transferring the action to |
Problem
Testground CI runs for 6h and then timeouts:
Did something changed 8 days ago?
Solution
Aside from fixing these tests, cap them?
Seems that when it was working it took ~2minutes, perhaps we should set cap at 15m, 1h, or something, so these hanging jobs don't squat workers for 6h each.
The text was updated successfully, but these errors were encountered: