зеркало из https://github.com/golang/build.git
dashboard: add loong64 slowbot alias and misc-compile trybot
misc-compile builders are limited to 3 ports each. Since both of the other builders are full, move the solaris/illumos ports to a new builder to make room in other-1. For golang/go#46229. Change-Id: Ifbf08679ea19252b500d1b8413ce5d95363366a1 Reviewed-on: https://go-review.googlesource.com/c/build/+/407507 TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Michael Pratt <mpratt@google.com> Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
This commit is contained in:
Родитель
0719cd7ec8
Коммит
6ed9ae3237
|
@ -65,6 +65,7 @@ var slowBotAliases = map[string]string{
|
|||
"linux-riscv64": "linux-riscv64-jsing",
|
||||
"linux-s390x": "linux-s390x-ibm",
|
||||
"longtest": "linux-amd64-longtest",
|
||||
"loong64": "linux-loong64-3a5000",
|
||||
"mac": "darwin-amd64-10_14",
|
||||
"macos": "darwin-amd64-10_14",
|
||||
"mips": "linux-mips-rtrk",
|
||||
|
@ -1717,7 +1718,8 @@ func init() {
|
|||
addMiscCompile("-openbsd", "openbsd-386", "openbsd-mips64")
|
||||
addMiscCompile("-openbsd-arm", "openbsd-arm", "openbsd-arm64")
|
||||
addMiscCompile("-plan9", "plan9-386", "plan9-amd64", "plan9-arm")
|
||||
addMiscCompile("-other-1", "solaris-amd64", "illumos-amd64", "dragonfly-amd64")
|
||||
addMiscCompile("-solaris", "solaris-amd64", "illumos-amd64")
|
||||
addMiscCompile("-other-1", "dragonfly-amd64", "linux-loong64")
|
||||
addMiscCompile("-other-2", "linux-riscv64", "linux-s390x", "linux-arm-arm5") // 'linux-arm-arm5' is linux/arm with GOARM=5.
|
||||
|
||||
// TODO: Issue 25963, get the misc-compile trybots for Android/iOS.
|
||||
|
|
|
@ -120,6 +120,7 @@ func TestTrybots(t *testing.T) {
|
|||
"misc-compile-openbsd-arm",
|
||||
"misc-compile-plan9",
|
||||
"misc-compile-ppc",
|
||||
"misc-compile-solaris",
|
||||
"misc-compile-other-1",
|
||||
"misc-compile-other-2",
|
||||
},
|
||||
|
@ -156,6 +157,7 @@ func TestTrybots(t *testing.T) {
|
|||
"misc-compile-openbsd-arm",
|
||||
"misc-compile-plan9",
|
||||
"misc-compile-ppc",
|
||||
"misc-compile-solaris",
|
||||
"misc-compile-other-1",
|
||||
"misc-compile-other-2",
|
||||
},
|
||||
|
@ -190,6 +192,7 @@ func TestTrybots(t *testing.T) {
|
|||
"misc-compile-openbsd-arm",
|
||||
"misc-compile-plan9",
|
||||
"misc-compile-ppc",
|
||||
"misc-compile-solaris",
|
||||
"misc-compile-other-1",
|
||||
"misc-compile-other-2",
|
||||
|
||||
|
@ -228,6 +231,7 @@ func TestTrybots(t *testing.T) {
|
|||
"misc-compile-openbsd-arm",
|
||||
"misc-compile-plan9",
|
||||
"misc-compile-ppc",
|
||||
"misc-compile-solaris",
|
||||
"misc-compile-other-1",
|
||||
"misc-compile-other-2",
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче