-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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
x/build/cmd/coordinator: limit number of TryBot reattempts #13026
Comments
agree On 23 October 2015 at 09:49, Matthew Dempsky notifications@github.com
|
It used to only try 3. I'm not sure why it's looping forever now. I also can't investigate until Monday or Tuesday, and GCE changes broke Plan 9 anyway, so I just disabled Plan 9 builders for now. |
CC @golang/release. |
Fixing this for the rest of the builders involves starting to track the number of retries (for a high-level trybot request on a given repo/commit) due to communication errors, and modifying // TODO: give it two tries at least later (store state
// somewhere; global map?). But for now we're going to
// only give it one try. |
I started http://farmer.golang.org/try?commit=ed6176f8 about 4.5 hours ago, and it appears to have attempted to start a Plan 9 GCE image every 6 minutes (i.e., ~45 times now). While its determination is laudable, I think it could stop after maybe 3.
CC @bradfitz @adg
The text was updated successfully, but these errors were encountered: