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 @@
}
},
"Win 10 Perf": {
"build132-m1": {
"build189-a9": {
"benchmarks": [
"blink_perf.dom",
"blink_perf.paint",
......@@ -2343,7 +2343,7 @@
"v8.runtime_stats.top_25"
]
},
"build133-m1": {
"build190-a9": {
"benchmarks": [
"blink_perf.bindings",
"blink_perf.canvas",
......@@ -2370,7 +2370,7 @@
"webrtc"
]
},
"build134-m1": {
"build191-a9": {
"benchmarks": [
"battor.trivial_pages",
"blink_perf.layout",
......@@ -2395,7 +2395,7 @@
"wasm"
]
},
"build135-m1": {
"build192-a9": {
"benchmarks": [
"blink_perf.parser",
"blink_perf.svg",
......@@ -2416,7 +2416,7 @@
"v8.detached_context_age_in_gc"
]
},
"build136-m1": {
"build193-a9": {
"benchmarks": [
"battor.steady_state",
"blink_perf.css",
......
......@@ -307,16 +307,16 @@ def get_waterfall_config():
waterfall, 'Win 10 Perf', 'chromium-rel-win10', 'win',
swarming=[
{
'gpu': '102b:0534',
'gpu': '8086:5912',
'os': 'Windows-10',
'pool': 'Chrome-perf',
'device_ids': [
'build132-m1', 'build133-m1',
'build134-m1', 'build135-m1', 'build136-m1'
'build189-a9', 'build190-a9',
'build191-a9', 'build192-a9', 'build193-a9'
],
'perf_tests': [
('media_perftests', 'build134-m1'),
('views_perftests', 'build135-m1')]
('media_perftests', 'build189-a9'),
('views_perftests', 'build190-a9')]
}
])
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