Skip to content

Commit ebf7c18

Browse files
committed
dashboard: add SlowBot alias for freebsd-arm64-dmgk
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]>
1 parent 3457847 commit ebf7c18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/builders.go

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ var slowBotAliases = map[string]string{
5858
"freebsd-386": "freebsd-386-12_0",
5959
"freebsd-amd64": "freebsd-amd64-12_0",
6060
"freebsd-arm": "freebsd-arm-paulzhol",
61+
"freebsd-arm64": "freebsd-arm64-dmgk",
6162
"illumos": "illumos-amd64",
6263
"ios": "darwin-arm64-corellium",
6364
"js": "js-wasm",

0 commit comments

Comments
 (0)