Descriptionmisc/dashboard/builder: record build result on dashboard
This is part one of two changes intended to make it easier to debug builder failures.
runOutput allows us to control the io.Writer passed to a subcommand. The intention is to add additional debugging information before and after the build which will then be capture and sent to the dashboard.
In this proposal, the only additional information is the build status. See http://build.golang.org/log/e7b5bf435b4de1913fc61781b3295fb3f03aeb6e
Patch Set 1 #Patch Set 2 : diff -r 9b7b9fa92d2c https://code.google.com/p/go #Patch Set 3 : diff -r 9b7b9fa92d2c https://code.google.com/p/go #Patch Set 4 : diff -r a394d9eeb49a https://code.google.com/p/go #Patch Set 5 : diff -r a394d9eeb49a https://code.google.com/p/go #Patch Set 6 : diff -r d1f3875bb043 https://code.google.com/p/go #Patch Set 7 : diff -r d1f3875bb043 https://code.google.com/p/go #Patch Set 8 : diff -r d1f3875bb043 https://code.google.com/p/go #MessagesTotal messages: 4
|