Skip to content

Commit

Permalink
dashboard: default unmatched as riscv64 slowbot
Browse files Browse the repository at this point in the history
Unmatched builders are faster than unleashed now.
We can set unmatched as default slowbot for riscv64.

Change-Id: Ie4ad4575a5b8364b7cdb6a6dab99ce7f61556bf1
Reviewed-on: https://go-review.googlesource.com/c/build/+/407794
Run-TryBot: Zhuo Meng <[email protected]>
Reviewed-by: Joel Sing <[email protected]>
Reviewed-by: Bryan Mills <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Heschi Kreinick <[email protected]>
  • Loading branch information
mengzhuo committed May 26, 2022
1 parent 0bf4de4 commit e661cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ var slowBotAliases = map[string]string{
"linux-ppc64": "linux-ppc64-buildlet",
"linux-ppc64le": "linux-ppc64le-buildlet",
"linux-ppc64le-power9": "linux-ppc64le-power9osu",
"linux-riscv64": "linux-riscv64-jsing",
"linux-riscv64": "linux-riscv64-unmatched",
"linux-s390x": "linux-s390x-ibm",
"longtest": "linux-amd64-longtest",
"loong64": "linux-loong64-3a5000",
Expand Down Expand Up @@ -90,7 +90,7 @@ var slowBotAliases = map[string]string{
"ppc64": "linux-ppc64-buildlet",
"ppc64le": "linux-ppc64le-buildlet",
"ppc64lep9": "linux-ppc64le-power9osu",
"riscv64": "linux-riscv64-jsing",
"riscv64": "linux-riscv64-unmatched",
"s390x": "linux-s390x-ibm",
"solaris": "solaris-amd64-oraclerel",
"solaris-amd64": "solaris-amd64-oraclerel",
Expand Down

0 comments on commit e661cab

Please sign in to comment.