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

Unified Diff: tools/perf/generate_perf_json.py

Issue 2514243003: Adding src side buildbot json for triggering perf jobs on linux perf. (Closed)
Patch Set: adding gpu dimensions Created 4 years, 1 month 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 23cf59a2a2cd9c44cf7869c9ada0b7c66f52a548..a7851d8c3640fa633345da0b18be6c9c9b80e95a 100755
--- a/tools/perf/generate_perf_json.py
+++ b/tools/perf/generate_perf_json.py
@@ -364,7 +364,21 @@ def get_waterfall_config():
])
waterfall = add_tester(
- waterfall, 'Linux Perf', 'linux-release', 'linux', num_host_shards=5)
+ waterfall, 'Linux Perf', 'linux-release', 'linux',
+ swarming=[
+ {
+ 'gpu': '102b:0534',
+ 'os': 'linux',
+ 'device_ids': [
+ 'build148-m1', 'build149-m1',
+ 'build150-m1', 'build151-m1', 'build152-m1'
+ ],
+ 'perf_tests': [
+ ('cc_perftests', 2),
+ ('load_library_perf_tests', 2),
+ ('tracing_perftests', 2)]
+ }
+ ])
return waterfall
« 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