tree: f43ffe4fc28f91d18a8a24b737045817f769f1e3
  1. alerts/
  2. autoroll/
  3. bugchomper/
  4. build_scheduler/
  5. buildbots/
  6. common/
  7. ctfe/
  8. datahopper2/
  9. debugger/
  10. docs/
  11. fiddle/
  12. fuzzer/
  13. goldserver/
  14. grandcentral/
  15. internal/
  16. monitoring/
  17. monitoring-staging/
  18. perf/
  19. push/
  20. pushable-systemd-snapshot/
  21. skfe/
  22. status/
  23. tracedb/
  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.