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

Do not run parallel job for browser_tests on Mac10.13 dbg

InProcessBrowserTest times out on mac. I can't repro this issue locally,
nor the tryjob. When running locally with 4 parallel jobs, I do
occasionally see RunLoop timeout. It's just not hundreds of test failing.
But if I run with 1 parallel job, I don't see any failures.
This cl use 1 parallel job first and see if this can reduce the
flakiness.
This will make the job slower. But as it's not on CQ, it should be
fine to try this out.

Bug: 11527703
Change-Id: I55ff27a506676b1688455c404611a65d643b30fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601578Reviewed-by: default avatarStephen Martinis <martiniss@chromium.org>
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841184}
parent 66d51e26
...@@ -5653,6 +5653,9 @@ ...@@ -5653,6 +5653,9 @@
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/" "test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
}, },
{ {
"args": [
"--test-launcher-jobs=1"
],
"merge": { "merge": {
"args": [], "args": [],
"script": "//testing/merge_scripts/standard_gtest_merge.py" "script": "//testing/merge_scripts/standard_gtest_merge.py"
......
...@@ -521,6 +521,10 @@ ...@@ -521,6 +521,10 @@
}, },
}, },
'Mac10.13 Tests (dbg)': { 'Mac10.13 Tests (dbg)': {
# https://crbug.com/1152770
'args': [
'--test-launcher-jobs=1',
],
'swarming': { 'swarming': {
'shards': 20, '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