Skip to content

Commit 18e533a

Browse files
abner-chencgopherbot
authored andcommitted
dashboard: update host-linux-loong64-3a5000 owner, ExpectNum, bootstrap
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]>
1 parent b977e1b commit 18e533a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

dashboard/builders.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,12 +353,12 @@ var Hosts = map[string]*HostConfig{
353353
},
354354
"host-linux-loong64-3a5000": {
355355
Notes: "Loongson 3A5000 Box hosted by Loongson; loong64 is the short name of LoongArch 64 bit version",
356-
Owners: []*gophers.Person{gh("XiaodongLoong")},
356+
Owners: []*gophers.Person{gh("XiaodongLoong"), gh("abner-chenc")},
357357
IsReverse: true,
358-
ExpectNum: 3,
359-
GoBootstrap: "none", // image has Go 1.18; cannot access storage.googleapis.com
358+
ExpectNum: 5,
359+
GoBootstrap: "none",
360360
env: []string{
361-
"GOROOT_BOOTSTRAP=/usr/lib/go-1.18",
361+
"GOROOT_BOOTSTRAP=/usr/lib/go-linux-loong64-bootstrap",
362362
},
363363
},
364364
"host-linux-mips64-rtrk": {

internal/gophers/gophers.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2957,6 +2957,7 @@ func init() {
29572957
addPerson("Zvonimir Pavlinovic", "[email protected]", "@zpavlinovic")
29582958
addPerson("a.lukinykh", "[email protected]")
29592959
addPerson("abdul.mannan", "[email protected]")
2960+
addPerson("abner chenc", "@abner-chenc")
29602961
addPerson("acoshift", "[email protected]")
29612962
addPerson("adrienpetel", "[email protected]", "@feliixx")
29622963
addPerson("aecdanjun", "[email protected]", "@aecdanjun")

0 commit comments

Comments
 (0)