@@ -231,69 +231,29 @@ var Hosts = map[string]*HostConfig{
231
231
},
232
232
"host-openbsd-amd64-68" : & HostConfig {
233
233
VMImage : "openbsd-amd64-68-v3" , // v3 adds 009_exit syspatch; see golang.org/cl/278732.
234
- machineType : "e2 -highcpu-4" ,
234
+ machineType : "n2 -highcpu-4" ,
235
235
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64" ,
236
236
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz" ,
237
237
Notes : "OpenBSD 6.8 (with 009_exit syspatch); GCE VM is built from script in build/env/openbsd-amd64" ,
238
238
SSHUsername : "gopher" ,
239
239
},
240
240
"host-openbsd-386-68" : & HostConfig {
241
241
VMImage : "openbsd-386-68-v3" , // v3 adds 009_exit syspatch; see golang.org/cl/278732.
242
- machineType : "e2 -highcpu-4" ,
242
+ machineType : "n2 -highcpu-4" ,
243
243
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
244
244
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz" ,
245
245
Notes : "OpenBSD 6.8 (with 009_exit syspatch); GCE VM is built from script in build/env/openbsd-386" ,
246
246
SSHUsername : "gopher" ,
247
247
},
248
248
"host-openbsd-amd64-70" : & HostConfig {
249
- VMImage : "openbsd-amd64-70" ,
250
- machineType : "e2-highcpu-4" ,
251
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64" ,
252
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz" ,
253
- Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-amd64" ,
254
- SSHUsername : "gopher" ,
255
- },
256
- "host-openbsd-amd64-70-n1" : & HostConfig {
257
- VMImage : "openbsd-amd64-70" ,
258
- machineType : "n1-highcpu-4" ,
259
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64" ,
260
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz" ,
261
- Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-amd64. n1-highcpu host." ,
262
- SSHUsername : "gopher" ,
263
- },
264
- "host-openbsd-amd64-70-n2" : & HostConfig {
265
249
VMImage : "openbsd-amd64-70" ,
266
250
machineType : "n2-highcpu-4" ,
267
251
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64" ,
268
252
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz" ,
269
253
Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-amd64. n2-highcpu host." ,
270
254
SSHUsername : "gopher" ,
271
255
},
272
- "host-openbsd-amd64-70-n2d" : & HostConfig {
273
- VMImage : "openbsd-amd64-70" ,
274
- machineType : "n2d-highcpu-4" ,
275
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-amd64" ,
276
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-amd64-go1_12.tar.gz" ,
277
- Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-amd64. n2d-highcpu host." ,
278
- SSHUsername : "gopher" ,
279
- },
280
256
"host-openbsd-386-70" : & HostConfig {
281
- VMImage : "openbsd-386-70" ,
282
- machineType : "e2-highcpu-4" ,
283
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
284
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz" ,
285
- Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-386" ,
286
- SSHUsername : "gopher" ,
287
- },
288
- "host-openbsd-386-70-n1" : & HostConfig {
289
- VMImage : "openbsd-386-70" ,
290
- machineType : "n1-highcpu-4" ,
291
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
292
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-openbsd-386-go1_12.tar.gz" ,
293
- Notes : "OpenBSD 7.0; GCE VM is built from script in build/env/openbsd-386. n1-highcpu host." ,
294
- SSHUsername : "gopher" ,
295
- },
296
- "host-openbsd-386-70-n2" : & HostConfig {
297
257
VMImage : "openbsd-386-70" ,
298
258
machineType : "n2-highcpu-4" ,
299
259
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
@@ -302,6 +262,7 @@ var Hosts = map[string]*HostConfig{
302
262
SSHUsername : "gopher" ,
303
263
},
304
264
"host-openbsd-386-70-n2d" : & HostConfig {
265
+ // This host config is only for the runtime team to use investigating golang/go#49209.
305
266
VMImage : "openbsd-386-70" ,
306
267
machineType : "n2d-highcpu-4" ,
307
268
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.openbsd-386" ,
@@ -330,23 +291,15 @@ var Hosts = map[string]*HostConfig{
330
291
"host-freebsd-11_2" : & HostConfig {
331
292
VMImage : "freebsd-amd64-112" ,
332
293
Notes : "FreeBSD 11.2; GCE VM is built from script in build/env/freebsd-amd64" ,
333
- machineType : "e2 -highcpu-4" ,
294
+ machineType : "n2 -highcpu-4" ,
334
295
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64" ,
335
296
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/go1.4-freebsd-amd64.tar.gz" ,
336
297
SSHUsername : "gopher" ,
337
298
},
338
299
"host-freebsd-11_4" : & HostConfig {
339
300
VMImage : "freebsd-amd64-114" ,
340
301
Notes : "FreeBSD 11.4; GCE VM is built from script in build/env/freebsd-amd64" ,
341
- machineType : "e2-highcpu-4" ,
342
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64" ,
343
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/go1.4-freebsd-amd64.tar.gz" ,
344
- SSHUsername : "gopher" ,
345
- },
346
- "host-freebsd-12_2" : & HostConfig {
347
- VMImage : "freebsd-amd64-122" ,
348
- Notes : "FreeBSD 12.2; GCE VM is built from script in build/env/freebsd-amd64" ,
349
- machineType : "e2-highcpu-4" ,
302
+ machineType : "n2-highcpu-4" ,
350
303
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.freebsd-amd64" ,
351
304
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/go1.4-freebsd-amd64.tar.gz" ,
352
305
SSHUsername : "gopher" ,
@@ -376,69 +329,21 @@ var Hosts = map[string]*HostConfig{
376
329
SSHUsername : "gopher" ,
377
330
},
378
331
"host-netbsd-amd64-9_0" : & HostConfig {
379
- VMImage : "netbsd-amd64-9-0-2019q4" ,
380
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-amd64" ,
381
- machineType : "e2-highcpu-4" ,
382
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-amd64" ,
383
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-amd64-2da6b33.tar.gz" ,
384
- SSHUsername : "root" ,
385
- },
386
- "host-netbsd-amd64-9_0-n1" : & HostConfig {
387
- VMImage : "netbsd-amd64-9-0-2019q4" ,
388
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-amd64. n1-highcpu host." ,
389
- machineType : "n1-highcpu-4" ,
390
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-amd64" ,
391
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-amd64-2da6b33.tar.gz" ,
392
- SSHUsername : "root" ,
393
- },
394
- "host-netbsd-amd64-9_0-n2" : & HostConfig {
395
332
VMImage : "netbsd-amd64-9-0-2019q4" ,
396
333
Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-amd64. n2-highcpu host." ,
397
334
machineType : "n2-highcpu-4" ,
398
335
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-amd64" ,
399
336
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-amd64-2da6b33.tar.gz" ,
400
337
SSHUsername : "root" ,
401
338
},
402
- "host-netbsd-amd64-9_0-n2d" : & HostConfig {
403
- VMImage : "netbsd-amd64-9-0-2019q4" ,
404
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-amd64. n2d-highcpu host." ,
405
- machineType : "n2d-highcpu-4" ,
406
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-amd64" ,
407
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-amd64-2da6b33.tar.gz" ,
408
- SSHUsername : "root" ,
409
- },
410
339
"host-netbsd-386-9_0" : & HostConfig {
411
- VMImage : "netbsd-i386-9-0-2019q4" ,
412
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-386" ,
413
- machineType : "e2-highcpu-4" ,
414
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-386" ,
415
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386-0b3b511.tar.gz" ,
416
- SSHUsername : "root" ,
417
- },
418
- "host-netbsd-386-9_0-n1" : & HostConfig {
419
- VMImage : "netbsd-i386-9-0-2019q4" ,
420
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-386. n1-highcpu host." ,
421
- machineType : "n1-highcpu-4" ,
422
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-386" ,
423
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386-0b3b511.tar.gz" ,
424
- SSHUsername : "root" ,
425
- },
426
- "host-netbsd-386-9_0-n2" : & HostConfig {
427
340
VMImage : "netbsd-i386-9-0-2019q4" ,
428
341
Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-386. n2-highcpu host." ,
429
342
machineType : "n2-highcpu-4" ,
430
343
buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-386" ,
431
344
goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386-0b3b511.tar.gz" ,
432
345
SSHUsername : "root" ,
433
346
},
434
- "host-netbsd-386-9_0-n2d" : & HostConfig {
435
- VMImage : "netbsd-i386-9-0-2019q4" ,
436
- Notes : "NetBSD 9.0; GCE VM is built from script in build/env/netbsd-386. n2d-highcpu host." ,
437
- machineType : "n2d-highcpu-4" ,
438
- buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.netbsd-386" ,
439
- goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-netbsd-386-0b3b511.tar.gz" ,
440
- SSHUsername : "root" ,
441
- },
442
347
"host-netbsd-arm-bsiegert" : & HostConfig {
443
348
IsReverse : true ,
444
349
ExpectNum : 1 ,
@@ -1590,14 +1495,6 @@ func init() {
1590
1495
return atMostGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
1591
1496
},
1592
1497
})
1593
- addBuilder (BuildConfig {
1594
- Name : "freebsd-amd64-12_2" ,
1595
- HostType : "host-freebsd-12_2" ,
1596
- tryBot : defaultTrySet ("sys" ),
1597
-
1598
- distTestAdjust : fasterTrybots , // If changing this policy, update TestShouldRunDistTest accordingly.
1599
- numTryTestHelpers : 4 ,
1600
- })
1601
1498
addBuilder (BuildConfig {
1602
1499
Name : "freebsd-amd64-12_3" ,
1603
1500
HostType : "host-freebsd-12_3" ,
@@ -1606,13 +1503,6 @@ func init() {
1606
1503
distTestAdjust : fasterTrybots , // If changing this policy, update TestShouldRunDistTest accordingly.
1607
1504
numTryTestHelpers : 4 ,
1608
1505
})
1609
- addBuilder (BuildConfig {
1610
- Name : "freebsd-386-12_2" ,
1611
- HostType : "host-freebsd-12_2" ,
1612
- env : []string {"GOARCH=386" , "GOHOSTARCH=386" },
1613
- distTestAdjust : fasterTrybots ,
1614
- numTryTestHelpers : 4 ,
1615
- })
1616
1506
addBuilder (BuildConfig {
1617
1507
Name : "freebsd-386-12_3" ,
1618
1508
HostType : "host-freebsd-12_3" ,
@@ -2120,38 +2010,6 @@ func init() {
2120
2010
},
2121
2011
numTryTestHelpers : 4 ,
2122
2012
})
2123
- addBuilder (BuildConfig {
2124
- Name : "openbsd-amd64-70-n1" ,
2125
- HostType : "host-openbsd-amd64-70-n1" ,
2126
- tryBot : defaultTrySet (),
2127
- distTestAdjust : noTestDirAndNoReboot ,
2128
- buildsRepo : func (repo , branch , goBranch string ) bool {
2129
- // https://github.com/golang/go/issues/48977#issuecomment-971763553:
2130
- // 1.16 seems to be incompatible with 7.0.
2131
- return atLeastGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
2132
- },
2133
- numTryTestHelpers : 4 ,
2134
- })
2135
- addBuilder (BuildConfig {
2136
- Name : "openbsd-amd64-70-n2" ,
2137
- HostType : "host-openbsd-amd64-70-n2" ,
2138
- distTestAdjust : noTestDirAndNoReboot ,
2139
- buildsRepo : func (repo , branch , goBranch string ) bool {
2140
- // https://github.com/golang/go/issues/48977#issuecomment-971763553:
2141
- // 1.16 seems to be incompatible with 7.0.
2142
- return atLeastGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
2143
- },
2144
- })
2145
- addBuilder (BuildConfig {
2146
- Name : "openbsd-amd64-70-n2d" ,
2147
- HostType : "host-openbsd-amd64-70-n2d" ,
2148
- distTestAdjust : noTestDirAndNoReboot ,
2149
- buildsRepo : func (repo , branch , goBranch string ) bool {
2150
- // https://github.com/golang/go/issues/48977#issuecomment-971763553:
2151
- // 1.16 seems to be incompatible with 7.0.
2152
- return atLeastGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
2153
- },
2154
- })
2155
2013
addBuilder (BuildConfig {
2156
2014
Name : "openbsd-386-70" ,
2157
2015
HostType : "host-openbsd-386-70" ,
@@ -2170,50 +2028,10 @@ func init() {
2170
2028
numTryTestHelpers : 4 ,
2171
2029
})
2172
2030
addBuilder (BuildConfig {
2173
- Name : "openbsd-386-70-n1" ,
2174
- HostType : "host-openbsd-386-70-n1" ,
2175
- tryBot : explicitTrySet ("sys" ),
2176
- buildsRepo : func (repo , branch , goBranch string ) bool {
2177
- if repo == "review" {
2178
- // https://golang.org/issue/49529: git seems to be too slow on this
2179
- // platform.
2180
- return false
2181
- }
2182
- // https://github.com/golang/go/issues/48977#issuecomment-971763553:
2183
- // 1.16 seems to be incompatible with 7.0.
2184
- return atLeastGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
2185
- },
2186
- distTestAdjust : noTestDirAndNoReboot ,
2187
- numTryTestHelpers : 4 ,
2188
- })
2189
- addBuilder (BuildConfig {
2190
- Name : "openbsd-386-70-n2" ,
2191
- HostType : "host-openbsd-386-70-n2" ,
2192
- buildsRepo : func (repo , branch , goBranch string ) bool {
2193
- if repo == "review" {
2194
- // https://golang.org/issue/49529: git seems to be too slow on this
2195
- // platform.
2196
- return false
2197
- }
2198
- // https://github.com/golang/go/issues/48977#issuecomment-971763553:
2199
- // 1.16 seems to be incompatible with 7.0.
2200
- return atLeastGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
2201
- },
2202
- distTestAdjust : noTestDirAndNoReboot ,
2203
- })
2204
- addBuilder (BuildConfig {
2205
- Name : "openbsd-386-70-n2d" ,
2206
- HostType : "host-openbsd-386-70-n2d" ,
2207
- buildsRepo : func (repo , branch , goBranch string ) bool {
2208
- if repo == "review" {
2209
- // https://golang.org/issue/49529: git seems to be too slow on this
2210
- // platform.
2211
- return false
2212
- }
2213
- // https://github.com/golang/go/issues/48977#issuecomment-971763553:
2214
- // 1.16 seems to be incompatible with 7.0.
2215
- return atLeastGo1 (goBranch , 17 ) && buildRepoByDefault (repo )
2216
- },
2031
+ // This builder is only for the runtime team to use investigating golang/go#49209.
2032
+ Name : "openbsd-386-70-n2d" ,
2033
+ HostType : "host-openbsd-386-70-n2d" ,
2034
+ buildsRepo : disabledBuilder ,
2217
2035
distTestAdjust : noTestDirAndNoReboot ,
2218
2036
})
2219
2037
addBuilder (BuildConfig {
@@ -2282,42 +2100,11 @@ func init() {
2282
2100
distTestAdjust : noTestDirAndNoReboot ,
2283
2101
tryBot : explicitTrySet ("sys" ),
2284
2102
})
2285
- addBuilder (BuildConfig {
2286
- Name : "netbsd-amd64-9_0-n1" ,
2287
- HostType : "host-netbsd-amd64-9_0-n1" ,
2288
- distTestAdjust : noTestDirAndNoReboot ,
2289
- tryBot : explicitTrySet ("sys" ),
2290
- })
2291
- addBuilder (BuildConfig {
2292
- Name : "netbsd-amd64-9_0-n2" ,
2293
- HostType : "host-netbsd-amd64-9_0-n2" ,
2294
- distTestAdjust : noTestDirAndNoReboot ,
2295
- })
2296
- addBuilder (BuildConfig {
2297
- Name : "netbsd-amd64-9_0-n2d" ,
2298
- HostType : "host-netbsd-amd64-9_0-n2d" ,
2299
- distTestAdjust : noTestDirAndNoReboot ,
2300
- })
2301
2103
addBuilder (BuildConfig {
2302
2104
Name : "netbsd-386-9_0" ,
2303
2105
HostType : "host-netbsd-386-9_0" ,
2304
2106
distTestAdjust : noTestDirAndNoReboot ,
2305
2107
})
2306
- addBuilder (BuildConfig {
2307
- Name : "netbsd-386-9_0-n1" ,
2308
- HostType : "host-netbsd-386-9_0-n1" ,
2309
- distTestAdjust : noTestDirAndNoReboot ,
2310
- })
2311
- addBuilder (BuildConfig {
2312
- Name : "netbsd-386-9_0-n2" ,
2313
- HostType : "host-netbsd-386-9_0-n2" ,
2314
- distTestAdjust : noTestDirAndNoReboot ,
2315
- })
2316
- addBuilder (BuildConfig {
2317
- Name : "netbsd-386-9_0-n2d" ,
2318
- HostType : "host-netbsd-386-9_0-n2d" ,
2319
- distTestAdjust : noTestDirAndNoReboot ,
2320
- })
2321
2108
addBuilder (BuildConfig {
2322
2109
Name : "netbsd-arm-bsiegert" ,
2323
2110
HostType : "host-netbsd-arm-bsiegert" ,
0 commit comments