@@ -415,27 +415,13 @@ var Hosts = map[string]*HostConfig{
415
415
IsReverse : true ,
416
416
ExpectNum : 2 , // See https://github.com/golang/go/issues/49557#issuecomment-969148789.
417
417
},
418
- "host-netbsd-386-9_0" : {
419
- VMImage : "netbsd-i386-9-0-2019q4" ,
420
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-386" ,
421
- machineType : "n2" , // force Intel; see go.dev/issue/49209
422
- SSHUsername : "root" ,
423
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
424
- },
425
418
"host-netbsd-386-9_3" : {
426
419
VMImage : "netbsd-i386-9-3-202211120320" ,
427
420
Notes : "NetBSD 9.3; GCE VM is built from script in build/env/netbsd-386" ,
428
421
machineType : "n2" , // force Intel; see go.dev/issue/49209
429
422
SSHUsername : "root" ,
430
423
GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
431
424
},
432
- "host-netbsd-amd64-9_0" : {
433
- VMImage : "netbsd-amd64-9-0-2019q4" ,
434
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-amd64" ,
435
- machineType : "n2" , // force Intel; see go.dev/issue/49209
436
- SSHUsername : "root" ,
437
- GoBootstrap : "go1.19.2" , // Go 1.17 is too old; see go.dev/issue/42422
438
- },
439
425
"host-netbsd-amd64-9_3" : {
440
426
VMImage : "netbsd-amd64-9-3-202211120320v2" ,
441
427
Notes : "NetBSD 9.3; GCE VM is built from script in build/env/netbsd-amd64" ,
@@ -2057,23 +2043,11 @@ func init() {
2057
2043
"GO_TEST_TIMEOUT_SCALE=5" ,
2058
2044
},
2059
2045
})
2060
- addBuilder (BuildConfig {
2061
- Name : "netbsd-386-9_0" ,
2062
- HostType : "host-netbsd-386-9_0" ,
2063
- distTestAdjust : noTestDirAndNoReboot ,
2064
- KnownIssues : []int {50138 },
2065
- })
2066
2046
addBuilder (BuildConfig {
2067
2047
Name : "netbsd-386-9_3" ,
2068
2048
HostType : "host-netbsd-386-9_3" ,
2069
2049
distTestAdjust : noTestDirAndNoReboot ,
2070
2050
})
2071
- addBuilder (BuildConfig {
2072
- Name : "netbsd-amd64-9_0" ,
2073
- HostType : "host-netbsd-amd64-9_0" ,
2074
- distTestAdjust : noTestDirAndNoReboot ,
2075
- KnownIssues : []int {50138 },
2076
- })
2077
2051
addBuilder (BuildConfig {
2078
2052
Name : "netbsd-amd64-9_3" ,
2079
2053
HostType : "host-netbsd-amd64-9_3" ,
@@ -2097,8 +2071,7 @@ func init() {
2097
2071
// The machine is slow.
2098
2072
"GO_TEST_TIMEOUT_SCALE=10" ,
2099
2073
},
2100
- FlakyNet : true ,
2101
- KnownIssues : []int {50138 },
2074
+ FlakyNet : true ,
2102
2075
})
2103
2076
addBuilder (BuildConfig {
2104
2077
Name : "netbsd-arm64-bsiegert" ,
@@ -2109,8 +2082,7 @@ func init() {
2109
2082
// The machine is slow.
2110
2083
"GO_TEST_TIMEOUT_SCALE=10" ,
2111
2084
},
2112
- FlakyNet : true ,
2113
- KnownIssues : []int {50138 },
2085
+ FlakyNet : true ,
2114
2086
})
2115
2087
addBuilder (BuildConfig {
2116
2088
Name : "plan9-386" ,
0 commit comments