Граф коммитов

381 Коммитов

Автор SHA1 Сообщение Дата
Dmitri Shuralyov 2bf41cd70a dashboard, cmd/buildlet: re-add riscv64 buildlet and misc-compile trybot
This is a re-send of CL 216765, which was reverted in CL 217723
due to the misc-compile-other trybot being broken on linux/riscv64.

By now, the problem that was caught by the misc-compile-other trybot
has been fixed in CL 217777, so we can try again.

Fixes golang/go#36871
Fixes golang/go#37022

Change-Id: Id9e7d7f3e610b17a2d37a2216ab5d3eed139ee1e
Reviewed-on: https://go-review.googlesource.com/c/build/+/224580
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-03-23 18:29:18 +00:00
Cherry Zhang 50a78801e5 dashboard: treat dev branches as current
If a dev branch is active, it will be current. If it is not
active, it is probably not current, but we don't build on the
branch so it doesn't matter anyway.

Specifically, the dev.link branch is currently under active
development, and it would be good to have a large set of builders
run on the branch to catch problems. (E.g., AIX build was broken
but not noticed.)

Fixes golang/go#37953.

Change-Id: Idd7e3edaaff1b4d2cee17da552a96df2b00716e9
Reviewed-on: https://go-review.googlesource.com/c/build/+/223381
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-03-23 17:30:08 +00:00
Dmitri Shuralyov 77c96bbb96 dashboard: add linux-amd64-staticlockranking builder
This is a new linux/amd64 GCE builder for the purpose of
testing the GOEXPERIMENT=staticlockranking configuration
which is landing to master branch soon.

It runs only on the main Go repository master branch and
release branches 1.15 and newer. No golang.org/x repos.
Not included in trybots by default, but can be requested
via SlowBots by saying TRY=linux-amd64-staticlockranking.

Also expand documentation of BuildConfig.buildsRepo field
to make it more clear how to use it. A common mistake for
custom buildsRepo functions that are added is to create a
custom policy with a minor adjustment and forgetting to
preserve the rest of the default build repo policy.

Fixes golang/go#37937

Change-Id: Ic56f82e9ede30cb6fe8f6cc7d0282d6a0a12c1b8
Reviewed-on: https://go-review.googlesource.com/c/build/+/224078
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-03-20 22:27:58 +00:00
Dmitri Shuralyov a1a9ec1fba dashboard: disable darwin-amd64-10_11 builder on Go 1.15+
Go 1.15 will require macOS 10.12 and newer¹, so keep the OS X 10.11
builder enabled only on release branches for 1.14 and older.

¹ https://golang.org/doc/go1.14#darwin

Fixes golang/go#37425

Change-Id: I89ab0eb56729fe16fb3a524c8f7b9bb25751d708
Reviewed-on: https://go-review.googlesource.com/c/build/+/222797
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-03-10 21:07:32 +00:00
Andrew Bonventre 4424759595 dashboard: remove darwin-arm-mg912baios and darwin-arm64-mn4m2zdaios
These have been consistently failing for weeks and attempts to
contact the owner have been unsuccessful.

Updates golang/go#37611
Fixes golang/go#31497

Change-Id: I43c8b9de18c758d256290ee42eb3755dd9eacf3f
Reviewed-on: https://go-review.googlesource.com/c/build/+/222720
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-03-10 19:27:51 +00:00
Carlos Amedee 3c1062b30f dashboard: remove OS X 10.10 builders
OS X 10.10 is no longer supported by the latest versions
of Go (1.13 and 1.14). It is no longer in use.

Fixes golang/go#37713

Change-Id: Ibc4a527c17f2dafd00ee0fba2e312394e1ceac9c
Reviewed-on: https://go-review.googlesource.com/c/build/+/222337
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-03-09 16:02:35 +00:00
Carlos Amedee b9ec79cebd dashboard: use macOS 10.15 for race and nocgo darwin builders
A kernel bug in macOS 10.14 is causing a set of tests to be flaky.
Upgrading to macOS 10.15 fixes this issue. This change moves more
testing towards the current version of macOS.

