Commit 0c9efabd authored by Emily Hanley's avatar Emily Hanley Committed by Commit Bot

Triggering perf jobs on new win 10 swarming bots

Bug: 821873
Change-Id: I957926f214481ece2f9fba1d8d6357e0b61377a5
Reviewed-on: https://chromium-review.googlesource.com/964597Reviewed-by: default avatarZhenyao Mo <zmo@chromium.org>
Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Emily Hanley <eyaich@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543701}
parent 367e3222
This diff is collapsed.
...@@ -2324,7 +2324,7 @@ ...@@ -2324,7 +2324,7 @@
} }
}, },
"Win 10 Perf": { "Win 10 Perf": {
"build132-m1": { "build189-a9": {
"benchmarks": [ "benchmarks": [
"blink_perf.dom", "blink_perf.dom",
"blink_perf.paint", "blink_perf.paint",
...@@ -2343,7 +2343,7 @@ ...@@ -2343,7 +2343,7 @@
"v8.runtime_stats.top_25" "v8.runtime_stats.top_25"
] ]
}, },
"build133-m1": { "build190-a9": {
"benchmarks": [ "benchmarks": [
"blink_perf.bindings", "blink_perf.bindings",
"blink_perf.canvas", "blink_perf.canvas",
...@@ -2370,7 +2370,7 @@ ...@@ -2370,7 +2370,7 @@
"webrtc" "webrtc"
] ]
}, },
"build134-m1": { "build191-a9": {
"benchmarks": [ "benchmarks": [
"battor.trivial_pages", "battor.trivial_pages",
"blink_perf.layout", "blink_perf.layout",
...@@ -2395,7 +2395,7 @@ ...@@ -2395,7 +2395,7 @@
"wasm" "wasm"
] ]
}, },
"build135-m1": { "build192-a9": {
"benchmarks": [ "benchmarks": [
"blink_perf.parser", "blink_perf.parser",
"blink_perf.svg", "blink_perf.svg",
...@@ -2416,7 +2416,7 @@ ...@@ -2416,7 +2416,7 @@
"v8.detached_context_age_in_gc" "v8.detached_context_age_in_gc"
] ]
}, },
"build136-m1": { "build193-a9": {
"benchmarks": [ "benchmarks": [
"battor.steady_state", "battor.steady_state",
"blink_perf.css", "blink_perf.css",
......
...@@ -307,16 +307,16 @@ def get_waterfall_config(): ...@@ -307,16 +307,16 @@ def get_waterfall_config():
waterfall, 'Win 10 Perf', 'chromium-rel-win10', 'win', waterfall, 'Win 10 Perf', 'chromium-rel-win10', 'win',
swarming=[ swarming=[
{ {
'gpu': '102b:0534', 'gpu': '8086:5912',
'os': 'Windows-10', 'os': 'Windows-10',
'pool': 'Chrome-perf', 'pool': 'Chrome-perf',
'device_ids': [ 'device_ids': [
'build132-m1', 'build133-m1', 'build189-a9', 'build190-a9',
'build134-m1', 'build135-m1', 'build136-m1' 'build191-a9', 'build192-a9', 'build193-a9'
], ],
'perf_tests': [ 'perf_tests': [
('media_perftests', 'build134-m1'), ('media_perftests', 'build189-a9'),
('views_perftests', 'build135-m1')] ('views_perftests', 'build190-a9')]
} }
]) ])
waterfall = add_tester( waterfall = add_tester(
......
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