blob: 90c4caecc43acadec965960d6a6f795c116d9779 [file] [log] [blame]
#/bin/bash
# Creates the PubSub topic for Android Perf files and then ties it to GCS
# notifications.
set -e -x
PROJECT_ID=skia-public
TOPIC=perf-ingestion-flutter
perf-tool config create-pubsub-topics --big_table_config=flutter
gsutil notification create -f json -e OBJECT_FINALIZE -t projects/${PROJECT_ID}/topics/${TOPIC} -p flutter-engine gs://flutter-skia-perf