tree: dc1350da78b67a4de0ee4793ddf8eb47560aa359 [path history] [tgz]
  1. internal/
  2. metrics/
  3. protos/
  4. .gitignore
  5. builders.go
  6. builders_test.go
  7. coordinator.go
  8. coordinator_test.go
  9. dash.go
  10. debug.go
  11. deployment-prod.yaml
  12. deployment-staging.yaml
  13. Dockerfile
  14. log.go
  15. Makefile
  16. metrics.go
  17. modproxy.go
  18. modproxy_test.go
  19. module-proxy-service.yaml
  20. README.md
  21. remote.go
  22. remote_test.go
  23. results.go
  24. results_test.go
  25. sched.go
  26. sched_test.go
  27. service-prod.yaml
  28. service-staging.yaml
  29. status.go
  30. status_test.go
  31. style.css
  32. trybot_dev.go
  33. version.sh
cmd/coordinator/README.md

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.