Skip to content

Commit

Permalink
dashboard: change owner for host-linux-s390x
Browse files Browse the repository at this point in the history
This CL changes the owner for host-linux-s390x as
Michael will be leaving IBM at the end of this week.

See https://groups.google.com/g/golang-dev/c/obUDaYbaxXw.

Change-Id: Ic140743387cff02be7c0471f803c5a30d812d0c3
Reviewed-on: https://go-review.googlesource.com/c/build/+/274512
Reviewed-by: Michael Munday <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Trust: Michael Munday <[email protected]>
Run-TryBot: Dmitri Shuralyov <[email protected]>
TryBot-Result: Go Bot <[email protected]>
  • Loading branch information
Ruixin Bao authored and dmitshur committed Dec 10, 2020
1 parent 90d5e7c commit 97266ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ var Hosts = map[string]*HostConfig{
},
"host-linux-s390x": &HostConfig{
Notes: "run by IBM",
OwnerGithub: "mundaym",
OwnerGithub: "ruixin-bao",
IsReverse: true,
env: []string{"GOROOT_BOOTSTRAP=/var/buildlet/go-linux-s390x-bootstrap"},
},
Expand Down

0 comments on commit 97266ed

Please sign in to comment.