tree: 3d1b5d4d0982598ef27e60630c2c8f08aa92cb37 [path history] [tgz]
  1. internal/
  2. protos/
  3. .gitignore
  4. builders.go
  5. builders_test.go
  6. coordinator.go
  7. coordinator_test.go
  8. dash.go
  9. debug.go
  10. deployment-prod.yaml
  11. deployment-staging.yaml
  12. Dockerfile
  13. log.go
  14. Makefile
  15. metrics.go
  16. modproxy.go
  17. modproxy_test.go
  18. module-proxy-service.yaml
  19. README.md
  20. remote.go
  21. remote_test.go
  22. results.go
  23. results_test.go
  24. sched.go
  25. sched_test.go
  26. service-prod.yaml
  27. service-staging.yaml
  28. status.go
  29. status_test.go
  30. style.css
  31. trybot_dev.go
  32. 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 navigate between the homepage, the dashboard, the builders page, and do limited local development and testing.

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.