1
0
mirror of https://github.com/golang/go synced 2024-10-01 09:28:37 -06:00
go/dashboard/coordinator
Brad Fitzpatrick 0a8eb31860 dashboard/coordinator: refactor status handling in prep for VM builders
Currently the coordinator only handles Docker container builders. An
upcoming change will add VM builders, running VMs on GCE for OpenBSD,
Plan 9, Windows, etc.

This change refactors the handling of the coordinator's build status
in prep for VM builders. Notably, it doesn't call "docker logs"
directly to get logs. It now keeps them in memory instead. Because
they're then in memory, we might as well make it keep the details of
the last N builds too, which we kept wanting earlier.

Updates #9492

Change-Id: I6bae4a5854e7efa3f8a6186ec3670a43c98c4df2
Reviewed-on: https://go-review.googlesource.com/2262
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2015-01-02 23:16:00 +00:00
..
buildongce dashboard/coordinator: add SSD disk option, turn off auto-update 2014-12-16 05:47:43 +00:00
main.go dashboard/coordinator: refactor status handling in prep for VM builders 2015-01-02 23:16:00 +00:00
Makefile dashboard/coordinator: periodically clean stale VMs 2015-01-02 18:48:53 +00:00