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

Unified Diff: tools/perf/core/perf_data_generator.py

Issue 2869713004: Add performance_browser_tests to some Mac bots (Closed)
Patch Set: Address review comments Created 3 years, 7 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 | « tools/perf/benchmark.csv ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/core/perf_data_generator.py
diff --git a/tools/perf/core/perf_data_generator.py b/tools/perf/core/perf_data_generator.py
index edcffaabefaaaece0444825572e99b945c64edc8..81c439161771c0ea4f785f0601c3062dd74d2c20 100755
--- a/tools/perf/core/perf_data_generator.py
+++ b/tools/perf/core/perf_data_generator.py
@@ -458,7 +458,10 @@ def get_waterfall_config():
'pool': 'Chrome-perf',
'device_ids': [
'build4-b1', 'build5-b1', 'build6-b1', 'build7-b1', 'build8-b1'
- ]
+ ],
+ 'perf_tests': [
+ ('performance_browser_tests', 'build8-b1')
+ ]
}
])
waterfall = add_tester(
@@ -472,7 +475,10 @@ def get_waterfall_config():
'device_ids': [
'build128-b1', 'build129-b1',
'build130-b1', 'build131-b1', 'build132-b1'
- ]
+ ],
+ 'perf_tests': [
+ ('performance_browser_tests', 'build132-b1')
+ ]
}
])
waterfall = add_tester(
@@ -486,7 +492,10 @@ def get_waterfall_config():
'device_ids': [
'build123-b1', 'build124-b1',
'build125-b1', 'build126-b1', 'build127-b1'
- ]
+ ],
+ 'perf_tests': [
+ ('performance_browser_tests', 'build126-b1')
+ ]
}
])
waterfall = add_tester(
@@ -848,8 +857,7 @@ NON_TELEMETRY_BENCHMARKS = {
'load_library_perf_tests': BenchmarkMetadata(None, None, False),
'media_perftests': BenchmarkMetadata('crouleau@chromium.org', None, False),
'performance_browser_tests': BenchmarkMetadata(
- 'hubbe@chromium.org, justinlin@chromium.org, miu@chromium.org', None,
- False)
+ 'miu@chromium.org', None, False)
}
« no previous file with comments | « tools/perf/benchmark.csv ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698