Update topic and subscription for android-x instance - Android-x has been running with a secondary instance that has limited historical data since the main database was taking time to ingest historical commits. - Now that the commits have been ingested, we can set up the primary instance once again. - This CL points the instance to a new pubsub that will be used to ingest historical data into the primary database. - Once checked in, we can trigger re-ingestion of data which will populate the database. Once completed, we point the FE to this config and retire the secondary one. Change-Id: I3d95efb7ca582fd114c5a9dab8e7c3f92cad6494 Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/900156 Commit-Queue: Jeff Yoon <jeffyoon@google.com> Auto-Submit: Ashwin Verleker <ashwinpv@google.com> Commit-Queue: Ashwin Verleker <ashwinpv@google.com> Reviewed-by: Jeff Yoon <jeffyoon@google.com>
diff --git a/perf/configs/cdb-android-x.json b/perf/configs/cdb-android-x.json index de7b6b8..b986cb7 100644 --- a/perf/configs/cdb-android-x.json +++ b/perf/configs/cdb-android-x.json
@@ -45,8 +45,8 @@ "source_config": { "source_type": "gcs", "project": "skia-public", - "topic": "perf-ingestion-android-x-production-restore", - "subscription": "perf-ingestion-android-x-production-restore-prod", + "topic": "perf-ingestion-android-x-production", + "subscription": "perf-ingestion-android-x-production-prod", "sources": [ "gs://skia-perf/android-master-ingest" ],