TryBots are failing on CL 322750 with:
reading website/212bb63fb0e7677bf1f7b9c00752b5ae51417f5b from gerrit: body over 52428800 bytes
It seems like the underlying error might be coming indirectly from Gerrit at this point. Update: It's our own limit in x/build, see comment below.
We should determine if TryBots should be able to handle a large CL (it's adding approximately 70 MB of content from x/blog repo), or otherwise improve the error message to say that a known limit is being exceeded.
CC @golang/release, @rsc.
TryBots are failing on CL 322750 with:
It seems like the underlying error might be coming indirectly from Gerrit at this point.Update: It's our own limit in x/build, see comment below.We should determine if TryBots should be able to handle a large CL (it's adding approximately 70 MB of content from x/blog repo), or otherwise improve the error message to say that a known limit is being exceeded.
CC @golang/release, @rsc.