File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -282,6 +282,11 @@ var Hosts = map[string]*HostConfig{
282
282
ExpectNum : 1 ,
283
283
OwnerGithub : "0intro" ,
284
284
},
285
+ "host-plan9-386-0intro" : & HostConfig {
286
+ IsReverse : true ,
287
+ ExpectNum : 1 ,
288
+ OwnerGithub : "0intro" ,
289
+ },
285
290
"host-plan9-386-gce" : & HostConfig {
286
291
VMImage : "plan9-386-v7" ,
287
292
Notes : "Plan 9 from 0intro; GCE VM is built from script in build/env/plan9-386" ,
@@ -2195,6 +2200,23 @@ func init() {
2195
2200
},
2196
2201
buildsRepo : onlyMaster ,
2197
2202
})
2203
+ addBuilder (BuildConfig {
2204
+ Name : "plan9-386-0intro" ,
2205
+ HostType : "host-plan9-386-0intro" ,
2206
+ SkipSnapshot : true ,
2207
+ shouldRunDistTest : func (distTestName string , isTry bool ) bool {
2208
+ if ! noTestDir (distTestName , isTry ) {
2209
+ return false
2210
+ }
2211
+ switch distTestName {
2212
+ case "api" ,
2213
+ "go_test:cmd/go" : // takes over 20 minutes without working SMP
2214
+ return false
2215
+ }
2216
+ return true
2217
+ },
2218
+ buildsRepo : onlyMaster ,
2219
+ })
2198
2220
addBuilder (BuildConfig {
2199
2221
Name : "aix-ppc64" ,
2200
2222
HostType : "host-aix-ppc64-osuosl" ,
You can’t perform that action at this time.
0 commit comments