Skip to content

Commit fcb5900

Browse files
Bryan C. Millsgopherbot
Bryan C. Mills
authored andcommitted
dashboard: add known issues for plan9-386, plan9-386-0intro, and plan9-amd64-0intro
For golang/go#52653. Updates golang/go#29801. Updates golang/go#49756. Updates golang/go#50137. Change-Id: Ided04da5c1e403c4a194c8c645c5179534a00907 Reviewed-on: https://go-review.googlesource.com/c/build/+/408698 TryBot-Result: Gopher Robot <[email protected]> Run-TryBot: Bryan Mills <[email protected]> Reviewed-by: Alex Rakoczy <[email protected]> Auto-Submit: Bryan Mills <[email protected]>
1 parent 560d411 commit fcb5900

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

dashboard/builders.go

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2204,7 +2204,8 @@ func init() {
22042204
}
22052205
return run
22062206
},
2207-
buildsRepo: plan9Default,
2207+
buildsRepo: plan9Default,
2208+
KnownIssues: []int{29801},
22082209
})
22092210
addBuilder(BuildConfig{
22102211
Name: "windows-amd64-2008",
@@ -2711,7 +2712,8 @@ func init() {
27112712
}
27122713
return run
27132714
},
2714-
buildsRepo: plan9Default,
2715+
buildsRepo: plan9Default,
2716+
KnownIssues: []int{49756, 49327},
27152717
})
27162718
addBuilder(BuildConfig{
27172719
Name: "plan9-386-0intro",
@@ -2725,7 +2727,8 @@ func init() {
27252727
}
27262728
return run
27272729
},
2728-
buildsRepo: plan9Default,
2730+
buildsRepo: plan9Default,
2731+
KnownIssues: []int{50137, 50878},
27292732
})
27302733
addBuilder(BuildConfig{
27312734
Name: "aix-ppc64",

0 commit comments

Comments
 (0)