]> Cypherpunks repositories - gostls13.git/commit
dashboard: fix for branches
authorRuss Cox <rsc@golang.org>
Thu, 12 May 2011 15:21:34 +0000 (11:21 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 12 May 2011 15:21:34 +0000 (11:21 -0400)
commit12c3afc1ae55dffbac2f9dc28d55c1f53ca4cf65
tree46b1d4fa3e1937881baef35ab79df3022a126f7a
parent5f6e1cfca7f50a51afef68135ddefb97934ea78c
dashboard: fix for branches

In the new world, one builder runs
        gobuilder -commit
which uploads information about commits to the dashboard,
which then hands the work out to the builders by hash.
There is no assumption anymore that the commit numbers
are consistent across builders.

New builders will need to be deployed.  For now darwin-amd64
is running the new builder to test the code.

The new JSON-based protocol for handing out work via /todo
should be easy to extend if we want to add support for sending
trial CLs to the builders.

This code is already running on godashboard.appspot.com.

R=adg, dave
CC=golang-dev
https://golang.org/cl/4519047
misc/dashboard/builder/Makefile
misc/dashboard/builder/doc.go
misc/dashboard/builder/exec.go
misc/dashboard/builder/hg.go [deleted file]
misc/dashboard/builder/http.go
misc/dashboard/builder/main.go
misc/dashboard/builder/package.go
misc/dashboard/godashboard/app.yaml
misc/dashboard/godashboard/gobuild.py
misc/dashboard/godashboard/index.yaml