@@ -18,19 +18,13 @@ https://github.com/golang/go/issues. Prefix your issue with
18
18
19
19
The main components of the Go build system are:
20
20
21
- * The ** dashboard** , in [ app/] ( https://dev.golang.org/dir/build/app ) , serves
22
- https://build.golang.org/ . It runs on App Engine and holds the state for
23
- which builds passed or failed, and stores the build failure logs for
24
- post-submit failures. (Trybot build failure logs are stored elsewhere).
25
- The dashboard does not execute any builds on its own.
26
-
27
-
28
21
* The ** coordinator** , in
29
22
[ cmd/coordinator/] ( https://dev.golang.org/dir/build/cmd/coordinator/ ) ,
30
- serves https://farmer.golang.org/ . It runs on GKE and coordinates the
31
- whole build system. It finds work to do (both pre-submit "TryBot" work,
32
- and post-submit work) and executes builds, allocating machines to run the
33
- builds. It is the owner of all machines.
23
+ serves https://farmer.golang.org/ and https://build.golang.org/ .
24
+ It runs on GKE and coordinates the whole build system. It finds work
25
+ to do (both pre-submit "TryBot" work, and post-submit work) and executes
26
+ builds, allocating machines to run the builds. It is the owner of all machines.
27
+ It holds the state for which builds passed or failed, and the build logs.
34
28
35
29
* The Go package in [ buildenv/] ( https://dev.golang.org/dir/build/buildenv/ )
36
30
contains constants for where the dashboard and coordinator run, for prod,
@@ -67,7 +61,7 @@ The main components of the Go build system are:
67
61
over the already-open TCP connection.
68
62
69
63
These three pools can be viewed at the coordinator's
70
- http ://farmer.golang.org/#pools
64
+ https ://farmer.golang.org/#pools.
71
65
72
66
73
67
* The [ env/] ( https://dev.golang.org/dir/build/env/ ) directory describes
0 commit comments