Fixes golang/go#37695

Change-Id: Ide69693e760639a9d680738cad0541d79a0a0443
Reviewed-on: https://go-review.googlesource.com/c/build/+/222238
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-03-05 22:31:44 +00:00
Brad Fitzpatrick ee8d5dd7d9 dashboard: set GO_TEST_TIMEOUT_SCALE for the riscv64 builder
It's slow like arm/mips/etc apparently.

Change-Id: I7638f22100d3af29cdcf7852701a3d4c8c8fc1d5
Reviewed-on: https://go-review.googlesource.com/c/build/+/217758
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-02-05 21:47:30 +00:00
Alexander Rakoczy 6c6082de2d Revert "cmd/buildlet: add riscv64 buildlet"
This reverts CL 216765 (git 992a31230c)

Reason for revert: This trybot is broken.

Updates golang/go#37022

Change-Id: I8ff1e53e3edba7c461d1f46701df02b844b1f3a1
Reviewed-on: https://go-review.googlesource.com/c/build/+/217723
Run-TryBot: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-02-04 20:09:34 +00:00
Brad Fitzpatrick 992a31230c cmd/buildlet: add riscv64 buildlet
Somebody else will need to run "make buildlet.linux-riscv64" for me to upload
the binary to GCS.

Updates golang/go#27532
Fixes golang/go#36871

Change-Id: I0ae8dea0f33c79801670d1f9a02a29b31d739e31
Reviewed-on: https://go-review.googlesource.com/c/build/+/216765
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2020-01-29 19:35:47 +00:00
Carlos Eduardo Seo c373c47710 dashboard: fix POWER9 builder code generation
When we moved the ppc64le builders to Docker, GOPPC64=power9 was not set
for the POWER9 builders. This variable has to be passed to the environment
so the compiler can generate POWER9 instructions.

Fixes golang/go#36802

Change-Id: I13e99eb316e2126302e26ee771aaf8bbfbbc1c8c
Reviewed-on: https://go-review.googlesource.com/c/build/+/216577
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2020-01-27 22:46:33 +00:00
Dmitri Shuralyov a1b6a1b050 dashboard: remove darwin-amd64-10_8 builder type
macOS 10.8 is very old and not supported by Go 1.13 nor Go 1.12.
There are no instances of this builder type available because
macOS builders are not created on demand and the ExpectNum value
is set to zero. Remove it and various files related to it.

Fixes golang/go#36560

Change-Id: Ife36624f3695fccff2f5a12af4518e25645b4f0d
Reviewed-on: https://go-review.googlesource.com/c/build/+/215257
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2020-01-17 17:24:56 +00:00
Dmitri Shuralyov 52f8f67333 dashboard: upsize freebsd-amd64-race builder to 7.2 GB RAM
Start using n1-highcpu-8 machine type instead of n1-highcpu-4
for the freebsd-amd64-race builder.

The freebsd-amd64-race builder has produced good test results
for the x/tools repo for a long time, but by now it has started
to consistently fail for reasons that seem connected to it having
only 3.6 GB memory. The Windows race builders needed to be bumped
from 7.2 GB to 14.4 GB to run successfully, so this change makes
a small incremental step to bring freebsd-amd64-race closer in
line with other builders. If memory-related problems continue to
occur with 7.2 GB, the next step will be to go up to 14.4 GB.

The freebsd-amd64-race builder is using an older version of FreeBSD.
We may want to start using a newer one for running tests with -race,
but that should be a separate change so we can see the results of
this change without another confounding variable.

Also update all FreeBSD builders to use https in buildletURLTmpl,
because it's expected to work fine and will be more consistent.

Updates golang/go#36444
Updates golang/go#34621
Updates golang/go#29252
Updates golang/go#33986

Change-Id: Idfcefd1c91bddc9f70ab23e02fcdca54fda9d1ac
Reviewed-on: https://go-review.googlesource.com/c/build/+/214433
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
2020-01-14 19:45:25 +00:00
Dmitri Shuralyov 1a1d5714b8 dashboard: include default builds policy in freebsd-386-* builders
It was unintentionally left out, causing these builders
to not skip x/mobile on Go 1.12.

