tree: 4a0b6a7341ebd25c19a492a2b7737e495aa8c263 [path history] [tgz]
  1. alerts/
  2. android_ingest/
  3. android_perf/
  4. autoroll/
  5. buildbots/
  6. common/
  7. cq_watcher/
  8. ct_master/
  9. ctfe/
  10. datahopper2/
  11. debugger/
  12. docs/
  13. fiddle/
  14. fuzzer/
  15. goldserver/
  16. imageinfo/
  17. internal/
  18. monitoring/
  19. monitoring-staging/
  20. perf/
  21. prom/
  22. proxy/
  23. push/
  24. pushable-systemd-snapshot/
  25. skfe/
  26. status/
  27. task_scheduler/
  28. tracedb/
  29. __init__.py
  30. compute_engine_cfg.py
  31. 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.