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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2635053003: Update generate_perf_json.py with Mac Mini 8GB builder. (Closed)
Patch Set: Rebase. Created 3 years, 11 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.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 2da180807dc05a2eb00b55df6a52460d65df45bd..348ba22d80929adb4deaaf5d0da3fe7d16ac74b9 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -412,6 +412,19 @@ def get_waterfall_config():
]
}
])
+ waterfall = add_tester(
+ waterfall, 'Mac Mini 8GB 10.12 Perf',
+ 'chromium-rel-mac12-mini-8gb', 'mac',
+ swarming=[
+ {
+ 'gpu': '8086:0a26',
+ 'os': 'Mac-10.12',
+ 'device_ids': [
+ 'build24-b1', 'build25-b1',
+ 'build26-b1', 'build27-b1', 'build28-b1'
+ ]
+ }
+ ])
waterfall = add_tester(
waterfall, 'Linux Perf', 'linux-release', 'linux',
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698