From fc308971ff06504290f34bc6d58bae59fe613380 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Mon, 4 Feb 2019 23:54:08 -0500 Subject: [PATCH] Delete section about old-style builders, since they're no longer around. --- DashboardBuilders.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/DashboardBuilders.md b/DashboardBuilders.md index c91dd77f..c0eb9079 100644 --- a/DashboardBuilders.md +++ b/DashboardBuilders.md @@ -18,17 +18,6 @@ For design details about the coordinator, see https://golang.org/s/builderplan 1. Add a builder type to https://github.com/golang/build/blob/master/dashboard/builders.go (see the `addBuilder` lines). Run tests. Send the CL. 1. Have golang-dev deploy it. -## Old-style builders - -Older-style builders are listed below. These builders are configured and run manually. The bug https://github.com/golang/go/issues/21191 tracks migrating the remaining ones over to the new system. - -| **title** | **description** | **owner** | **notes** | -|:----------|:----------------|:----------|:----------| -| nacl-arm-cheney | Raspberry Pi 3 | @davecheney | | -| openbsd-arm | SolidRun CuBox-i4Pro, ARM Cortex A9 R2 792 MHz, 2GB RAM | @4a6f656c - Joel Sing | | -| 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 | - # Builder Requirements * internet connection (at least be able to access Google and https://build.golang.org) * preferably with two or more (V)CPUs, as at least one test (` sync/atomic ` requires ` runtime.NumCPU() > 1 ` to test more completely)