build/buildlet
Brad Fitzpatrick 326548a346 cmd/coordinator, all: fix more things related to multi-zone buildlets
This fixes stuff in CL 210498 and CL 210237.

I renamed the Zone field to ControlZone both to make it more clear and
to force compilation errors wherever Zone was used previously, which
revealed some things that were missed.

Updates golang/go#35987

Change-Id: I2f890727ece86d093a90a3b47701caa58de6ccbc
Reviewed-on: https://go-review.googlesource.com/c/build/+/210541
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2019-12-09 19:46:22 +00:00
..
README.md all: add README.md files where missing, and tool to keep them updated 2017-08-02 22:17:52 +00:00
buildletclient.go buildlet: add context argument to most of the remaining Client methods 2019-11-20 17:29:10 +00:00
gce.go cmd/coordinator, all: fix more things related to multi-zone buildlets 2019-12-09 19:46:22 +00:00
keypair.go buildlet: set TCP keep-alive timeouts, avoid fd leaks 2015-02-03 11:38:45 +00:00
kube.go all: remove use old, overloaded of IN_KUBERNETES 2019-10-17 19:02:58 +00:00
remote.go cmd/coordinator, cmd/gomote: show periodic status updates to stderr 2019-11-20 22:32:37 +00:00

README.md

GoDoc

golang.org/x/build/buildlet

Package buildlet contains client tools for working with a buildlet server.