- 71265ac all: adjust things for upgrade from GKE 1.2 to GKE 1.4 by Brad Fitzpatrick · 8 years ago
- e4d08a5 cmd/gomote, buildenv, buildlet: move config code to common places by Brad Fitzpatrick · 9 years ago
- 328c9b8 all: split builder config into builder & host configs by Brad Fitzpatrick · 8 years ago
- 44e74d5 buildlet: don't leak file descriptors to buildlets by Brad Fitzpatrick · 9 years ago
- 940da92 buildlet: fix gomote crash by Brad Fitzpatrick · 9 years ago
- 79f01e0 buildlet: don't hang in HTTP requests if heartbeats fail by Brad Fitzpatrick · 9 years ago
- 4a3f4a8 kubernetes: avoid the WatchPod streaming API by Brad Fitzpatrick · 9 years ago
- 34ff1d9 all: kubernetes builder autoscaling by Evan Brown · 9 years ago
- a731151 all: consolidate configuration for coordinator and gomote by Evan Brown · 9 years ago
- c8b96fa all: report cluster utilization to Cloud Monitoring by Evan Brown · 9 years ago
- 2e452e1 all: improve Kubernetes API client by Evan Brown · 9 years ago
- 83f9748 all: display pool status and delete failed/old pods by Evan Brown · 9 years ago
- d5f422f all: fix vet warnings by Matthew Dempsky · 9 years ago
- 956434c all: improved monitoring of buildlet pods after creation by Evan Brown · 9 years ago
- 4dfb85f all: basic support for linux-amd64 buildlets on Kubernetes by Evan Brown · 9 years ago
- 882e20c cmd/coordinator: discover kube cluster by Evan Brown · 10 years ago
- 72f3eae revdial, cmd/coordinator: notice when buildlet TCP conns go away immediately by Brad Fitzpatrick · 10 years ago
- 9620f55 buildlet: log on heartbeat failures by Brad Fitzpatrick · 10 years ago
- d011dfc buildlet: try a bit harder to cancel slow HTTP requests by Brad Fitzpatrick · 10 years ago
- 8bad2a8 buildletclient: simplify Close by Brad Fitzpatrick · 10 years ago
- 61ebbcd all: heartbeat buildlets always, now that reverse buildlet protocol allows it by Brad Fitzpatrick · 10 years ago
- 1f0d8f2 all: tons of builder work by Brad Fitzpatrick · 10 years ago
- c4787c2 buildlet: fix build by David Crawshaw · 10 years ago
- 7b6d1b1 all: remote buildlets by Brad Fitzpatrick · 10 years ago
- c43006e cmd/buildlet: make heartbeat less strict by Brad Fitzpatrick · 10 years ago
- d4ea014 cmd/coordinator, buildlet: reliability fixes by Brad Fitzpatrick · 10 years ago
- 378fb29 cmd/coordinator, buildlet: kill TCP conn of misbehaving reversePool buildlets by Brad Fitzpatrick · 10 years ago
- 0802522 buildlet: make exec fail with a remote error if no headers after 5 seconds by Brad Fitzpatrick · 10 years ago
- 1b1e086 buildlet, cmd/coordinator: GCE quota accounting, fixes by Brad Fitzpatrick · 10 years ago
- 79f3fc0 cmd/coordinator: test sharding, better status, logs by Brad Fitzpatrick · 10 years ago
- 1fc56ca buildlet: add Path option to ExecOpts by Andrew Gerrand · 10 years ago
- 1e25be4 buildlet: tweak GCE scheduling policy by Brad Fitzpatrick · 10 years ago
- a3dce2c cmd/buildlet, cmd/coordinator: check build keys by David Crawshaw · 10 years ago
- 581ddd1 all: add buildlet reverse mode by David Crawshaw · 10 years ago
- 7b2f9d7 cmd/coordinator: add BuildletPool abstraction; don't assume GCE by Brad Fitzpatrick · 10 years ago
- 0c0bd36 cmd/buildlet/stage0, env/windows: wait for network, don't expire passwords by Brad Fitzpatrick · 10 years ago
- 1c6d916 coordinator: rate-limit GCE calls, put cap on number of VMs at once by Brad Fitzpatrick · 10 years ago
- 7cd815f buildlet: fix the likely source of our coordinator fd leaks by Brad Fitzpatrick · 10 years ago
- 6097812 buildlet: add Dir option to ExecOpts by Andrew Gerrand · 10 years ago
- 91d984c buidlet, gomote: implement put single file by Andrew Gerrand · 10 years ago
- de8994a gomote, buildlet: add ls, push by Brad Fitzpatrick · 10 years ago
- 84aecb2 buildlet: add WorkDir method on Client by Andrew Gerrand · 10 years ago
- 376b01d buildlet: add DestroyVM method to Client by Andrew Gerrand · 10 years ago
- f68e9f5 buildlet: set TCP keep-alive timeouts, avoid fd leaks by Brad Fitzpatrick · 10 years ago
- 212bff2 buildlet: add RemoveAll by Andrew Gerrand · 10 years ago
- 50ba0cb build: convert most Linux builders to be VM-based by Brad Fitzpatrick · 10 years ago
- 32d0520 all: add env support, freebsd-386, freebsd-amd64-race, re-enable plan9 by Brad Fitzpatrick · 10 years ago
- 4f7abaa all: remove extdep build tag, now that it's all out of x/tools by Brad Fitzpatrick · 10 years ago
- fa8373a Update import paths after move from tools repo by Andrew Gerrand · 10 years ago
- b35ba9f dashboard: buildlet client, server, and gomote enhancements by Brad Fitzpatrick · 10 years ago
- 0cc0461 dashboard/cmd/buildlet: support for writing files from tgz URL directly by Brad Fitzpatrick · 10 years ago
- 874c083 dashboard: start of cmd/gomote buildlet client, more packification by Brad Fitzpatrick · 10 years ago
- f8c2484 dashboard: move buildlet exec code from coordinator to client package by Brad Fitzpatrick · 10 years ago
- f3c0193 dashboard: create buildlet client package, move coordinator code into it by Brad Fitzpatrick · 10 years ago
- 4821e1d dashboard: rearrange tree, in prep for packagification by Brad Fitzpatrick · 10 years ago
- 7457235 dashboard/buildlet: fix start-up crash when TLS attributes aren't set by Brad Fitzpatrick · 10 years ago
- 5748f98 dashboard: consolidate upload code, update to new oauth2 libraries by Brad Fitzpatrick · 10 years ago
- 6078e10 dashboard/buildlet: optional TLS + password support by Brad Fitzpatrick · 10 years ago
- e89330d dashboard/buildlet: add NetBSD-amd64 to Makefile by Brad Fitzpatrick · 10 years ago
- 0431963 dashboard/buildlet: set GOTESTONLY=std on plan9 by Brad Fitzpatrick · 10 years ago
- 30ec061 dashboard/buildlet: darwin support by Brad Fitzpatrick · 10 years ago
- 5a3fc03 dashboard/buildlet: add Makefiles, and add Windows stage0 bootstrap binary by Brad Fitzpatrick · 10 years ago
- 411cd8a dashboard/buildlet: make exec handler return process state in HTTP trailer by Brad Fitzpatrick · 10 years ago
- 9571310 dashboard/buildlet: start of the buildlet by Brad Fitzpatrick · 10 years ago