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>
The plan9 builders have relatively slow filesystems, and the website
repo is relatively filesystem-intensive — many of its tests walk and
process large trees of website content.
Instead of trying to precisely tune the x/website tests to pass on the
plan9 builders, let's skip this repo on them.
For golang/go#49338.
Change-Id: Ieaf50fb6955a6b39012a23ff72e61c1c31e4ce7c
Reviewed-on: https://go-review.googlesource.com/c/build/+/362975
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>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This change adds a Windows 386 builder with version 2012 of Windows
server. It replaces Windows 2008 as the version of Windows used for
trybot runs. It also ensures Go 1.17 is the latest version of go being
tested on Windows 2008 builders. Windows 2008 has reached its end of
life and will be phased out.
Updates golang/go#47845Fixesgolang/go#49490
Change-Id: I2307c68a74dfb41eb6a1a24177cc58835989d56b
Reviewed-on: https://go-review.googlesource.com/c/build/+/363474
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Since this builder doesn't build the go repo, it will be waiting forever
for a snapshot. Instead, just build Go for each run.
For golang/go#49207
Change-Id: I34a73b507278db402c478b4f5956633996772aae
Reviewed-on: https://go-review.googlesource.com/c/build/+/361754
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>
Add a new builder to run the x/benchmarks performance tests on
linux-amd64.
For now, this runs on a GCE C2 instance type, as these instances have
well-defined, consistent CPUs and other server architecture components.
In basic noise testing, even standard VMs of this type appear to be
fairly low noise. As we gain experience with actual monitoring, we may
change this to a sole-tenant VM type or even a dedicated machine if
necessary.
For golang/go#49207
Change-Id: I17eaeeb5349af925249940bebd5b860a2579e6df
Reviewed-on: https://go-review.googlesource.com/c/build/+/354311
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Add initial support for running the performance tests from x/benchmarks.
Since there are a variety of different test suites (some `go test`,
bent, etc), x/benchmarks provides a basic wrapper command,
golang.org/x/benchmarks/cmd/bench which know the minute details. The
coordinator just needs to run that one command.
This build mode is limited to builds of x/benchmarks on builders with
RunBench set to true. Currently there are none, a future CL will add the
initial such linux-amd64 builder.
For golang/go#49207
Change-Id: Ie006ec4a3757a5c2fed0925a3f9eb91edeaa5224
Reviewed-on: https://go-review.googlesource.com/c/build/+/361417
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Running benchmarks has been disabled since 2018. Remove all the code to
keep things more maintainable and understandable.
We will be adding new benchmarking support soon, and may reuse some of
this code, but don't want half-working code adding confusion.
For golang/go#49207.
Change-Id: I11d52b0315bed4d91651c162af11853895012868
Reviewed-on: https://go-review.googlesource.com/c/build/+/354315
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
The PATH issue that prompted us to skip these repos appears to be
fixed as of CL 354754.
The x/review repo had also been failing, apparently due to the same
PATH issue, and is now passing:
https://build.golang.org/log/5d976685f5d214a02a754b4327387f9fa101f256Fixesgolang/go#31567
Change-Id: I5c92688768823e503c757d2282ad012c7dc57519
Reviewed-on: https://go-review.googlesource.com/c/build/+/354755
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>
vulndb currently uses a dependency which does not build cleanly on
this os/arch combo. Until that issue is resolved, skip (this code is
not intended to be run on a large variety of systems, so it should be
fine for the foreseeable future.)
Fixesgolang/go#49218
Change-Id: I174daf963dbb4493141330bae55398e9f97f0fc1
Reviewed-on: https://go-review.googlesource.com/c/build/+/360414
Trust: Roland Shoemaker <roland@golang.org>
Trust: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Roland Shoemaker <roland@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
These builders have been missing for some time. Annotate them with the
appropriate issues so that people are aware.
For golang/go#48772
For golang/go#49048
Change-Id: Icb742bf15a6d8afbc55cee3ecbf36db6984eeba4
Reviewed-on: https://go-review.googlesource.com/c/build/+/357550
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
e2 and n2d instances do not support specifying a MinCPUVersion or
NestedVirt.
For golang/go#48969
Change-Id: I0c4b359b29cd24302b869748014f848a9b7b5e39
Reviewed-on: https://go-review.googlesource.com/c/build/+/356071
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>
Reviewed-by: Carlos Amedee <carlos@golang.org>
We should have similar performance for these machines, and increased
memory availability in some areas.
This is also compliant with an internal policy change.
Change-Id: I07a452a07431322d6fdd4edbb98c5914045d34ed
Reviewed-on: https://go-review.googlesource.com/c/build/+/354757
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
All of the subrepos we test use modules, so GOPATH test mode here is
unused and can be deleted.
Fixesgolang/go#48875
Change-Id: Id5143e9fcad7fc91e8e0f63dcca35f5661be5a03
Reviewed-on: https://go-review.googlesource.com/c/build/+/355089
Trust: Michael Pratt <mpratt@google.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
In CL 353549 I refactored environment-handling in the buildlet such
that an explicit per-host GOROOT_BOOTSTRAP environment configured in
dashboard/builders.go overrides the latent GOROOT_BOOTSTRAP value on
the host. (The entry in dashboard/builders.go may omit
GOROOT_BOOTSTRAP entirely to defer to the host environment.)
That change caught out a previously-unnoticed configuration mismatch
for the host-ios-arm64-corellium-ios builder: its entry in
dashboard/builders.go indicated
"GOROOT_BOOTSTRAP=/var/mobile/go-ios-arm64-bootstrap",
but (as shown in previous builder logs¹) it was actually using
"GOROOT_BOOTSTRAP=/var/root/go-ios-arm64-bootstrap".
The latter empirically exists on the builder, while the former
does not.
¹https://build.golang.org/log/4da918256e30f3442be7885019dc2d17bc718e0d
For golang/go#33598.
Change-Id: I09e5f83b46f23d5a4744c752fb66fcd4b33e4cff
Reviewed-on: https://go-review.googlesource.com/c/build/+/354752
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>
We don't need GOARCH and GOHOSTARCH for linux-mipsle-mengzhuo since
this box is mips64le dispite the name.
Change-Id: I81253de96141513d7ee54c8b8bd21fe2c482fc72
Reviewed-on: https://go-review.googlesource.com/c/build/+/346271
Reviewed-by: Meng Zhuo <mzh@golangcn.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Meng Zhuo <mzh@golangcn.org>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
TryBot-Result: Go Bot <gobot@golang.org>
linux-riscv64-unmatched almost stalled by sub-repo builds (> 1000).
We might speed it up by enable snapshot although it has a slow uplink.
Change-Id: I904a235498e4c35b1e1ebe8bea960fe2fb03dded
Reviewed-on: https://go-review.googlesource.com/c/build/+/349029
Trust: Meng Zhuo <mzh@golangcn.org>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Regabi on AMD64 is now always enabled and cannot be disabled by
GOEXPERIMENT. It is not necessary to keep those builders.
Updates golang/go#40724.
Change-Id: I7c0d7782ad9e76a60c40675bec97dfe0a23833cf
Reviewed-on: https://go-review.googlesource.com/c/build/+/347390
Trust: Cherry Mui <cherryyz@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
The reboot test verifies that the modified version of Go can be used
for bootstrapping purposes. The js-wasm builder is configured with
GOHOSTOS=linux and GOHOSTARCH=amd64 so that it builds packages and
commands for host, linux/amd64, which is used during bootstrapping
in the reboot test. Since this doesn't provide additional coverage
beyond what we get from linux-amd64's execution of the reboot test,
disable this test on the js-wasm builder.
Also remove some accidental duplicate code.
For golang/go#35170.
Change-Id: Ic770d04f6f5adee7cb836b1a8440dc818fdc5e5b
Reviewed-on: https://go-review.googlesource.com/c/build/+/347295
Trust: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
It takes >15m to complete api and reboot tests for
Hifive unmatched which we don't need.
Change-Id: Ie4535264d2e8ef4496c54fb5f412d5ec773f538a
Reviewed-on: https://go-review.googlesource.com/c/build/+/346709
Trust: Meng Zhuo <mzh@golangcn.org>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
This removes the linux-arm-arm5spacemonkey builders. They have been
missing for an extended period of time and there is no timeline for fixing them.
Updates golang/go#35740Fixesgolang/go#41027
Change-Id: I4a7bdbf890f4a35201a826d2049693dd2eec6524
Reviewed-on: https://go-review.googlesource.com/c/build/+/346530
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>
This adds a reverse buildlet for linux riscv64 running under
Hifive Unmatched.
For golang/go#46804.
Change-Id: If5ed8b47205cecebcb90a4d1b03c463e1eb466c7
Reviewed-on: https://go-review.googlesource.com/c/build/+/329489
Trust: Meng Zhuo <mzh@golangcn.org>
Run-TryBot: Meng Zhuo <mzh@golangcn.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Binaries are failing to run with an 0xc000007b error. The cause is
unknown. See the issue for details.
For golang/go#47019
Change-Id: Ie0145a8cbe97745b632e420466fe13f6ff35fe17
Reviewed-on: https://go-review.googlesource.com/c/build/+/345330
Trust: Alexander Rakoczy <alex@golang.org>
Run-TryBot: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
The build is failing with 0xc000007b, which is an architecture mismatch.
Instead, just set GOARM=7, which is aligned with the windows-arm-zx2c4
builder we are replacing.
For golang/go#47019
Change-Id: I1f2aa18f6cdeb0dca4b234a164b915f2148f3936
Reviewed-on: https://go-review.googlesource.com/c/build/+/345130
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>
This adds a windows-arm builder using host-windows-arm64-mini hosts. The
new BuildConfig has a KnownIssue until we can verify that the builders
are building correctly.
For golang/go#47019
Change-Id: I0505d4dc367dbb687290facbddc718eb13567025
Reviewed-on: https://go-review.googlesource.com/c/build/+/344990
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>
Reviewed-by: Carlos Amedee <carlos@golang.org>
This change updates various linux-amd64 builders after the release of
bullseye:
- linux-amd64 has been updated to bullseye.
- linux-amd64-nocgo has been updated to bullseye.
- linux-amd64-noopt has been updated to bullseye.
- linux-amd64-ssacheck has been updated to bullseye.
- linux-amd64-racecompile has been updated to bullseye.
- linux-amd64-race has been updated to bullseye.
- linux-amd64-jessie has had the notes updated.
- misc-compile has been updated to bullseye.
Fixesgolang/go#47721
Change-Id: I29c5d76da6ad6b28647bd423a8ef7dc13b919ca2
Reviewed-on: https://go-review.googlesource.com/c/build/+/343633
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>
This change updates various linux-386 builders after the release of
bullseye:
- linux-386 has been updated to bullseye.
- linux-386-jessie has had the notes updated.
- linux-386-buster has been added.
Updates golang/go#47721
Change-Id: Iab0048fcad4d51839013074a51ad37b424d3a7af
Reviewed-on: https://go-review.googlesource.com/c/build/+/343632
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>
The linux-386-387 was only in use for Go 1.15 development. It is being
removed as there is no further development for Go 1.15.
For golang/go#40255
For golang/go#41799
Change-Id: If636c0099bce195e227a5036842ace92e8305fc9
Reviewed-on: https://go-review.googlesource.com/c/build/+/342895
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This change removes the openbsd-{386,amd64}-62 builders and associated
hosts. They were only being used for Go 1.15 development, which has
now now concluded.
For golang/go#42426
Change-Id: I6398bf2cac7cdaa17537e3e04ead0b934bbe4220
Reviewed-on: https://go-review.googlesource.com/c/build/+/342896
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This change adds the host-linux-bullseye host as well as the
configuration for the host. The linux-amd64-bullseye builder has been
added in this change as well.
Fixesgolang/go#47720
Change-Id: I607f937133a0db3ed6a841f53dc7fef5e310a5a4
Reviewed-on: https://go-review.googlesource.com/c/build/+/342630
Trust: Carlos Amedee <carlos@golang.org>
Run-TryBot: Carlos Amedee <carlos@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Alexander Rakoczy <alex@golang.org>
dev.typeparams has been merged to master, so continue testing that
GOEXPERIMENT=unified works there too.
Updates golang/go#46786.
Change-Id: Iea048ef081f4c40a5b1c516a7c0d68178fd0b196
Reviewed-on: https://go-review.googlesource.com/c/build/+/341931
Trust: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This change modifies the environmental variables for the linux-arm-aws
builder. It standardizes the environment that the linux/arm is tested
and released on.
Fixesgolang/go#47554
Change-Id: Ie96ad93be20434636f29ab9c778fbed12fdb8d82
Reviewed-on: https://go-review.googlesource.com/c/build/+/340112
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>
This builder is no longer needed since 6.0 is out already and DragonFly
BSD can only support current RELEASE and bleeding-edge (tip). This was
discussed in golang.org/issue/46351. For ongoing work to migrate the
DragonFly BSD builders to GCE, see golang.org/issue/23060.
Fixesgolang/go#46351.
Change-Id: I5f5c69e3359ba3dbddd3c520fb939e8e2e34352b
GitHub-Last-Rev: 2004e2abcc
GitHub-Pull-Request: golang/build#36
Reviewed-on: https://go-review.googlesource.com/c/build/+/332129
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Trust: Cherry Mui <cherryyz@google.com>