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

1866 Коммитов

Автор SHA1 Сообщение Дата
Bryan C. Mills 00823ba386 vcs-test/vcweb: fix various extraction issues for serving modules with authentication
• The /auth subdirectory wasn't downloading content from GCS.

• The zip extraction logic was failing for zip files that do not
  contain explicit directory entries.

• The invocation of http.FileServer wasn't trimming the /auth prefix,
  so rejections would work correctly but successful authentication
  would return 404s instead of serving the file.

Updates golang/go#26232

Change-Id: I3a72d7dfca62435c53f4bc7efaebae3900f2c175
Reviewed-on: https://go-review.googlesource.com/c/build/+/170880
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
2019-04-05 20:08:37 +00:00
Brad Fitzpatrick d6a8c27467 dashboard: disable more builders
Make exp off by default, as it barely passes anywhere. Lock in the
places where it does pass.

Also disable x/net master combined with Go 1.11 on FreeBSD 32-bit. It
doesn't work on our builders and it'll never be fixed (we're not going
to make changes to Go 1.11) and there's resistance to skipping those
tests (my CL 170777), so I'm just turning off the builder. That's not
ideal, but it's better than people getting used to red on the
dashboard.

Fixes golang/go#31221

Change-Id: Id0228e4b0ee73715a0c2da84f68dcfc989a48aaf
Reviewed-on: https://go-review.googlesource.com/c/build/+/170782
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-05 17:22:56 +00:00
Brad Fitzpatrick 3f1c27906a app/appengine: sort subrepo tables by date: master, Go 1.12, Go 1.11
It was previously master, Go 1.11, then Go 1.12, which puts Go 1.11 in
the middle of two things that came after it.

Change-Id: I5c67bff7f0ab4269f1db3d4c7e8197df36dc12cb
Reviewed-on: https://go-review.googlesource.com/c/build/+/170779
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-05 04:55:52 +00:00
Bryan C. Mills 3610187701 vcs-test/vcweb: add a handler that requires HTTPS Basic Auth
This endpoint will be used for integration testing golang/go#26232.

Updates golang/go#26232

Change-Id: I70cab336b885b82abfe8b77839bc9163600f15b0
Reviewed-on: https://go-review.googlesource.com/c/build/+/170581
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
2019-04-04 20:06:37 +00:00
Brad Fitzpatrick 373215a0cd cmd/buildlet, cmd/coordinator: trim space from reverse buildlets' gobuildkey file contents
Ignore whitespace before/after buildkeys in ~/.gobuildkey. It worked
in the past because this was only sent in HTTP headers where net/http
cleaned it. But once we also started sending it in HTTP Basic Auth
headers (where it's base64'ed), the newlines then made it to the
server where it didn't match.

So also clean it in the server for old clients.

Fixes golang/go#30749

Change-Id: I2d9b56909a0f616da670f4e41e63701a0872dff2
Reviewed-on: https://go-review.googlesource.com/c/build/+/170621
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-03 20:15:14 +00:00
Brad Fitzpatrick 46fb90426d cmd/coordinator: move log.Printf before http.Error for consistency with nearby code
From CL 170620 feedback.

Change-Id: I4434a04d46bc53be81133c860835a8944677db52
Reviewed-on: https://go-review.googlesource.com/c/build/+/170622
Reviewed-by: Matt Layher <mdlayher@gmail.com>
Run-TryBot: Matt Layher <mdlayher@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-03 19:41:18 +00:00
Brad Fitzpatrick c12ed7dbfd cmd/coordinator: add logging around module proxy errors
Trying to track down where the 401s like these are coming from:

https://build.golang.org/log/4f9d520650841688b416ade5c205cd10b487f319

Updates golang/go#30749

Change-Id: I2f3e73882619b90a5238040f4d1134d678a058bd
Reviewed-on: https://go-review.googlesource.com/c/build/+/170620
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-03 18:29:27 +00:00
Brad Fitzpatrick f7a5fcfd2c dashboard: only test plan9 at master
The plan9 port doesn't need to be tested against older Go releases.
Its userbase runs at master.

Change-Id: I710d98560b234c7555c7be526aa2efdb6473c439
Reviewed-on: https://go-review.googlesource.com/c/build/+/170519
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-03 17:11:56 +00:00
Elias Naur 2a7c0b2c79 dashboard: remove inactive iOS builders
Change-Id: I5983d7a3249d05048217dfb62dc0356eabdeebd9
Reviewed-on: https://go-review.googlesource.com/c/build/+/170300
Run-TryBot: Elias Naur <mail@eliasnaur.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-03 14:43:25 +00:00
Brad Fitzpatrick 85a73d7451 dashboard: don't test the exp repo against release branches
Exp is experimental. It's hard enough keeping it passing on master.
We're not going to fight release branches as well. If somebody wants
to see test coverage against three versions of Go, they can graduate
their code out of experimental.

