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:
Yuval Pavel Zholkover 2019-03-20 21:00:27 +02:00 коммит произвёл Brad Fitzpatrick
Родитель ea23d21e3b
Коммит 73d272b047
1 изменённых файлов: 4 добавлений и 3 удалений

Просмотреть файл

@ -2058,9 +2058,10 @@ func init() {
SkipSnapshot: true,
})
addBuilder(BuildConfig{
Name: "freebsd-arm-paulzhol",
HostType: "host-freebsd-arm-paulzhol",
SkipSnapshot: true,
Name: "freebsd-arm-paulzhol",
HostType: "host-freebsd-arm-paulzhol",
ShouldRunDistTest: noTestDir,
SkipSnapshot: true,
buildsRepo: func(repo, branch, goBranch string) bool {
// This was a fragile little machine with limited memory.
// Only run a few of the core subrepos for now while