зеркало из https://github.com/golang/build.git
builders: skip reboot test on freebsd-arm
Change-Id: I77822252a73d61c240c503bc424f03e5cfc6a95a Reviewed-on: https://go-review.googlesource.com/c/build/+/168064 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Родитель
ea23d21e3b
Коммит
73d272b047
|
@ -2058,9 +2058,10 @@ func init() {
|
||||||
SkipSnapshot: true,
|
SkipSnapshot: true,
|
||||||
})
|
})
|
||||||
addBuilder(BuildConfig{
|
addBuilder(BuildConfig{
|
||||||
Name: "freebsd-arm-paulzhol",
|
Name: "freebsd-arm-paulzhol",
|
||||||
HostType: "host-freebsd-arm-paulzhol",
|
HostType: "host-freebsd-arm-paulzhol",
|
||||||
SkipSnapshot: true,
|
ShouldRunDistTest: noTestDir,
|
||||||
|
SkipSnapshot: true,
|
||||||
buildsRepo: func(repo, branch, goBranch string) bool {
|
buildsRepo: func(repo, branch, goBranch string) bool {
|
||||||
// This was a fragile little machine with limited memory.
|
// This was a fragile little machine with limited memory.
|
||||||
// Only run a few of the core subrepos for now while
|
// Only run a few of the core subrepos for now while
|
||||||
|
|
Загрузка…
Ссылка в новой задаче