Skip to content

Commit

Permalink
dashboard: add SlowBot alias for freebsd-arm64-dmgk
Browse files Browse the repository at this point in the history
This should fix TestSlowBotAliases on tip.

Updates golang/go#24715
Updates golang/go#34501

Change-Id: I80f99a5c24ef0860717605816a753fe6625aff17
Reviewed-on: https://go-review.googlesource.com/c/build/+/203421
Run-TryBot: Tobias Klauser <[email protected]>
Reviewed-by: Bryan C. Mills <[email protected]>
  • Loading branch information
tklauser committed Oct 25, 2019
1 parent 3457847 commit ebf7c18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var slowBotAliases = map[string]string{
"freebsd-386": "freebsd-386-12_0",
"freebsd-amd64": "freebsd-amd64-12_0",
"freebsd-arm": "freebsd-arm-paulzhol",
"freebsd-arm64": "freebsd-arm64-dmgk",
"illumos": "illumos-amd64",
"ios": "darwin-arm64-corellium",
"js": "js-wasm",
Expand Down

0 comments on commit ebf7c18

Please sign in to comment.