Fixes golang/go#36506

Change-Id: I19a9e2838c8bdaf68fe21151ea9454d1f3062032
Reviewed-on: https://go-review.googlesource.com/c/build/+/214294
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-01-10 21:35:37 +00:00
Dmitri Shuralyov 220eca8cf4 dashboard: remove explicit support for release-branch.go1.11
We do not support Go 1.11 by now, so there is no longer a need to
include filtering for release-branch.go1.11. Remove it to simplify
code and remove useless test cases.

There was a bug where the buildsRepo policy for freebsd-386-10_3,
freebsd-386-10_4, and freebsd-386-11_1 builders forgot to include
the default build policy, so it was testing x/mobile unintentionally.
Add a test case for its current behavior. It'll be fixed in next CL.

Updates golang/go#36506

Change-Id: I4b2ff6cae417bf4699ec99f5c427b8531e12e915
Reviewed-on: https://go-review.googlesource.com/c/build/+/214293
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2020-01-10 21:34:46 +00:00
Dmitri Shuralyov 05d22632dd dashboard: upsize windows-amd64-{longtest,race} builders to 14.4 GB RAM
Start using n1-highcpu-16 machine type instead of n1-highcpu-8
for windows-amd64-longtest and windows-amd64-race builders.

The primary motivation of this change is to increase amount of
RAM available on the race builder from 7.2 GB to 14.4 GB.
CL 208500 has helped by going from 3.6 to 7.2, but empirically
8 GB is not enough for all tests to pass, while 16 GB can be.
We already use 16 GB for some other race and/or long builders.

Updates golang/go#35186
Updates golang/go#33951
Updates golang/go#33986

Change-Id: I8031a517e6e44ce5e5faba085e7c781a1fcab92e
Reviewed-on: https://go-review.googlesource.com/c/build/+/213557
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2020-01-07 15:19:52 +00:00
Alexander Rakoczy f9092bbcd1 dashboard: restrict CPU usage on packet builders
The packet arm64 build box has 96 cores, and easily gets overloaded with
multiple builds running simultaneously. Restrict each container to fewer
cores, and decrease the number of workers.

In order to not lose some of the coverage we got from packet as a
high-CPU builder, we will need to create new builder types going forward
to ensure we don't lose coverage. See the issue for details.

Updates golang/go#36170

Change-Id: I16478fa05258bc14ac59a1e708133ffcc4c5a664
Reviewed-on: https://go-review.googlesource.com/c/build/+/211579
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-12-19 20:50:31 +00:00
Bryan C. Mills 6b2867eab4 dashboard: re-enable "review" repo on Dragonfly and AIX builders
This partially reverts CL 192327.

Reason for revert: x/review failure turned out to be a bug in the test.

Updates golang/go#32836

Change-Id: I189ad4ebc1b48fbdbb64f3e42ab1459761ff0c8c
Reviewed-on: https://go-review.googlesource.com/c/build/+/211497
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2019-12-16 20:03:28 +00:00
Brad Fitzpatrick f6d512da84 dashboard: stop testing x/build on even more builders
Follow up to CL 210378 after looking at:
https://build.golang.org/?repo=golang.org%2fx%2fbuild

Updates golang/go#30640

Change-Id: I81505a9ca2985ffa6e75922665b14ef4de2af860
Reviewed-on: https://go-review.googlesource.com/c/build/+/211100
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-12-12 18:36:44 +00:00
Brad Fitzpatrick c8ca962b0a dashboard: don't build x/build on so many builders
It was kinda overkill.

Change-Id: Ied7fc42aa59a1ed18cc1da20e51c8ed386d84629
Reviewed-on: https://go-review.googlesource.com/c/build/+/210378
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-12-07 14:55:58 +00:00
Brad Fitzpatrick 76cf96806c dashboard: remove misleading -kube suffixes from host types
They used to run on Kubernetes (and still could) but they're just a
container and we run them on COS nowadays.

