Skip to content

Commit 65a9d98

Browse files
committed
dashboard: add "longtest" builder to run all tests, without -short mode
Fixes golang/go#12508 Change-Id: I62e1e296f10c7622c1967a5530c4b0e07c136dfd Reviewed-on: https://go-review.googlesource.com/113436 Reviewed-by: Bryan C. Mills <[email protected]>
1 parent e8fa6c4 commit 65a9d98

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

dashboard/builders.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,13 @@ func init() {
10831083
MaxAtOnce: 1,
10841084
Notes: "Debian Stretch",
10851085
})
1086+
addBuilder(BuildConfig{
1087+
Name: "linux-amd64-longtest",
1088+
HostType: "host-linux-stretch",
1089+
MaxAtOnce: 1,
1090+
Notes: "Debian Stretch with go test -short=false",
1091+
env: []string{"GO_TEST_SHORT=0"},
1092+
})
10861093
addBuilder(BuildConfig{
10871094
Name: "linux-arm",
10881095
HostType: "host-linux-arm-scaleway",

0 commit comments

Comments
 (0)