tree: 3a68d6f1bd483733e6af65b59c38b270d7fa9c64
  1. alerts/
  2. autoroll/
  3. bugchomper/
  4. build_scheduler/
  5. buildbots/
  6. ctfe/
  7. datahopper2/
  8. debugger/
  9. docs/
  10. fuzzer/
  11. goldserver/
  12. grandcentral/
  13. internal/
  14. monitoring/
  15. monitoring-staging/
  16. perf/
  17. push/
  18. pushable-snapshot/
  19. pushable-systemd-snapshot/
  20. skfe/
  21. status/
  22. tracedb/
  23. webtry/
  24. __init__.py
  25. compute_engine_cfg.py
  26. README.md
compute_engine_scripts/README.md

Compute Engine Scripts

Each sub directory sets up at least one VM in GCE. If an instance wants to use the push/pulld system for deployment it needs to be based on the ‘skia-systemd-pushable-base’ snapshot that is derived from the pushable-systemd-snapshot GCE insance.

Important: The ‘pushable-systemd-pushable-base’ is based on an Ubuntu image and therefore automatic updating is enabled. git is also installed on skia-systemd-pushable-base by default. VM creation scripts that use this snapshot should not run:

$ apt-get upgrade -y

in their startup script or during VM creation.