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

Unified Diff: tracedb/perf.toml

Issue 2191373002: Perf: Ingest from both the old and new Google Storage locations. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tracedb/perf.toml
diff --git a/tracedb/perf.toml b/tracedb/perf.toml
index 71b74a7c66ce55f29e9c2ca4ea5e2ef94b363d77..7e5d9c27cf28118201b096e0b53fae43b23814cb 100644
--- a/tracedb/perf.toml
+++ b/tracedb/perf.toml
@@ -19,6 +19,10 @@ GitRepoURL = "https://skia.googlesource.com/skia" # URL location for the re
Bucket = "skia-perf"
Dir = "ct/10k"
+ [[Ingesters.nano.Sources]]
+ Bucket = "skia-perf"
+ Dir = "nano-json-v1"
+
[Ingesters.nano.ExtraParams]
TraceService = "localhost:9000"
@@ -34,5 +38,9 @@ GitRepoURL = "https://skia.googlesource.com/skia" # URL location for the re
Bucket = "chromium-skia-gm"
Dir = "trybot/nano-json-v1"
+ [[Ingesters.nano-trybot.Sources]]
+ Bucket = "skia-perf"
+ Dir = "trybot/nano-json-v1"
+
[Ingesters.nano-trybot.ExtraParams]
TraceService = "localhost:9000"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698