Skip to content

Commit

Permalink
dashboard: add "longtest" builder to run all tests, without -short mode
Browse files Browse the repository at this point in the history
Fixes golang/go#12508

Change-Id: I62e1e296f10c7622c1967a5530c4b0e07c136dfd
Reviewed-on: https://go-review.googlesource.com/113436
Reviewed-by: Bryan C. Mills <[email protected]>
  • Loading branch information
bradfitz committed May 16, 2018
1 parent e8fa6c4 commit 65a9d98
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -1083,6 +1083,13 @@ func init() {
MaxAtOnce: 1,
Notes: "Debian Stretch",
})
addBuilder(BuildConfig{
Name: "linux-amd64-longtest",
HostType: "host-linux-stretch",
MaxAtOnce: 1,
Notes: "Debian Stretch with go test -short=false",
env: []string{"GO_TEST_SHORT=0"},
})
addBuilder(BuildConfig{
Name: "linux-arm",
HostType: "host-linux-arm-scaleway",
Expand Down

0 comments on commit 65a9d98

Please sign in to comment.