Commit 8847e91c authored by Stephen Martinis's avatar Stephen Martinis Committed by Commit Bot

//tools/perf: Switch to new linux perf bots

Switches to new bots for the linux perf builder.

Bug: 732463
Change-Id: Ied8d923448f40b8295ddfb2fde1adde481666075
Reviewed-on: https://chromium-review.googlesource.com/676725
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarNed Nguyen <nednguyen@google.com>
Cr-Commit-Position: refs/heads/master@{#504256}
parent 7b9ef859
This diff is collapsed.
...@@ -1813,7 +1813,7 @@ ...@@ -1813,7 +1813,7 @@
} }
}, },
"Linux Perf": { "Linux Perf": {
"build148-m1": { "build27-a9": {
"benchmarks": [ "benchmarks": [
"blink_perf.dom", "blink_perf.dom",
"blink_perf.paint", "blink_perf.paint",
...@@ -1835,7 +1835,7 @@ ...@@ -1835,7 +1835,7 @@
"tracing.tracing_with_debug_overhead" "tracing.tracing_with_debug_overhead"
] ]
}, },
"build149-m1": { "build28-a9": {
"benchmarks": [ "benchmarks": [
"blink_perf.bindings", "blink_perf.bindings",
"blink_perf.blink_gc", "blink_perf.blink_gc",
...@@ -1873,7 +1873,7 @@ ...@@ -1873,7 +1873,7 @@
"webrtc" "webrtc"
] ]
}, },
"build150-m1": { "build29-a9": {
"benchmarks": [ "benchmarks": [
"battor.trivial_pages", "battor.trivial_pages",
"blink_perf.layout", "blink_perf.layout",
...@@ -1906,7 +1906,7 @@ ...@@ -1906,7 +1906,7 @@
"v8.runtimestats.browsing_desktop_turbo" "v8.runtimestats.browsing_desktop_turbo"
] ]
}, },
"build151-m1": { "build30-a9": {
"benchmarks": [ "benchmarks": [
"blink_perf.parser", "blink_perf.parser",
"blink_perf.svg", "blink_perf.svg",
...@@ -1944,7 +1944,7 @@ ...@@ -1944,7 +1944,7 @@
"v8.runtimestats.browsing_desktop" "v8.runtimestats.browsing_desktop"
] ]
}, },
"build152-m1": { "build31-a9": {
"benchmarks": [ "benchmarks": [
"battor.steady_state", "battor.steady_state",
"blink_perf.css", "blink_perf.css",
......
...@@ -553,16 +553,16 @@ def get_waterfall_config(): ...@@ -553,16 +553,16 @@ def get_waterfall_config():
'os': 'Ubuntu-14.04', 'os': 'Ubuntu-14.04',
'pool': 'Chrome-perf', 'pool': 'Chrome-perf',
'device_ids': [ 'device_ids': [
'build148-m1', 'build149-m1', 'build27-a9', 'build28-a9', 'build29-a9',
'build150-m1', 'build151-m1', 'build152-m1' 'build30-a9', 'build31-a9',
], ],
'perf_tests': [ 'perf_tests': [
# crbug.com/698831 # crbug.com/698831
# ('cc_perftests', 'build150-m1'), # ('cc_perftests', 'build150-m1'),
('load_library_perf_tests', 'build150-m1'), ('load_library_perf_tests', 'build29-a9'),
('net_perftests', 'build150-m1'), ('net_perftests', 'build29-a9'),
('tracing_perftests', 'build150-m1'), ('tracing_perftests', 'build29-a9'),
('media_perftests', 'build151-m1')] ('media_perftests', 'build30-a9')]
} }
]) ])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment