tree: 082c3db690032b44ddf9f0580083ed69ca4ac15c [path history] [tgz]
  1. alerts/
  2. bugchomper/
  3. build_scheduler/
  4. buildbots/
  5. ctfe/
  6. datahopper/
  7. docs/
  8. goldserver/
  9. grandcentral/
  10. internal/
  11. monitoring/
  12. monitoring-staging/
  13. perf/
  14. push/
  15. pushable-snapshot/
  16. pushable-systemd-snapshot/
  17. skfe/
  18. status/
  19. webtry/
  20. __init__.py
  21. compute_engine_cfg.py
  22. 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.