@@ -217,13 +217,12 @@ var Hosts = map[string]*HostConfig{
217
217
},
218
218
SSHUsername : "gopher" ,
219
219
},
220
- "host-dragonfly-amd64-master" : {
221
- IsReverse : true ,
222
- ExpectNum : 1 ,
223
- Notes : "DragonFly BSD master, run by DragonFly team" ,
224
- env : []string {"GOROOT_BOOTSTRAP=/usr/local/go" },
225
- SSHUsername : "root" ,
226
- Owners : []* gophers.Person {gh ("tuxillo" )},
220
+ "host-dragonfly-amd64-622" : {
221
+ Notes : "DragonFly BSD 6.2.2 on GCE, built from build/env/dragonfly-amd64" ,
222
+ VMImage : "dragonfly-amd64-622" ,
223
+ buildletURLTmpl : "https://storage.googleapis.com/$BUCKET/buildlet.dragonfly-amd64" ,
224
+ goBootstrapURLTmpl : "https://storage.googleapis.com/$BUCKET/gobootstrap-dragonfly-amd64-go1.17.12.tar.gz" ,
225
+ SSHUsername : "root" ,
227
226
},
228
227
"host-freebsd-amd64-11_4" : {
229
228
VMImage : "freebsd-amd64-114" ,
@@ -2697,13 +2696,9 @@ func init() {
2697
2696
tryOnly : true ,
2698
2697
})
2699
2698
addBuilder (BuildConfig {
2700
- Name : "dragonfly-amd64" ,
2701
- HostType : "host-dragonfly-amd64-master" ,
2702
- Notes : "DragonFly BSD master, run by DragonFly team" ,
2703
- distTestAdjust : noTestDirAndNoReboot ,
2704
- env : []string {"GO_TEST_TIMEOUT_SCALE=2" }, // see golang.org/issue/45216
2705
- SkipSnapshot : true ,
2706
- KnownIssues : []int {53577 },
2699
+ Name : "dragonfly-amd64" ,
2700
+ HostType : "host-dragonfly-amd64-622" ,
2701
+ Notes : "DragonFly BSD 6.2.2, running on GCE" ,
2707
2702
})
2708
2703
addBuilder (BuildConfig {
2709
2704
Name : "freebsd-arm-paulzhol" ,
0 commit comments