]> Cypherpunks repositories - gostls13.git/commit
dashboard: add gobuilder -fail mode
authorRuss Cox <rsc@golang.org>
Fri, 10 Feb 2012 04:46:48 +0000 (23:46 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 10 Feb 2012 04:46:48 +0000 (23:46 -0500)
commitee3e24f2d7da60d28c1f6321fa6faddff9b26eec
tree39d98011331169efc380e6e74c8d3459fb2f2113
parentef1d2a32ea0b096b1aca9f1bda096f0718f6a2ef
dashboard: add gobuilder -fail mode

This is for filling a column with "fail", like I just did for
Windows, when the builder would get stuck running that
build.  (We have safeguards against the tests getting stuck
but this was the bootstrap build getting stuck.)

I usually use -cmd=/bin/false, but this avoids the Mercurial
checkouts, which means it runs instantly instead of requiring
~1 minute per "fail".

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5649049
misc/dashboard/builder/main.go