tree: d661cdb2e7920107aca7fe7d1a8ee74f3e021d88 [path history] [tgz]
  1. .gcloudignore
  2. app.yaml
  3. deploy
  4. main.py
  5. README.md
  6. requirements.txt
third_party/perfetto/infra/perfetto.dev/appengine/README.md

www.perfetto.dev Cloud scripts

The docs site follows the same architecture of ui.perfetto.dev. See go/perfetto-ui-autopush for docs.

/appengine : GAE <> GCS proxy

The Google AppEngine instance that responds to www.perfetto.dev. It simply passes through the requests to the bucket gs://perfetto.dev . This should NOT be re-deployed when uploading new docs, as the actual artifacts live in GCS.

We are using AppEngine for historical reasons, at some point this should be migrated to a Type 7 Google Cloud Load Balancer, which supports direct backing by a GCS bucket.