@@ -2213,6 +2213,7 @@ func init() {
2213
2213
Name : "openbsd-arm-jsing" ,
2214
2214
HostType : "host-openbsd-arm-joelsing" ,
2215
2215
SkipSnapshot : true ,
2216
+ FlakyNet : true ,
2216
2217
buildsRepo : func (repo , branch , goBranch string ) bool {
2217
2218
switch repo {
2218
2219
case "go" , "net" , "sys" :
@@ -2232,6 +2233,7 @@ func init() {
2232
2233
Name : "openbsd-arm64-jsing" ,
2233
2234
HostType : "host-openbsd-arm64-joelsing" ,
2234
2235
SkipSnapshot : true ,
2236
+ FlakyNet : true ,
2235
2237
buildsRepo : func (repo , branch , goBranch string ) bool {
2236
2238
switch repo {
2237
2239
case "go" , "net" , "sys" :
@@ -2251,6 +2253,7 @@ func init() {
2251
2253
Name : "openbsd-mips64-jsing" ,
2252
2254
HostType : "host-openbsd-mips64-joelsing" ,
2253
2255
SkipSnapshot : true ,
2256
+ FlakyNet : true ,
2254
2257
buildsRepo : func (repo , branch , goBranch string ) bool {
2255
2258
switch repo {
2256
2259
case "go" , "net" , "sys" :
@@ -2619,6 +2622,7 @@ func init() {
2619
2622
Name : "solaris-amd64-oraclerel" ,
2620
2623
HostType : "host-solaris-oracle-amd64-oraclerel" ,
2621
2624
Notes : "Oracle Solaris release version" ,
2625
+ FlakyNet : true ,
2622
2626
})
2623
2627
addBuilder (BuildConfig {
2624
2628
Name : "linux-ppc64-buildlet" ,
@@ -2735,6 +2739,7 @@ func init() {
2735
2739
HostType : "host-linux-riscv64-joelsing" ,
2736
2740
Name : "linux-riscv64-jsing" ,
2737
2741
SkipSnapshot : true ,
2742
+ FlakyNet : true ,
2738
2743
env : []string {"GO_TEST_TIMEOUT_SCALE=4" },
2739
2744
distTestAdjust : riscvDistTestPolicy ,
2740
2745
buildsRepo : func (repo , branch , goBranch string ) bool {
@@ -2758,6 +2763,7 @@ func init() {
2758
2763
Name : "linux-s390x-ibm" ,
2759
2764
HostType : "host-linux-s390x" ,
2760
2765
numTestHelpers : 0 ,
2766
+ FlakyNet : true ,
2761
2767
})
2762
2768
addBuilder (BuildConfig {
2763
2769
Name : "linux-s390x-crosscompile" ,
@@ -2794,6 +2800,7 @@ func init() {
2794
2800
HostType : "host-freebsd-arm-paulzhol" ,
2795
2801
distTestAdjust : noTestDirAndNoReboot ,
2796
2802
SkipSnapshot : true ,
2803
+ FlakyNet : true ,
2797
2804
buildsRepo : func (repo , branch , goBranch string ) bool {
2798
2805
// This was a fragile little machine with limited memory.
2799
2806
// Only run a few of the core subrepos for now while
0 commit comments