blob: 7566c23515de38e6aa490f12018d2d25d86d81be [file] [log] [blame]
#/bin/bash
# Creates the PubSub topic for AndroidX Perf files and then ties it to GCS
# notifications.
set -e -x
source ../kube/config.sh
TOPIC=perf-ingestion-android-x-production
gcloud pubsub topics create ${TOPIC} || true
gsutil notification create -f json -e OBJECT_FINALIZE -t projects/${PROJECT_ID}/topics/${TOPIC} -p android-master-ingest gs://skia-perf