Change-Id: I21a6db90efc5071997c6d6dcae1a42a7c28afa3a
Reviewed-on: https://go-review.googlesource.com/c/build/+/209957
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-12-05 18:07:42 +00:00
Tobias Klauser be84e8e586 dashboard: don't build x/exp and x/mobile on freebsd 10.3, 10.4 and 11.1 builders
Updates golang/go#11811

Change-Id: I76287dc24c7881e6d94df575c2922e2f90919d49
Reviewed-on: https://go-review.googlesource.com/c/build/+/209477
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-12-01 13:44:34 +00:00
Tobias Klauser 22d3b2406f dashboard: don't build x/exp and x/mobile on the plan9 builders
Updates golang/go#11811

Change-Id: I776652a3b980772f34d65d8c245a143814aadb6a
Reviewed-on: https://go-review.googlesource.com/c/build/+/209338
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-11-28 14:07:55 +00:00
Dmitri Shuralyov 9939300a1b dashboard: upsize machine type for windows-amd64-{longtest,race} builders
Start using n1-highcpu-8 machine type instead of n1-highcpu-4
for windows-amd64-longtest and windows-amd64-race builders.
Continue to use the existing n1-highcpu-4 machine type for all
other windows/386 and windows/amd64 builders for now.

The primary motivation of this change is to increase amount of
RAM available on the longtest builder from 3.6 GB to 7.2 GB,
because it is consistenly failing due to being out of memory.

Also fix minor typos, and increase consistency in comments and notes.

Updates golang/go#33951

Change-Id: Iac5da67fa584059842850a9c8deda98c242741f2
Reviewed-on: https://go-review.googlesource.com/c/build/+/208500
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
2019-11-25 18:19:54 +00:00
Brad Fitzpatrick 9dbecd3d17 dashboard: transfer ownership of DragonflyBSD 5.6 builder
Change-Id: I9077f043ba43192fad2b2151ae37ab41c1d27aa9
Reviewed-on: https://go-review.googlesource.com/c/build/+/208717
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-25 16:01:12 +00:00
Tobias Klauser 48cb6ed2ce dashboard: don't build x/exp and x/mobile on the linux-arm-arm5spacemonkey builder
Updates golang/go#11811

Change-Id: I93aa1f062ba976e1758e5f74b25b20411a59819e
Reviewed-on: https://go-review.googlesource.com/c/build/+/208579
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-11-25 13:20:46 +00:00
David du Colombier 4c648a94eb dashboard: use snapshots on Plan 9 builders
This change enables snapshots on Plan 9 builders,
so running the tests for each of the golang.org/x
repositories will not require to rebuild Go every time.

Change-Id: I305b713a48c155ebba2c03f39633d17a6fd71e6f
Reviewed-on: https://go-review.googlesource.com/c/build/+/208359
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-11-22 19:29:11 +00:00
Carlos Amedee d6dec9c74f dashboard, cmd/makemac: add macOS 10.15 Catalina builder
Added the macOS 10.15 Catalina builder to the dashboard. Catalina builders should
use the Mojave guestid in vSphere 6.7 update 3 because the Catalina guestid is not
available in this version of vSphere. A Catalina builder will run on this version
of vSphere with the Mojave guestid. Modified the expected number of vm instances
running on Macstadium due to the addition of macOS 10.15 builders.

Updates golang/go#34748

Change-Id: If14f6e088afc05dd1783460f21907e9345e3c338
Reviewed-on: https://go-review.googlesource.com/c/build/+/207937
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-11-21 14:35:11 +00:00
Brad Fitzpatrick c7f36d0dc2 dashboard, env, cmd/buildlet/testssh: fix gomote ssh for a number of buidlers
And add a testssh tool to validate that SSH is working.

Updates golang/go#32430

Change-Id: I5182419fa4db31b598f7a02412fb4ecc4060a796
Reviewed-on: https://go-review.googlesource.com/c/build/+/207459
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-15 22:06:08 +00:00
Brad Fitzpatrick 336cc41bed cmd/buildlet: add, fix OpenBSD make targets
Updates golang/go#35610

