Skip to content

Commit

Permalink
dashboard: add linux-riscv64-unmatched
Browse files Browse the repository at this point in the history
This adds a reverse buildlet for linux riscv64 running under
Hifive Unmatched.

For golang/go#46804.

Change-Id: If5ed8b47205cecebcb90a4d1b03c463e1eb466c7
Reviewed-on: https://go-review.googlesource.com/c/build/+/329489
Trust: Meng Zhuo <mzh@golangcn.org>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
  • Loading branch information
mengzhuo committed Aug 27, 2021
1 parent 3a56891 commit 7fa5d57
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ var Hosts = map[string]*HostConfig{
OwnerGithub: "4a6f656c",
env: []string{"GOROOT_BOOTSTRAP=/usr/local/goboot"},
},
"host-linux-riscv64-unmatched": &HostConfig{
Notes: "SiFive HiFive Unmatched RISC-V board. 16 GB RAM, 4 cores.",
IsReverse: true,
ExpectNum: 1,
OwnerGithub: "mengzhuo",
env: []string{"GOROOT_BOOTSTRAP=/usr/local/goboot"},
},
"host-linux-riscv64-unleashed": &HostConfig{
Notes: "SiFive HiFive Unleashed RISC-V board. 8 GB RAM, 4 cores.",
IsReverse: true,
Expand Down Expand Up @@ -2546,6 +2553,14 @@ func init() {
}
},
})
addBuilder(BuildConfig{
HostType: "host-linux-riscv64-unmatched",
Name: "linux-riscv64-unmatched",
env: []string{"GO_TEST_TIMEOUT_SCALE=4"},
FlakyNet: true,
SkipSnapshot: true, // The builder has a slow uplink bandwidth.
buildsRepo: onlyMasterDefault,
})
addBuilder(BuildConfig{
Name: "linux-s390x-ibm",
HostType: "host-linux-s390x",
Expand Down

0 comments on commit 7fa5d57

Please sign in to comment.