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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2344163002: Updating swarming dimensions to add the Chrome-perf pool. (Closed)
Patch Set: Fixing copy paste error Created 4 years, 3 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 | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/generate_perf_json.py
diff --git a/tools/perf/generate_perf_json.py b/tools/perf/generate_perf_json.py
index a0ecfafbe35d11f013319f0bb7ba9e9b6e1f44f0..0352f9c2e6bd4812b8a878e77c9890c24f7d7ed7 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -198,7 +198,8 @@ def add_tester(waterfall, name, perf_id, platform, target_bits=64,
for dimension in swarming:
waterfall['testers'][name]['swarming_dimensions'].append({
'gpu': dimension['gpu'],
- 'os': dimension['os']
+ 'os': dimension['os'],
+ 'pool': 'Chrome-perf'
M-A Ruel 2016/09/16 13:20:42 add trailing comma here too. When adding more valu
eyaich1 2016/09/16 13:22:28 Done.
})
waterfall['testers'][name]['swarming'] = True
« no previous file with comments | « testing/buildbot/chromium.perf.fyi.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698