Change-Id: I736a439df10b455125688b6c26852c366f9283fe
Reviewed-on: https://go-review.googlesource.com/c/build/+/207420
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-15 21:36:21 +00:00
Brad Fitzpatrick 8a3c1d91ae dashboard: remove misc-compile-android builder
Fixes golang/go#35596
Updates golang/go#25963

Change-Id: I9db5154dcdd0e432dfe2d0d8697fedabed50a7ed
Reviewed-on: https://go-review.googlesource.com/c/build/+/207377
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-11-15 04:31:01 +00:00
Brad Fitzpatrick 1356066394 cmd/coordinator: delete useScheduler knob & old pre-scheduler hacks, code, TODOs
Updates golang/go#19178

Change-Id: Id4d8b016c41f57bfaba5ee4ab046285607047493
Reviewed-on: https://go-review.googlesource.com/c/build/+/207178
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-14 22:33:24 +00:00
Brad Fitzpatrick fb8c09ace7 cmd/coordinator: finish the scheduler code, at least mostly
Optimizations and tuning remain, but this should be tons better than
what we had before (random).

Updates golang/go#19178

Change-Id: Idb483a4c4209a012814322cc8b37b966ee4681de
Reviewed-on: https://go-review.googlesource.com/c/build/+/205078
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-13 03:53:23 +00:00
Brad Fitzpatrick f993d8f24d dashboard: skip some slow tests on linux-arm
Fixes golang/go#35543

Change-Id: I2554d6ef8400201f10f5f0f0a45a5bbd53104f95
Reviewed-on: https://go-review.googlesource.com/c/build/+/206799
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-12 18:39:16 +00:00
Tobias Klauser cd82ecd2ce dashboard: verify that each port is covered by real or misc-compile trybot
Currently, android/{386,arm,arm64} are not covered, so add a
misc-compile builder for these.

Also correct a typo in the comment for the darwin misc-compile builder
and add update the misc-compile-freebsd comment to include
freebsd/arm64.

Change-Id: Ica3b27e98db73c10edf30260acddcd7ea57d9051
Reviewed-on: https://go-review.googlesource.com/c/build/+/205798
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
2019-11-12 17:54:40 +00:00
Brad Fitzpatrick 773364d7ec dashboard, cmd/coordinator: add linux-riscv64 builder, fix bug from CL 205608
Updates golang/go#27532
Updates golang/go#30262

Change-Id: If1593ab6e5653a9dce625f25a16bf8a082796592
Reviewed-on: https://go-review.googlesource.com/c/build/+/206639
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-11-12 06:39:49 +00:00
Bryan C. Mills e814c4f343 dashboard: add 'longtest' SlowBot alias
Change-Id: I83cda2cf521b537f4c879d39b473d48faab53965
Reviewed-on: https://go-review.googlesource.com/c/build/+/205858
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-11-07 18:12:10 +00:00
Brad Fitzpatrick 6d1cfead7b cmd/buildlet, cmd/coordinator: delete old --reverse mode
All the buildlets have been updated to use --reverse-type with a host
type instead of a builder type.

Fixes golang/go#21260

Change-Id: I1264261f099c3686fe01455949486f523b94c6de
Reviewed-on: https://go-review.googlesource.com/c/build/+/205608
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-06 21:01:11 +00:00
Brad Fitzpatrick bab2ff9869 dashboard: update Solaris owner
Updates golang/go#15581

Change-Id: Idae332b234d18f0bd90eb354f611fd5a824feb85
Reviewed-on: https://go-review.googlesource.com/c/build/+/205600
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-06 17:06:20 +00:00
Brad Fitzpatrick 0babffaf20 dashboard: rename DragonFlyBSD host type, change owners
Change-Id: Iff3de20c4bb6a017f204602542652f8533b599e7
Reviewed-on: https://go-review.googlesource.com/c/build/+/205460
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-11-05 19:10:28 +00:00
Brad Fitzpatrick f120ea389a dashboard: add MIPS builders at RT-RK
Updates golang/go#31217