Change-Id: I4695ce479c47bd56a4a58dba05d367d3de020c58
Reviewed-on: https://go-review.googlesource.com/c/build/+/170518
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-03 04:54:14 +00:00
Brad Fitzpatrick 032e9dbb96 dashboard: update stale ownership info for now-dead MIPS builders
Updates golang/go#31217

Change-Id: I9b8e64c24ed303166e609c13fa4b69d83ddcd0c1
Reviewed-on: https://go-review.googlesource.com/c/build/+/170444
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-03 00:31:39 +00:00
Brad Fitzpatrick c11bf72ba9 cmd/buildlet: use sudo to enable developer mode on Macs
Apparently Josh's intuition in CL 170339 was correct. We do need sudo.
Sometimes. It's weird. It works without sudo with gomote, but not
during start-up. The environment is slightly different.

In any case, sudo works. Verified on macOS 10.10, 10.11, 10.12, and 10.14.

Updates golang/go#31123

Change-Id: Idc4ace816a5d8e19bbb124663ca186fdf74b188c
Reviewed-on: https://go-review.googlesource.com/c/build/+/170438
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-02 23:38:05 +00:00
Brad Fitzpatrick d636fbf4cd app/appengine: show all builder columns, even if they don't have results
Fixes golang/go#19930

Change-Id: Ia6018a2e93bea123b684d2708d858adcca7bb4e4
Reviewed-on: https://go-review.googlesource.com/c/build/+/170443
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-02 21:52:14 +00:00
Brad Fitzpatrick b7cb1e8f6f cmd/scaleway: run instance checker on Kubernetes regularly
Fixes golang/go#21238

Change-Id: Ie3b3f240acb8f7578143f2594f4aaac94baeb0c3
Reviewed-on: https://go-review.googlesource.com/c/build/+/170441
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-02 21:50:56 +00:00
David du Colombier 37c283811b env/plan9: add amd64 support
This change adds support to generate amd64 Plan 9
image. Consequently the "plan9-386" directory was
renamed "plan9". The script handles either the
"386" or the "amd64" parameter to build the image.

This change also adds the possibility to chose to
build the image for QEMU or GCE by passing either
the "qemu" or the "gce" parameter.

Change-Id: Ic5aced903e0d1e7baa4ae7df2167c4d54cd6a66b
Reviewed-on: https://go-review.googlesource.com/c/build/+/4904
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-02 20:23:21 +00:00
Brad Fitzpatrick 4db5502564 env/linux-arm/scaleway: update notes
Change-Id: I5385e0bdc380b5849e3cc5db01bc9ffc8ddbce29
Reviewed-on: https://go-review.googlesource.com/c/build/+/170440
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-02 20:01:11 +00:00
Brad Fitzpatrick 0d9cef3dcf dashboard: remove a stale solaris builder and old owner information on another
Change-Id: I3997b9ceb4981fd1cf538dcb0b3d82fd5e885e8d
Reviewed-on: https://go-review.googlesource.com/c/build/+/170439
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-04-02 19:56:17 +00:00
Brad Fitzpatrick 43eb39e8a3 dashboard: add tests for ShouldRunDistTest
Fixes a TODO that this was untested. (It used to be scattered all over
and hard to test, but now we have all the policy behind a single
method, so test it.)

And add tests for golang/go#29509 too, which seems like it should work.

Change-Id: I6d1f517e2014766c26538193c6b42106a4078a9b
Reviewed-on: https://go-review.googlesource.com/c/build/+/170398
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-02 18:28:36 +00:00
Brad Fitzpatrick b75d19082c cmd/coordinator: on trybot failure, mention that trybots don't rebase
Updates golang/go#19664
Updates golang/go#9858
Updates golang/go#30807

Change-Id: I378979e2745b4d34286a3a038161eb03148771e7
Reviewed-on: https://go-review.googlesource.com/c/build/+/170457
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-02 17:39:47 +00:00
Brad Fitzpatrick e91d385072 cmd/coordinator: fix trybots for the "dl" repo
Don't assume that all repos have import path starting with "golang.org/x/".
Add a new func instead.

But in one place (finding GOPATH deps), just hard-code the old
behavior of only looking for golang.org/x/ deps. That code will be
deleted soonish anyway, so no point cleaning it up.

Fixes golang/go#30852

Change-Id: Ic657549832da71d3915439875e456f323cf5ebdf
Reviewed-on: https://go-review.googlesource.com/c/build/+/170417
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-04-02 17:24:07 +00:00
Brad Fitzpatrick 49a6a6120f cmd/gomote: add -firewall flag to run, defaulting to off
While debugging golang/go#25386 I found that the firewall defaulting
to on made debugging modules hard. So make gomote default to
no outbound firewall and make it opt-in for people who
want to reproduce the builder more.

Also in this CL: start to use server's builder config, not local state
(follow up to CL 169678 which was incomplete). It's still incomplete
in this CL, but there's now a panic with more useful information to
users telling them to update their binary.

Updates golang/go#30929

Change-Id: I17bded71919af1e7a9181866a1349eb72da40051
Reviewed-on: https://go-review.googlesource.com/c/build/+/170397
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-04-02 17:21:24 +00:00
Brad Fitzpatrick 31fad79bef env/linux-x86-stretch: add netbase
Turns out I broke the linux-amd64 builder after CL 170282 because it
hadn't been deployed in a long time and there must've been some
refactoring in the Dockerfile meanwhile that didn't quite work.

Perhaps the --no-install-recommends was a recent addition and we were
previously getting the "netbase" package implicitly.

In any case, we need netbase to get /etc/services.

Deployed this & builds work again.

Change-Id: I9564d40a6bfe6f2606dafab10d66ffb914fcce18
Reviewed-on: https://go-review.googlesource.com/c/build/+/170283
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-04-02 05:06:23 +00:00
Brad Fitzpatrick 335aaf83e1 env/linux-x86-stretch, dashboard: add swig, move linux-amd64 from jessie
Fixes golang/go#28857

Change-Id: Ifdd62dc8eac6ce52f9dc9ce8b3d2fcd92d4d1b26
Reviewed-on: https://go-review.googlesource.com/c/build/+/170282
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2019-04-01 23:23:23 +00:00
Brad Fitzpatrick 6e1f5e6985 cmd/buildlet: enable developer mode on macOS
Fixes golang/go#31123

Change-Id: Ib510969ffbedad8f1690b6e62e5cce6d49022860
Reviewed-on: https://go-review.googlesource.com/c/build/+/170339
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
2019-04-01 20:51:02 +00:00
Brad Fitzpatrick c72a0eda07 dashboard: skip some slow tests on Macs
We have limited Mac resources. It's not worth wasting time testing
portable things on them.

Change-Id: Iaaa1d02582da7f8435217fbb32dcb7235c560a41
Reviewed-on: https://go-review.googlesource.com/c/build/+/169681
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-28 20:36:48 +00:00
Brad Fitzpatrick 8bd8e0e4f7 all: add a macOS 10.14 (Mojave) builder
Fixes golang/go#27806

Change-Id: I576f563acb2c50cd0456cd4e6a1271b9aa59c9df
Reviewed-on: https://go-review.googlesource.com/c/build/+/169498
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-27 20:06:48 +00:00
Brad Fitzpatrick f1b4be0c35 cmd/gomote: get list of buildlet types from server
So users don't need to update their binaries all the time.

Fixes golang/go#30929

Change-Id: I53a6a092578ec0bcee3e47a5dcbbb5c0b9ee9113
Reviewed-on: https://go-review.googlesource.com/c/build/+/169678
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-27 19:24:38 +00:00
Rebecca Stambler 5a2224f3eb devapp/owners: add rstamber and iancottrell as owners for gopls
Change-Id: I9e6df0afd100de0d8e16495190008ea4eb51d777
Reviewed-on: https://go-review.googlesource.com/c/build/+/169442
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-27 00:45:47 +00:00
Dmitri Shuralyov 1cfe6dc3f4 dashboard: fix docs of BuildsRepoPostSubmit, GoBootstrapURL
There were some copy-paste mistakes affecting the documentation of
these two identifiers. This change corrects that.

Change-Id: Ic619f19c4a659a9357c816ff7fb6b0cd7b3bccd1
Reviewed-on: https://go-review.googlesource.com/c/build/+/169437
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-26 17:51:49 +00:00
Brad Fitzpatrick c75979efa3 dashboard: only run misc-vet-vetall for master
As of CL 169198 for golang/go#31040, the coordinator no longer supports
placing the x/tools files out for Go 1.11 and Go 1.12's cmd/vet/all to
find, so their misc-vet-vetall builds will start failing.

We could in theory still either backport CL 169237 to
release-branch.go1.11 and release-branch.go1.12, and/or we could keep
running the misc-vet-vetall builder for the future Go 1.13 release
branch, but it's not obviously even worth it; the vetall builder is
most useful during development anyway. The tree is pretty stable once
it's release branch time. The main use of misc-vet-vetall is catching
assembly vet failures (since go test now does most the other vet
checks), and assembly doesn't often change in release branches.

Updates golang/go#31040

Change-Id: I7b827ecbcd206f3dcf63e04cc94fb78854befd7d
Reviewed-on: https://go-review.googlesource.com/c/build/+/169339
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-26 17:11:28 +00:00
Brad Fitzpatrick 6293144b3f cmd/coordinator: remove special cases for misc-vet-vetall
See plan at https://github.com/golang/go/issues/30971#issuecomment-476383123

Updates golang/go#31040

Change-Id: I160d671670094c3ab4f9d7ba825235a865ad3376
Reviewed-on: https://go-review.googlesource.com/c/build/+/169198
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-26 16:30:06 +00:00
Brad Fitzpatrick 9f5f576c2a crfs: mention that crfs has moved
Change-Id: Ifa30ca9f3d0dcdfd533833a0bcffaa0083b19a35
Reviewed-on: https://go-review.googlesource.com/c/build/+/168919
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-22 22:28:34 +00:00
Brad Fitzpatrick 9019790bcc crfs, stargz: basics of read-only FUSE filesystem, directory support
No network support yet. But this implements the basic FUSE support
reading from a local stargz file.

Updates golang/go#30829

Change-Id: I342e957b3b36cded5aec8b1cdca65c3f5e788db3
Reviewed-on: https://go-review.googlesource.com/c/build/+/168799
Reviewed-by: Maisem Ali <maisem@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-22 18:04:53 +00:00
Brad Fitzpatrick 8a5a4d227f crfs/stargz/stargzify: add tool to convert a tar.gz to stargz
And in testing converting the Debian base layer I found a hard link,
so add enough hardlink support (mostly in TODO form) for the tool to
run for now. Proper hardlink support later.

Size stats:

-rw-r--r-- 1 bradfitz bradfitz 51354364 Mar  3 03:32 debian.tar.gz
-rw-r--r-- 1 bradfitz bradfitz 55061714 Mar 21 20:37 debian.stargz

About 7.6% bigger. (Acceptable)

Updates golang/go#30829

Change-Id: I4d76850be68d32ea6e8c2bd81c4233df1b5fc7af
Reviewed-on: https://go-review.googlesource.com/c/build/+/168737
Reviewed-by: Jon Johnson <jonjohnson@google.com>
2019-03-22 03:41:31 +00:00
Brad Fitzpatrick 32d155d45f cmd/coordinator: add a JSON mode to the /builders handler
And add a test that indirectly verifies that the BuildConfig and
HostConfig are JSON serializable. They weren't due to an exported func.

But that exported func shouldn't be exported, so unexport it and move
more policy into dashboard/builders.go. (There's been a number of
recent cleanup CLs to move all policy into dashboard/builders.go
instead of sprinkled all over the coordinator)

A future CL will use this JSON in gomote create.

Updates golang/go#30929

Change-Id: I726eaf6a4f3eeaab27d31e2642cb7642111ccd67
Reviewed-on: https://go-review.googlesource.com/c/build/+/168341
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
2019-03-21 05:22:02 +00:00
Brad Fitzpatrick 8763e9e3d2 crfs/stargz: add file reading, chunking big files, more tests, docs
Updates golang/go#30829

Change-Id: I1ce8c1cbfa580c372341af63ed161e421103fad4
Reviewed-on: https://go-review.googlesource.com/c/build/+/167920
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-21 04:55:37 +00:00
Yuval Pavel Zholkover 73d272b047 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>
2019-03-20 21:02:56 +00:00
Brad Fitzpatrick ea23d21e3b cmd/buildlet: add aix-ppc64 to list of targets in Makefile
Change-Id: Ic9a50a9850f59911ad78f98170b3534b16d13302
Reviewed-on: https://go-review.googlesource.com/c/build/+/168437
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2019-03-20 16:26:45 +00:00
Benny Siegert ebee6e9d80 dashboard: add netbsd-arm-bsiegert
This seems to be the last builder still using the old builder
binary and not buildlet. It needs an entry in here to switch
to buildlet and stage0.

Change-Id: If2fdd2298ab88d56b6850061050caf27ca7c8983
Reviewed-on: https://go-review.googlesource.com/c/build/+/168061
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-19 16:29:19 +00:00
Dmitri Shuralyov 3f24812763 cmd/coordinator: redirect from http to https in production
By now, there's no more need to be able to serve requests over http
instead of https, so start always redirecting to https instead.

Fixes golang/go#27870

Change-Id: I257ce732597839dc511c3e9ce440340494c62191
Reviewed-on: https://go-review.googlesource.com/c/build/+/168138
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-18 17:59:50 +00:00
Dmitri Shuralyov 4567d7f4dc cmd/coordinator: support building and testing on macOS
It's convenient to be able to build and run tests for cmd/coordinator
on macOS, in addition to Linux. Add the build tags and make appropriate
changes to the README to document the level of support.

I've tested running locally on macOS and the limited basic functionality
seems to work okay. If there's something specific that doesn't work on
macOS but works on Linux, we can update the README accordingly.

Start using go run instead of go install to combine two commands into
one. If someone prefers to use go install and run the installed binary,
they can infer the instructions to do so from the go run command.

Change-Id: I823b21a8c790c77045638b53c204ce10b60f40b2
Reviewed-on: https://go-review.googlesource.com/c/build/+/168137
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-18 17:58:24 +00:00
Brad Fitzpatrick 8a071d4c25 dashboard: don't test subrepos on both macOS 10.11 and 10.12
Just the latter. Reduce resource usage on limited Macs.

Change-Id: Ia282627235c39d74adc9e059d8f39ed8e770473a
Reviewed-on: https://go-review.googlesource.com/c/build/+/167999
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2019-03-18 17:42:35 +00:00
Brad Fitzpatrick 5a66f4e585 builders: skip the reboot test in more places, especially on slower builders
It's not important to run the new "reboot" bootstrapping test on all
builders; a few is fine. Skip it on plan9-arm, etc, and on trybots that aren't
super widely sharded.

Change-Id: I35d5408eb5e034f42df5976f2b9b7f7d478d580a
Reviewed-on: https://go-review.googlesource.com/c/build/+/167998
Reviewed-by: David du Colombier <0intro@gmail.com>
2019-03-18 13:56:44 +00:00
Brad Fitzpatrick 80dad79fda crfs/stargz: add start of package
Basic API, format, tests.

Good enough checkpoint.

Updates golang/go#30829

Change-Id: Iaec5b205314d64fca5056f6b19a7bae52e5cef94
Reviewed-on: https://go-review.googlesource.com/c/build/+/167769
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-15 23:56:14 +00:00
Brad Fitzpatrick c5eff76d06 cmd/buildlet: add netbsd-386 and netbsd-arm to Makefile
Change-Id: Id16f34487de8db874d7b087e2fddda71a92bdf15
Reviewed-on: https://go-review.googlesource.com/c/build/+/167764
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-15 15:22:54 +00:00
Brad Fitzpatrick 3ce8d48fad crfs: fix a typo and misleading detail about TAR files
Change-Id: I8e01a5087a61694d932dcf594351845d80473258
Reviewed-on: https://go-review.googlesource.com/c/build/+/167758
Reviewed-by: Maisem Ali <maisem@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-14 21:54:53 +00:00
Bryan C. Mills 097ea78282 vcs-test: add a /insecure handler that redirects to plain HTTP
Updates golang/go#29591

Change-Id: I5c9899a475ba7521b49c3eef2679c104df0ae0f7
Reviewed-on: https://go-review.googlesource.com/c/build/+/167710
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2019-03-14 21:12:52 +00:00
Brad Fitzpatrick 83c6b6a7a2 dashboard: add some "exp" trybots back, clean up some config
Fixes golang/go#30781

Change-Id: I2672ca2949837c3cfe8fa6bd8011d1b9b43cca03
Reviewed-on: https://go-review.googlesource.com/c/build/+/167640
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-03-14 20:56:48 +00:00
Brad Fitzpatrick 61ce0be975 dashboard: increase timeout scale for longtest builders, add more CPU
Updates golang/go#25886

Change-Id: I5168e291ab77cbd3843bdc39e319a68dfa65aedd
Reviewed-on: https://go-review.googlesource.com/c/build/+/167638
Reviewed-by: Russ Cox <rsc@golang.org>
2019-03-14 18:00:18 +00:00
Brad Fitzpatrick db2b914331 dashboard: skip the "reboot" dist test on NetBSD due to disk space issues
The NetBSD builders apparently have a tiny filesystem.

And this test doesn't need to be run everywhere. A few builders is enough.

Fixes golang/go#30839

Change-Id: I60df10173112ef9957c0e4cd6d414a4c5efaa940
Reviewed-on: https://go-review.googlesource.com/c/build/+/167637
Reviewed-by: Bryan C. Mills <bcmills@google.com>
2019-03-14 16:08:15 +00:00