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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2614753003: Updating src side json Mac 10.10 tests to be Mac 10.12 (Closed)
Patch Set: 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.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 29783f0ff04134d94af148df8dc18d60fe6b8089..20c9a526b3c022a4395713480b69793e128feedd 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -356,11 +356,11 @@ def get_waterfall_config():
}
])
waterfall = add_tester(
- waterfall, 'Mac 10.10 Perf', 'chromium-rel-mac10',
+ waterfall, 'Mac 10.12 Perf', 'chromium-rel-mac12',
'mac',
swarming=[
{
- 'os': 'Mac-10.10',
+ 'os': 'Mac-10.12',
'gpu': '8086:0a2e',
'device_ids': [
'build158-m1', 'build159-m1', 'build160-m1',
« 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