Change-Id: I3c947fa1dcd0f1d938ffa4dfe565a35b2ccc3533
Reviewed-on: https://go-review.googlesource.com/c/build/+/204043
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-30 14:29:06 +00:00
Brad Fitzpatrick 02e7e2b56a dashboard: skip reboot test on ppc64x builders
Updates golang/go#35233

Change-Id: Icfa19da5d0dd3c47ffa94d11f069b8836c86cdcc
Reviewed-on: https://go-review.googlesource.com/c/build/+/204038
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-29 15:50:53 +00:00
Brad Fitzpatrick f9c537e944 dashboard: adjust the windows-amd64-longtest policy
It shouldn't build more repos than windows-amd64-2016.

Fixes golang/go#35185

Change-Id: I310e2ccc521d88692fcf904fe53b4bae94f3f0f0
Reviewed-on: https://go-review.googlesource.com/c/build/+/203885
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-10-28 21:14:49 +00:00
Brad Fitzpatrick c212a3a641 dashboard: stop checking whether the branch/rev supports js/wasm for js/wasm
It's supported it for ages. We no longer support or build branches
that didn't have js/wasm support.

See https://github.com/golang/go/issues/35170#issuecomment-546737010

Updates golang/go#35170 (still need a maintner fix, ideally)

Change-Id: If5489dd266dea9a3a48bbc29f83528c0f939d23b
Reviewed-on: https://go-review.googlesource.com/c/build/+/203757
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-28 15:41:39 +00:00
Joel Sing 23861f9900 dashboard: add openbsd-arm-jsing builder
This will allow the openbsd-arm builder to be migrated to a buildlet.

Change-Id: If38788daf2d1e7f237ebdcce384a098e08bffb0b
Reviewed-on: https://go-review.googlesource.com/c/build/+/192598
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-10-28 03:35:06 +00:00
Tobias Klauser c0a862ac00 dashboard: only build tip on freebsd-arm64-dmgk builder
Updates golang/go#24715

Change-Id: I9f1aeac0d3b5f625e0f68b6bad17445a41a87b22
Reviewed-on: https://go-review.googlesource.com/c/build/+/203420
Run-TryBot: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-26 07:03:53 +00:00
Tobias Klauser ebf7c18e41 dashboard: add SlowBot alias for freebsd-arm64-dmgk
This should fix TestSlowBotAliases on tip.

Updates golang/go#24715
Updates golang/go#34501

Change-Id: I80f99a5c24ef0860717605816a753fe6625aff17
Reviewed-on: https://go-review.googlesource.com/c/build/+/203421
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-25 20:01:54 +00:00
Dmitri Goutnik 39f3d49936 dashboard: add FreeBSD arm64 builder
Updates golang/go#24715

Change-Id: I8eb3f6372d69718b6f453e5415cdf16aa00ccae6
Reviewed-on: https://go-review.googlesource.com/c/build/+/198597
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-10-22 17:42:34 +00:00
Brad Fitzpatrick 70a7cc8956 dashboard: add windows and 32-bit longtest builders
Fixes golang/go#29641
Fixes golang/go#26529

Change-Id: I5ab3aa443276ab36b866d7fabc1d78a82b34cb64
Reviewed-on: https://go-review.googlesource.com/c/build/+/202479
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-21 17:18:41 +00:00
Brad Fitzpatrick 5877195c83 dashboard: update Dragonfly tip policy for ABI change, add release builder
From https://github.com/golang/go/issues/34958#issuecomment-543852995 :

> Go's DragonFly support policy is that we support the latest stable
> release primarily, but also try to keep DragonFly master passing, in
> prep for it to become the latest stable release.
>
> But that does mean we need one more builder at the moment.

Updates golang/go#34958
Updates golang/go#23060

Change-Id: I84be7c64eac593dee2252c397f9529deea13605a
Reviewed-on: https://go-review.googlesource.com/c/build/+/202478
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-10-21 15:32:29 +00:00