tree: 3b61eb1a85af74f331c168745233db32fb08f892 [path history] [tgz]
  1. buildongce/
  2. spanlog/
  3. .gitignore
  4. benchmarks.go
  5. builders.go
  6. builders_test.go
  7. coordinator.go
  8. coordinator_test.go
  9. dash.go
  10. debug.go
  11. deployment-dev.yaml
  12. deployment-prod.yaml
  13. Dockerfile
  14. Dockerfile.0
  15. gce.go
  16. kube.go
  17. log.go
  18. Makefile
  19. README.md
  20. remote.go
  21. remote_test.go
  22. reverse.go
  23. reverse_test.go
  24. service-dev.yaml
  25. service-prod.yaml
  26. status.go
  27. status_test.go
  28. version.sh
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.