commit | a3dce2ca0e22c366b994429ac7fbe75deb132a12 | [log] [tgz] |
---|---|---|
author | David Crawshaw <crawshaw@golang.org> | Tue Apr 07 19:46:19 2015 -0400 |
committer | David Crawshaw <crawshaw@golang.org> | Sun Apr 12 12:41:15 2015 +0000 |
tree | 49c295f625356eaa11c526a720aa3854119263ae | |
parent | 0c3bcdca16fd4df7a46068e5f388ed636c731a11 [diff] |
cmd/buildlet, cmd/coordinator: check build keys Have the buildlet send build keys to the buildlet in reverse mode. Rename Info to Status, as it will be used periodically by the coordinator to check that the buildlet is OK. And add a simple connection test. Change-Id: Ic7285636c7818e2584e11555a8f5b5b66be30638 Reviewed-on: https://go-review.googlesource.com/8593 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>