Skip to content

Commit c15e927

Browse files
committed
dashboard: skip ios-amd64 SlowBot alias
It's known there is no builder for it yet. Skip it so that TestSlowBotAliases passes. For golang/go#42177. Updates golang/go#42100. Change-Id: I5f1a6b17e6aa4b57cbdea44f2eeb1d4817e5f67f Reviewed-on: https://go-review.googlesource.com/c/build/+/264738 Trust: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> TryBot-Result: Go Bot <[email protected]> Reviewed-by: Cherry Zhang <[email protected]>
1 parent 1a4bcd6 commit c15e927

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/builders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ var slowBotAliases = map[string]string{
2727
// Known missing builders:
2828
"darwin-arm": "", // TODO(golang.org/issue/37611): Remove once port is removed.
2929
"darwin-arm64": "", // TODO(golang.org/issue/39782): Add builder for darwin/arm64.
30+
"ios-amd64": "", // There is no builder for the iOS Simulator. See issues 42100 and 42177.
3031

3132
"386": "linux-386",
3233
"aix": "aix-ppc64",

0 commit comments

Comments
 (0)