1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
.gcloudignore Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
app.yaml Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
deploy Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
main.py Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
requirements.txt Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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.