Commit 5fdb8d79 authored by Jun Mukai's avatar Jun Mukai Committed by Commit Bot

increase shards for single_process_mash_interactive_ui_tests

Set shards to 3, as normal interactive_ui_tests does.

BUG=883523
TEST=none

Change-Id: Ia1fe3ec5e109b9d4b619c015525805e504e92d37
Reviewed-on: https://chromium-review.googlesource.com/c/1287197Reviewed-by: default avatarScott Violet <sky@chromium.org>
Commit-Queue: Jun Mukai <mukai@chromium.org>
Cr-Commit-Position: refs/heads/master@{#600591}
parent 2d39a8f3
...@@ -827,7 +827,8 @@ ...@@ -827,7 +827,8 @@
], ],
"name": "single_process_mash_interactive_ui_tests", "name": "single_process_mash_interactive_ui_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
...@@ -1543,7 +1544,8 @@ ...@@ -1543,7 +1544,8 @@
], ],
"name": "single_process_mash_interactive_ui_tests", "name": "single_process_mash_interactive_ui_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
......
...@@ -4647,7 +4647,8 @@ ...@@ -4647,7 +4647,8 @@
], ],
"name": "single_process_mash_interactive_ui_tests", "name": "single_process_mash_interactive_ui_tests",
"swarming": { "swarming": {
"can_use_on_swarming_builders": true "can_use_on_swarming_builders": true,
"shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
...@@ -5983,7 +5984,8 @@ ...@@ -5983,7 +5984,8 @@
"cpu": "x86-64", "cpu": "x86-64",
"os": "Ubuntu-14.04" "os": "Ubuntu-14.04"
} }
] ],
"shards": 3
}, },
"test": "interactive_ui_tests" "test": "interactive_ui_tests"
}, },
......
...@@ -1762,6 +1762,9 @@ ...@@ -1762,6 +1762,9 @@
'--enable-features=SingleProcessMash', '--enable-features=SingleProcessMash',
'--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.single_process_mash.interactive_ui_tests.filter', '--test-launcher-filter-file=../../testing/buildbot/filters/chromeos.single_process_mash.interactive_ui_tests.filter',
], ],
'swarming': {
'shards': 3,
},
}, },
'ui_chromeos_unittests': {}, 'ui_chromeos_unittests': {},
'views_mus_unittests': {}, 'views_mus_unittests': {},
......
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