tree: 782bd41cb74575d15de7b1dcecacd627ba4357a2 [path history] [tgz]
  1. cmd/
  2. demo-page-assets/
  3. docs/
  4. go/
  5. k8s-config-templates/
  6. k8s-instances/
  7. modules/
  8. pages/
  9. static/
  10. .eslintrc.js
  11. .gitignore
  12. BUILD.bazel
  13. create-github-token-secret.sh
  14. create-gold-corp-sa.sh
  15. create-gold-public-sa.sh
  16. gold_launcher.bzl
  17. Makefile
  18. probersk.json
  19. README.md
golden/README.md

Gold Correctness

For information on setting up or using Gold, see these docs.

For an architectural overview, see: https://docs.google.com/document/d/1U7eBzYrZCPx24Lp9JH2scKj3G8Gr8GRtQJZRhdigyRQ/edit

To run Gold locally, see: https://skia.googlesource.com/infra-internal/+show/c6fad0bec78c6768ce7e4187606325216dd438ed/scripts/start-gold-chrome-gpu.sh

Backend Storage

Gold uses CockroachDB to store all data necessary for running the backend servers. (Caveat: We are in the middle of a migration towards this goal.)

For production-specific advice, see docs/PROD.md.