]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: run vet/all on dedicated builders
authorJosh Bleecher Snyder <josharian@gmail.com>
Sun, 11 Sep 2016 01:53:30 +0000 (18:53 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 14 Sep 2016 23:03:34 +0000 (23:03 +0000)
commitf9e9412ce26ca208c1d25a6b854259c94aa54030
tree1697b08ead4dde820327806c1b35377f094c0b64
parentfb273fc3a3438f7a24b0901e2fcfd099eac4860d
cmd/dist: run vet/all on dedicated builders

We will soon add dedicated builders for running vet/all.
Their name will end with "-vetall".
On those builders, run vet/all and nothing else.
On all other builders, including local all.bash,
don't run vet/all at all, because it is slow.

This will probably be refined more over time.

Change-Id: Ib1d0337adda84353931a325515c132068d4320cd
Reviewed-on: https://go-review.googlesource.com/28962
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/dist/test.go