Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: perf/server/README.md

Issue 335833002: Start loading the BigQuery data and serving it to the UI. (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: y Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LICENSE ('k') | perf/server/data.go » ('j') | perf/server/data.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/server/README.md
diff --git a/perf/server/README.md b/perf/server/README.md
index cbac670781f3558da99116b834519d178c291fe3..42da88aa5b11b82556f8d954e8ec4c6973448b0d 100644
--- a/perf/server/README.md
+++ b/perf/server/README.md
@@ -14,7 +14,7 @@ is what to do once the instance is created.
gcutil --project=google.com:skia-buildbots addinstance skia-perf-b \
--zone=us-central2-b --external_ip_address=108.170.220.208 \
--service_account=default \
- --service_account_scopes="https://www.googleapis.com/auth/devstorage.full_control" \
+ --service_account_scopes="bigquery,storage-full" \
--network=default --machine_type=n1-standard-1 --image=backports-debian-7-wheezy-v20140605 \
--persistent_boot_disk
« no previous file with comments | « LICENSE ('k') | perf/server/data.go » ('j') | perf/server/data.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698