Builders that are managed by the coordinator (VMs running on GCE or reverse buildlets, such as the new OS X builders) are listed here:
http://farmer.golang.org/builders
For design details about the coordinator, see http://golang.org/s/builderplan
Older-style builders are listed below. These builders are configured and run manually. The goal is to migrate as many as possible over to the new system.
title | description | owner | notes |
---|---|---|---|
dragonfly-amd64 | ? | @fupjack - Justin Sherrill | ? |
freebsd-arm-paulzhol | Cubiboard2 1Gb RAM dual-core Cortex-A7 (Allwiner A20) | @paulzhol - Yuval Pavel Zholkover | FreeBSD 11 r299674 with NODEBUG kernel (w/o INVARIANTS, WITNESS, DEADLKRES) |
nacl-arm-cheney | Raspberry Pi 3 | @davecheney | |
openbsd-arm | SolidRun CuBox-i4Pro, ARM Cortex A9 R2 792 MHz, 2GB RAM | @4a6f656c - Joel Sing | |
plan9-386-ducolombier | Intel Core 2 Quad Q8200 2.33 GHz, 6GB | @0intro - David du Colombier | Plan 9 from Bell Labs |
plan9-arm | Raspberry Pi 3 Model B | @0intro - David du Colombier | Plan 9 from Bell Labs |
plan9-amd64-9front | VM | @0intro - David du Colombier | 9front |
sync/atomic
requires runtime.NumCPU() > 1
to test more completely)GOGC
setting to avoid thrashing.) ~/.gobuildkey
or ~/.gobuildkey-host-foo-bar
or the file pointed to be env var $GO_BUILD_KEY_PATH
.while true; do buildlet -coordinator=farmer.golang.org -reverse-type=host-foo-bar -reboot=false; done
addBuilder
lines). Run tests. Send the CL.