Skip to content

Commit 033b1e5

Browse files
author
Bryan C. Mills
committed
dashboard: change "plan9" SlowBot alias to refer to plan9-arm
The plan9-arm builder is currently passing fairly reliably on the dashboard, whereas the plan9-386-0intro builder is frequently failing with an "unexpected fault address". Until the plan9-386-0intro build is fixed, the plan9-arm builder seems more useful as a SlowBot to check architecture-agnostic changes that affect plan9. Updates golang/go#35456 Updates golang/go#22227 Change-Id: Ib5ecddafec91ca9274f9f0e15cb98621b41dda85 Reviewed-on: https://go-review.googlesource.com/c/build/+/233797 Run-TryBot: Bryan C. Mills <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 7d5107d commit 033b1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/builders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ var slowBotAliases = map[string]string{
8383
"openbsd": "openbsd-amd64-64",
8484
"openbsd-386": "openbsd-386-64",
8585
"openbsd-amd64": "openbsd-amd64-64",
86-
"plan9": "plan9-386-0intro",
86+
"plan9": "plan9-arm",
8787
"plan9-386": "plan9-386-0intro",
8888
"plan9-amd64": "plan9-amd64-9front",
8989
"ppc64": "linux-ppc64-buildlet",

0 commit comments

Comments
 (0)