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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2344163002: Updating swarming dimensions to add the Chrome-perf pool. (Closed)
Patch Set: Adding trailing comm 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..076cd80c5db98a49e00a572cbb57b38147dfd0a8 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',
})
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