tree: b9402e836c1dc77fbc75841fbd8986c91b94e21f [path history] [tgz]
  1. buildongce/
  2. .gitignore
  3. builders.go
  4. builders_test.go
  5. coordinator.go
  6. coordinator_test.go
  7. dash.go
  8. debug.go
  9. Dockerfile
  10. Dockerfile.0
  11. gce.go
  12. kube.go
  13. log.go
  14. Makefile
  15. README.md
  16. remote.go
  17. remote_test.go
  18. reverse.go
  19. reverse_test.go
  20. status.go
  21. status_test.go
cmd/coordinator/README.md

Coordinator

Running locally

Run

go install golang.org/x/build/cmd/coordinator && coordinator --mode=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.