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: 1152770
Change-Id: I55ff27a506676b1688455c404611a65d643b30fe
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601578
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#841184}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
66d51e26c5
commit
b4995e3436
testing/buildbot
@ -5653,6 +5653,9 @@
|
||||
"test_id_prefix": "ninja://third_party/boringssl:boringssl_ssl_tests/"
|
||||
},
|
||||
{
|
||||
"args": [
|
||||
"--test-launcher-jobs=1"
|
||||
],
|
||||
"merge": {
|
||||
"args": [],
|
||||
"script": "//testing/merge_scripts/standard_gtest_merge.py"
|
||||
|
@ -521,6 +521,10 @@
|
||||
},
|
||||
},
|
||||
'Mac10.13 Tests (dbg)': {
|
||||
# https://crbug.com/1152770
|
||||
'args': [
|
||||
'--test-launcher-jobs=1',
|
||||
],
|
||||
'swarming': {
|
||||
'shards': 20,
|
||||
},
|
||||
|
Reference in New Issue
Block a user