Skip to content

Commit

Permalink
dashboard: update host-linux-loong64-3a5000 owner, ExpectNum, bootstrap
Browse files Browse the repository at this point in the history
For golang/go#46229

Change-Id: I817d6af1735fb5ca659d4537d401e93ce8e08df0
Reviewed-on: https://go-review.googlesource.com/c/build/+/453457
Auto-Submit: Dmitri Shuralyov <[email protected]>
Auto-Submit: Carlos Amedee <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
Reviewed-by: Carlos Amedee <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: xiaodong liu <[email protected]>
  • Loading branch information
abner-chenc authored and gopherbot committed Nov 30, 2022
1 parent b977e1b commit 18e533a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -353,12 +353,12 @@ var Hosts = map[string]*HostConfig{
},
"host-linux-loong64-3a5000": {
Notes: "Loongson 3A5000 Box hosted by Loongson; loong64 is the short name of LoongArch 64 bit version",
Owners: []*gophers.Person{gh("XiaodongLoong")},
Owners: []*gophers.Person{gh("XiaodongLoong"), gh("abner-chenc")},
IsReverse: true,
ExpectNum: 3,
GoBootstrap: "none", // image has Go 1.18; cannot access storage.googleapis.com
ExpectNum: 5,
GoBootstrap: "none",
env: []string{
"GOROOT_BOOTSTRAP=/usr/lib/go-1.18",
"GOROOT_BOOTSTRAP=/usr/lib/go-linux-loong64-bootstrap",
},
},
"host-linux-mips64-rtrk": {
Expand Down
1 change: 1 addition & 0 deletions internal/gophers/gophers.go
Original file line number Diff line number Diff line change
Expand Up @@ -2957,6 +2957,7 @@ func init() {
addPerson("Zvonimir Pavlinovic", "[email protected]", "@zpavlinovic")
addPerson("a.lukinykh", "[email protected]")
addPerson("abdul.mannan", "[email protected]")
addPerson("abner chenc", "@abner-chenc")
addPerson("acoshift", "[email protected]")
addPerson("adrienpetel", "[email protected]", "@feliixx")
addPerson("aecdanjun", "[email protected]", "@aecdanjun")
Expand Down

0 comments on commit 18e533a

Please sign in to comment.