Skip to content

Commit e382d73

Browse files
Bryan C. Millsgopherbot
authored andcommitted
dashboard: mark netbsd-arm-bsiegert and netbsd-arm64-bsiegert with FlakyNet
These builders have both exhibited multiple 'i/o timeout' errors contacting www.google.com in net.TestLookupHostCancel. Updates golang/go#50191. Change-Id: I3d5ef2940f8c6df3487743a26f64d1e38fdcb231 Reviewed-on: https://go-review.googlesource.com/c/build/+/409474 TryBot-Result: Gopher Robot <[email protected]> Auto-Submit: Bryan Mills <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Bryan Mills <[email protected]>
1 parent 150a258 commit e382d73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dashboard/builders.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2182,6 +2182,7 @@ func init() {
21822182
// The machine is slow.
21832183
"GO_TEST_TIMEOUT_SCALE=10",
21842184
},
2185+
FlakyNet: true,
21852186
})
21862187
addBuilder(BuildConfig{
21872188
Name: "netbsd-arm64-bsiegert",
@@ -2192,6 +2193,7 @@ func init() {
21922193
// The machine is slow.
21932194
"GO_TEST_TIMEOUT_SCALE=10",
21942195
},
2196+
FlakyNet: true,
21952197
})
21962198
addBuilder(BuildConfig{
21972199
Name: "plan9-386",

0 commit comments

Comments
 (0)