Skip to content

Commit 8ddb22a

Browse files
author
Bryan C. Mills
committed
dashboard: mark builders with unreliable DNS as flaky
These are the builders identified in the logs in golang/go#50191, and associated builders with the same owners (which I assume are likely to employ the same DNS servers). For golang/go#50191 Change-Id: I5906782c6a63a001b0ba1194cffad08de2d8ce6a Reviewed-on: https://go-review.googlesource.com/c/build/+/372294 Trust: Bryan Mills <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent ba974a2 commit 8ddb22a

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
@@ -2213,6 +2213,7 @@ func init() {
22132213
Name: "openbsd-arm-jsing",
22142214
HostType: "host-openbsd-arm-joelsing",
22152215
SkipSnapshot: true,
2216+
FlakyNet: true,
22162217
buildsRepo: func(repo, branch, goBranch string) bool {
22172218
switch repo {
22182219
case "go", "net", "sys":
@@ -2232,6 +2233,7 @@ func init() {
22322233
Name: "openbsd-arm64-jsing",
22332234
HostType: "host-openbsd-arm64-joelsing",
22342235
SkipSnapshot: true,
2236+
FlakyNet: true,
22352237
buildsRepo: func(repo, branch, goBranch string) bool {
22362238
switch repo {
22372239
case "go", "net", "sys":
@@ -2251,6 +2253,7 @@ func init() {
22512253
Name: "openbsd-mips64-jsing",
22522254
HostType: "host-openbsd-mips64-joelsing",
22532255
SkipSnapshot: true,
2256+
FlakyNet: true,
22542257
buildsRepo: func(repo, branch, goBranch string) bool {
22552258
switch repo {
22562259
case "go", "net", "sys":
@@ -2619,6 +2622,7 @@ func init() {
26192622
Name: "solaris-amd64-oraclerel",
26202623
HostType: "host-solaris-oracle-amd64-oraclerel",
26212624
Notes: "Oracle Solaris release version",
2625+
FlakyNet: true,
26222626
})
26232627
addBuilder(BuildConfig{
26242628
Name: "linux-ppc64-buildlet",
@@ -2735,6 +2739,7 @@ func init() {
27352739
HostType: "host-linux-riscv64-joelsing",
27362740
Name: "linux-riscv64-jsing",
27372741
SkipSnapshot: true,
2742+
FlakyNet: true,
27382743
env: []string{"GO_TEST_TIMEOUT_SCALE=4"},
27392744
distTestAdjust: riscvDistTestPolicy,
27402745
buildsRepo: func(repo, branch, goBranch string) bool {
@@ -2758,6 +2763,7 @@ func init() {
27582763
Name: "linux-s390x-ibm",
27592764
HostType: "host-linux-s390x",
27602765
numTestHelpers: 0,
2766+
FlakyNet: true,
27612767
})
27622768
addBuilder(BuildConfig{
27632769
Name: "linux-s390x-crosscompile",
@@ -2794,6 +2800,7 @@ func init() {
27942800
HostType: "host-freebsd-arm-paulzhol",
27952801
distTestAdjust: noTestDirAndNoReboot,
27962802
SkipSnapshot: true,
2803+
FlakyNet: true,
27972804
buildsRepo: func(repo, branch, goBranch string) bool {
27982805
// This was a fragile little machine with limited memory.
27992806
// Only run a few of the core subrepos for now while

0 commit comments

Comments
 (0)