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