coordinator

command
v0.0.0-...-16694d9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 4, 2021 License: BSD-3-Clause Imports: 82 Imported by: 0

README

Coordinator

Running locally

Building, running tests, running locally is supported on Linux and macOS only.

Run

go run golang.org/x/build/cmd/coordinator --mode=dev --env=dev

to start a server on https://localhost:8119. Proceed past the TLS warning and you should get the homepage. Some features won't work when running locally, but you should be able to view the homepage and the builders page and do basic sanity checks.

Render the "Trybot Status" page locally

To view/modify the "Trybot Status" page locally, you can run the coordinator with the -dev tag.

go run -tags=dev golang.org/x/build/cmd/coordinator --mode=dev --env=dev

Then visit https://localhost:8119/try-dev in your browser. You should see a trybot status page with some example data.

Documentation

Overview

The coordinator runs the majority of the Go build system.

It is responsible for finding build work and executing it, reporting the results to build.golang.org for public display.

For an overview of the Go build system, see the README at the root of the x/build repo.

Directories

Path Synopsis
dashboard
Package dashboard contains the implementation of the build dashboard for the Coordinator.
Package dashboard contains the implementation of the build dashboard for the Coordinator.
Package metrics enumerates the set of Stackdriver metrics used by the Go build system.
Package metrics enumerates the set of Stackdriver metrics used by the Go build system.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL