Skip to content

Commit 9a1cfea

Browse files
committed
dashboard: enable SkipSnapshot for openbsd-arm-jsing builder
The builder network is too slow/distant to upload snapshots successfully. Updates golang/go#25498 Change-Id: Ida86eb1f84e34c9810227c98370cef980529796f Reviewed-on: https://go-review.googlesource.com/c/build/+/228238 Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
1 parent baa2dcb commit 9a1cfea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/builders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1935,6 +1935,7 @@ func init() {
19351935
addBuilder(BuildConfig{
19361936
Name: "openbsd-arm-jsing",
19371937
HostType: "host-openbsd-arm-joelsing",
1938+
SkipSnapshot: true,
19381939
distTestAdjust: noTestDirAndNoReboot,
19391940
tryBot: nil,
19401941
env: []string{

0 commit comments

Comments
 (0)