-
Notifications
You must be signed in to change notification settings - Fork 18k
x/build/cmd/coordinator: some x-repo builders not allowed from TRY=line #52667
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
Comments
I tried again in https://go-review.googlesource.com/c/go/+/403694/1#message-e384c689409e2701273d9ea9e87a132aee29c93b with just
but that doesn't seem to have worked either. This is making it difficult to verify the fix for #52666. |
The reason for this is likely that windows-amd64-longtest is not a TryBot, which is currently required: Unfortunately, it is only surfaced in logs, and not in a message back to the CL. This actually came up in chat recently: I think we don't actually need to impose this restriction. |
Change https://go.dev/cl/403675 mentions this issue: |
Reopening until the coordinator is deployed. As a follow-up, I'll try to include more details about parsing failures / invalid slowbots in the starting message. |
I'll redeploy coordinator with this change after https://farmer.golang.org/#remote reaches 0 active gomote sessions. |
The fix is deployed; thanks Bryan and Rob. |
https://go.dev/wiki/SlowBots currently says:
I attempted to use that functionality in https://go-review.googlesource.com/c/go/+/403694/1#message-384468da277d8d207745408ee312e594834c0c3b, with the line
I expected that that would run the usual TryBots, plus
longtest
andwindows-amd64-longtest
SlowBots for thego
repo, pluslongtest
andwindows-amd64-longtest
SlowBots for thex/sys
repo.However, the
x/sys
SlowBots were not included in that run, and the Coordinator didn't reply with any kind of error message for theTRY=
line.The text was updated successfully, but these errors were encountered: