Update the expected number of reverse buildlets to describe
the current state more accurately.
Update the windows-arm64 alias to point to windows-arm64-11,
since it's more available and used for most recent releases.
For golang/go#51546.
Updates golang/go#47019.
Change-Id: I5ae1a764efd21da4155ab002f20ad974b098b023
Reviewed-on: https://go-review.googlesource.com/c/build/+/391136
Reviewed-by: Carlos Amedee <carlos@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Don't build the vulndb repo for Go 1.16 (and earlier).
It contains only code used by the Go team, so it need
not work on older Go versions.
Change-Id: Ic936e98f13ad897a138ece415fcda9e28084c21a
Reviewed-on: https://go-review.googlesource.com/c/build/+/388934
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This builder is identical to the current linux-amd64-unified builder
config, except it sets GOEXPERIMENT=nounified instead to ensure we
maintain coverage after switching the default mode.
Fixesgolang/go#51397.
Change-Id: If0ffbf251337db3addce61618784501c7a20283f
Reviewed-on: https://go-review.googlesource.com/c/build/+/388494
Trust: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Robert Findley <rfindley@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The purpose of this builder will be to test Go with a non-default
value of the new GOAMD64 environment variable.
For golang/go#48505.
Updates golang/go#45453.
Change-Id: Ic7bf0bd45f3539530ac6540cc3609f87cfdab6f7
Reviewed-on: https://go-review.googlesource.com/c/build/+/386116
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
In this package, there are uses of atLeastGo1, MinimumGoVersion, GoDeps,
and addMiscCompileGo1 to prevent builds from running on Go commits that
don't meet the minimum Go version requirement.
At this point in time, Go 1.17 and 1.16 are the supported releases,
and coordinator doesn't test anything older. Remove various checks
from build policies that become redundant due to being always true.
Similarly, the misc-compile-darwinarm64 TryBot no longer needs to
be special, so we can divide misc-compile TryBot work more evenly.
Change-Id: I3a4804d18b1cdff1e46427cd8e73167aa18d8a35
Reviewed-on: https://go-review.googlesource.com/c/build/+/386115
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
The builder named "linux-amd64" was updated from Stretch to Bullseye
in CL 343633, so it's worthwhile for the linux-amd64-stretch builder
to be running post-submit builds.
Updates golang/go#47721.
Change-Id: I5d42af77771789724a5e6ffdc9260ab15e845752
Reviewed-on: https://go-review.googlesource.com/c/build/+/386114
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
The Windows 11 ARM64 builder is experiencing occasional OOMs while
building tests. Reducing GOMAXPROCS will reduce the go command's
parallelism and hopefully prevent them.
For golang/go#51019.
Change-Id: Ia4bfdddaca178c130b9b57087a66a54cff903a05
Reviewed-on: https://go-review.googlesource.com/c/build/+/385182
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Auto-Submit: Heschi Kreinick <heschi@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
This change update the linux-[386|amd64]-longtest builders to use
Debian bullseye. This Debian bullseye has been updated to include utilities
required for cmd/go tests.
Fixesgolang/go#48802
Change-Id: I2884e8b81d71fc45c1405149bb08c98ddca821cd
Reviewed-on: https://go-review.googlesource.com/c/build/+/384295
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Either 45 minutes wasn't enough, or these things are hanging forever.
Give them even more time so we can figure out which.
For golang/go#49666.
Change-Id: Ia8da50f06d828d508226bf01a3d53e5790a648e6
Reviewed-on: https://go-review.googlesource.com/c/build/+/384294
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
We retry these forever, so regardless of how you feel about the speed of
the build, letting them finish is better than that.
Fixesgolang/go#49666.
Change-Id: Id5f9e1124f77047bcc6c73675f47c2acd90231b3
Reviewed-on: https://go-review.googlesource.com/c/build/+/382978
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Debian jessie is out of LTS support. This change removes
the Debian jessie based builders:
- use linux-x86-stretch for the misc-compile builders.
- linux-x86-jessie host has been removed.
- documentation for the linux-x86-clang builders have been updated.
- documentation throughout the repo has been updated.
For golang/go#47721
Change-Id: Ia2e916ea94fe8e6adb8f5a56d6c7319817de75e2
Reviewed-on: https://go-review.googlesource.com/c/build/+/383154
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Trust: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This reverts commit 015a2a0c58 (CL 382055).
Reason for revert: It's failing the cmd/dist staleness check very early in the run.
Change-Id: I6a0c674caaade46e20de15ba6a906a06eeb9cdf9
Reviewed-on: https://go-review.googlesource.com/c/build/+/382936
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Alex Rakoczy <alex@golang.org>
Run-TryBot: Alex Rakoczy <alex@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Bryan and I discussed that it might be a good idea to move the logic
that sets -mmacosx-version-min=nnn via CGO_CFLAGS on GOOS=darwin from
x/build/cmd/release to the cmd/go command. That way, if a problem
happens, it's reported not only during tests that the release script
runs, but also during normal pre/post-submit builders, thus sooner.
Until that happens (and in case it doesn't), set this environment
variable on at least one of our darwin/amd64 builders to improve
our test coverage for this edge case. This is inexpensive to do
compared to adding an entire new builder, and can be done quickly.
This is one of minor differences in environment between the tests
that run during by builders and during the release, and the long
term plan to catch all of them is still via nightly releases.
For golang/go#50892.
Updates golang/go#29205.
Change-Id: I5dd9a2f1dd457f54db6590d4ee181f81df8f7c38
Reviewed-on: https://go-review.googlesource.com/c/build/+/382055
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
This reduces the freebsd-amd64-race builder to 4 vCPUs instead of 16,
which should also reduce the default GOMAXPROCS and default
-test.parallel settings on that builder.
The theory is that by switching to a standard CPU-to-RAM ratio, we
will avoid OOMing in memory-bound x/tools tests, which scale their
parallelism by GOMAXPROCS rather than the machine's total RAM size.
For golang/go#49347
Change-Id: I6960efc5636fef7d2e6197aee33212a7823f0970
Reviewed-on: https://go-review.googlesource.com/c/build/+/382058
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Avoid the OOM killer.
Fixesgolang/go#50084
Change-Id: I6e142bf8484d50392a360c3be9205ce223304bdc
Reviewed-on: https://go-review.googlesource.com/c/build/+/381514
Trust: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The benchmarks in the perf builder may take several hours to complete.
Extend the VM deletion timeout so that they stick around long enough to
complete benchmarking.
For golang/go#49207.
Change-Id: I3e9d2a1df657406ef0f80b9c0cb713df3b716ca8
Reviewed-on: https://go-review.googlesource.com/c/build/+/378336
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
The Loongson 3A4000 is out performance other mips
machine, we can run more sub-repo testes.
Change-Id: Ic2ae8f582174ad4ed7815ffdf92665cfe5071d74
Reviewed-on: https://go-review.googlesource.com/c/build/+/378534
Trust: Zhuo Meng <mzh@golangcn.org>
Run-TryBot: Zhuo Meng <mzh@golangcn.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Allow individual host configurations to override the VM delete timeout
if they are using for longer than normal builds.
For golang/go#49207.
Change-Id: I9c5c80e5ee7dac2375cff17c64871ae2211f6309
Reviewed-on: https://go-review.googlesource.com/c/build/+/378334
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Remove freebsd 12.2, which is replaced by 12.3 with the XSAVE fix.
Move freebsd 11.* to N2 machines, which are not affected.
Remove openbsd and netbsd e2/n1/n2/n2d-specific configurations now that
we have mostly understood the nature of that problem. Keep one around so
that the runtime team can create gomotes. Move the "official" builder to
the n2 cpu that works.
For golang/go#49967, golang/go#49209, golang/go#40561.
Fixesgolang/go#50496.
Change-Id: If6989317f06cbec95d5addb19d9e968aecfa3f8a
Reviewed-on: https://go-review.googlesource.com/c/build/+/377474
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Add a new host type, host-windows11-arm64-mini. It should support both
ARM64 and ARM builds but for starters let's focus on ARM64.
For golang/go#48946, golang/go#47019.
Change-Id: I7ff07a97661fb6621237b9801ff0d0e338c6d4f4
Reviewed-on: https://go-review.googlesource.com/c/build/+/377696
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Alex Rakoczy <alex@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
These were responses to comments in a prior CL that I neglected
to mail.
Change-Id: I9a68fe743ad8cb39860250da0fc2f06215270880
Reviewed-on: https://go-review.googlesource.com/c/build/+/377454
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
These are the builders identified in the logs in golang/go#50191, and
associated builders with the same owners (which I assume are likely to
employ the same DNS servers).
For golang/go#50191
Change-Id: I5906782c6a63a001b0ba1194cffad08de2d8ce6a
Reviewed-on: https://go-review.googlesource.com/c/build/+/372294
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The vulndb repo is not intended for external use. It consists of some
binaries and servers used by the Go team for vulnerability work. So
there is no need for it to build on a variety of systems and Go
versions. In fact, it only needs to work on the current version of Go
on vanilla Linux.
Fixesgolang/go#50472
Change-Id: I37bc0136ad92f2b959ff8ef4e89c3bde3a2d31d6
Reviewed-on: https://go-review.googlesource.com/c/build/+/375957
Trust: Jonathan Amsterdam <jba@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
FreeBSD 11.4 will have reached its end of life by the time go1.18 has
been released. This change disables its use for go1.18 and beyond.
Fixesgolang/go#49491
Change-Id: I3a92809d11c3e9166fbd220aa8fec009f920a597
Reviewed-on: https://go-review.googlesource.com/c/build/+/376355
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Including the fix for the XSAVE kernel bug.
For golang/go#46272.
Change-Id: Ie3a74db9199ac18c256447847c6cbd39105a8d00
Reviewed-on: https://go-review.googlesource.com/c/build/+/375374
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
We added a workaround in runtime/race on all supported versions
of Go (tip, 1.17, 1.16). This should not be necessary now.
Fixesgolang/go#49940.
Updates golang/go#49138.
Change-Id: Idd337785571fa6f429435b31d22d34bf3b346ff2
Reviewed-on: https://go-review.googlesource.com/c/build/+/374334
Trust: Cherry Mui <cherryyz@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This change adds a privileged flag for builders.
Updates golang/go#47521
Change-Id: Icbc72bc21dd4345da65c2e231f0f59af5dd05ca1
Reviewed-on: https://go-review.googlesource.com/c/build/+/370661
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alex Rakoczy <alex@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
The builder has been missing for a number of weeks and isn't showing
signs of coming back. We have test coverage for linux/riscv64 via two
other builders, and Brad said he was happy to stop running this one,
so removing it is a good next step. Thanks for the service it provided!
Fixesgolang/go#49325.
Change-Id: I077edaa9b0155201f08f6a59d3e4b6d69a633797
Reviewed-on: https://go-review.googlesource.com/c/build/+/369214
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
The work needed to resolve go.dev/issue/49616 looks
to be complete, and the builder is passing reliably.
Updates golang/go#49616.
Change-Id: I90253c7751f97f081496abe90b1e827992afaf6e
Reviewed-on: https://go-review.googlesource.com/c/build/+/369255
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Plan 9 has a non-standard "git" CLI,
and x/review contains only a git hook.
Change-Id: I9b77ae772afa714e95d814b038a4ebedbd95151c
Reviewed-on: https://go-review.googlesource.com/c/build/+/368154
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: David du Colombier <0intro@gmail.com>
This change removes an unnecessary builder from the logic used to run
a build on boring crypto changes.
Updates golang/go#47845
Change-Id: I2223db8907feea72a80cdeb5629abc02512ee0f2
Reviewed-on: https://go-review.googlesource.com/c/build/+/368155
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
We recently migrated in CL 354757 from n1 to e2 hosts around the same
time issues started appearing with these builders. n1 hosts are notably
different in that they are older generation CPUs with hyperthreading
disabled.
e2 hosts may sometimes be AMD CPUs. n2d hosts are always AMD,
so this helps bisect the problem. n2 hosts are always Intel.
For golang/go#49209
Change-Id: I60334b44e192b0b95293891b380f2a89227b9235
Reviewed-on: https://go-review.googlesource.com/c/build/+/367534
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
CL 363474 added a 2012 builder, which is good, but it also took a major
step in sunsetting Windows 7 support by removing all 2008 builders from
trybots and for Go 1.18+. This will surely bitrot Windows 7 support and
force us to remove support for it, which isn't okay. Rather than line up
dominoes to force our hand on policy, such huge policy changes with
sweeping ramifications should be properly decided.
So, this commit keeps the 2008 builders in the running, alongside the
2012 ones.
Updates golang/go#47845.
Updates golang/go#49490.
Change-Id: I574f51ea22f638d2f9b09fcd00fdfc3097631771
Reviewed-on: https://go-review.googlesource.com/c/build/+/366656
Trust: Jason A. Donenfeld <Jason@zx2c4.com>
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Jason A. Donenfeld <Jason@zx2c4.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Accidentally removed in the fix for an accidental removal because I am
in too much of a hurry today.
Change-Id: I67a5518f36b051c2e99c0d3cabed3d61ce3401e9
Reviewed-on: https://go-review.googlesource.com/c/build/+/366234
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
This change updates the version of FreeBSD used for the
freebsd-amd64-race builder to 13.0. The slowbot aliases have been
updated to use FreeBSD 13.0.
Updates golang/go#46272
Updates golang/go#45903
Change-Id: I1092f9e6bf66a9f429b463dce5d0d5647d44eec8
Reviewed-on: https://go-review.googlesource.com/c/build/+/365616
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
We need this on every build and I forgot to put it on the new ones. Move
it to the host where it's not forgettable.
Hopefully fixesgolang/go#49723.
Change-Id: I9263f8aa9d847250bb438f59c04fe48bcfd5b1da
Reviewed-on: https://go-review.googlesource.com/c/build/+/366136
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Forgot to do this in CL 365777.
For golang/go#49149.
Change-Id: I50d090d84408898b4ceb19da660de9c3a79beeda
Reviewed-on: https://go-review.googlesource.com/c/build/+/366134
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
- Add more Monterey builders and remove the known issue: it's stable.
Also use it for race and nocgo. Update slowbot aliases to point to it.
- Don't test 1.16 on OpenBSD 7.0, it segfaults.
- Pin the Linux (ContainerOS) builders to an older version to avoid the
pprof kernel bug.
For golang/go#49065, golang/go#49149, and golang/go#48977.
Change-Id: Ibec2fa735183ec65e5066c7c752ac356b7360550
Reviewed-on: https://go-review.googlesource.com/c/build/+/365777
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
We recently migrated in CL 354757 from n1 to e2 hosts around the same
time issues started appearing with these builders. n1 hosts are notably
different in that they are older generation CPUs with hyperthreading
disabled.
For golang/go#49209
Change-Id: I8b6822fbd4910602f61d504b34580282c97c0ca7
Reviewed-on: https://go-review.googlesource.com/c/build/+/365776
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Take a small step to bring the dashboard
towards the current state of the builder.
For golang/go#49325.
Change-Id: I4a2aa4efcb374ad6d2affa167e0eba2c55f52e50
Reviewed-on: https://go-review.googlesource.com/c/build/+/365695
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
This change adds builders for FreeBSD 13.0.
Updates golang/go#46272Fixesgolang/go#45903
Change-Id: I92f68f8d5eeee2d3bae8864dbfe5ee61b93ea677
Reviewed-on: https://go-review.googlesource.com/c/build/+/365314
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
I'm not 100% sure they'll work, so just one for now.
I've updated the documentation according to my very shaky understanding.
For golang/go#49149.
Change-Id: Ic8f3b7fe96a1a6c18c0940a4aa2d08ec9dc2138b
Reviewed-on: https://go-review.googlesource.com/c/build/+/365194
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
all.bash takes a long time on these builders. I'll keep an eye on them
to see if it causes trouble.
For golang/go#48977.
Change-Id: I0239a93c004157855968dab397e68abe38f5f439
Reviewed-on: https://go-review.googlesource.com/c/build/+/364094
Trust: Heschi Kreinick <heschi@google.com>
Run-TryBot: Heschi Kreinick <heschi@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Also set ExpectNum 2, since there are 2 known reverse builders.
Updates golang/go#49557.
Change-Id: I639f88701b62004619b8dbeacda79cb2469d1595
Reviewed-on: https://go-review.googlesource.com/c/build/+/363984
Reviewed-by: Heschi Kreinick <heschi@google.com>
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Prefer displaying GitHub usernames for convenience of pinging in GitHub
issues, since all current builder owners have them. Keep it possible to
use an email or something else if no GitHub account exists.
Update the owner of the Corellium builders to be individual GitHub
account, so that it can be pinged in an issue. The GitHub organization
is already mentioned in the builder notes.
Also switch to html/template (instead of text/template) for rendering
the builders page.
Fixesgolang/go#49596.
Change-Id: I89a96eb8f7a3057bc1f3aaee16abc9c776c45ee7
Reviewed-on: https://go-review.googlesource.com/c/build/+/363983
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
x/review is fairly disk-intensive (it shells out to 'git'), and also
mostly for use by Go contributors (a smaller subset of Go users in
general). It frequently times out on two particular 32-bit builders.
I don't think we particularly need the coverage from those two
builders for this repo, so rather than trying to speed up the test or
tweak the scale factors, let's just skip it.
Fixesgolang/go#49529Fixesgolang/go#49530
Change-Id: I8da1216ebdf9287ae78d52bb03187b65eb33c9ee
Reviewed-on: https://go-review.googlesource.com/c/build/+/363495
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>