Commit 38c354c6 authored by Sven Zheng's avatar Sven Zheng Committed by Chromium LUCI CQ

Run 2 parallel jobs for browser_tests on Mac10.13 dbg

The job usually get killed after ~80% of all tests. So 2 launcherjobs
should get all tests work.

Bug: 1164430, 11527703
Change-Id: Ib582a92aafd23cb261561cc772d0842dd63804e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622424
Auto-Submit: Sven Zheng <svenzheng@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842212}
parent 741758df
......@@ -5654,7 +5654,7 @@
},
{
"args": [
"--test-launcher-jobs=1"
"--test-launcher-jobs=2"
],
"merge": {
"args": [],
......
......@@ -523,7 +523,7 @@
'Mac10.13 Tests (dbg)': {
# https://crbug.com/1152770
'args': [
'--test-launcher-jobs=1',
'--test-launcher-jobs=2',
],
'swarming': {
'shards': 20,
......
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