Skip to content

Commit

Permalink
Shard net_unittests 4x on win/asan bots after libc++ switch.
Browse files Browse the repository at this point in the history
[email protected]

Bug: 942881
Change-Id: I9e78c87c68c51bba613ff1b08bbdb750c5000810
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1526617
Reviewed-by: Nico Weber <[email protected]>
Commit-Queue: Nico Weber <[email protected]>
Cr-Commit-Position: refs/heads/master@{#641465}
  • Loading branch information
nico committed Mar 17, 2019
1 parent ea9077b commit 4f901e6
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
6 changes: 4 additions & 2 deletions testing/buildbot/chromium.clang.json
Original file line number Diff line number Diff line change
Expand Up @@ -1394,7 +1394,8 @@
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
],
"shards": 4
},
"test": "net_unittests"
},
Expand Down Expand Up @@ -2507,7 +2508,8 @@
"cpu": "x86-64",
"os": "Windows-10-15063"
}
]
],
"shards": 4
},
"test": "net_unittests"
},
Expand Down
3 changes: 2 additions & 1 deletion testing/buildbot/chromium.memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -10271,7 +10271,8 @@
{
"os": "Windows-10-15063"
}
]
],
"shards": 4
},
"test": "net_unittests"
},
Expand Down
15 changes: 15 additions & 0 deletions testing/buildbot/test_suite_exceptions.pyl
Original file line number Diff line number Diff line change
Expand Up @@ -724,6 +724,16 @@
],
'modifications': {
# chromium.clang
'CrWinAsan': {
'swarming': {
'shards': 4, # TODO(https://crbug.com/942881): debug, remove.
}
},
'CrWinAsan(dll)': {
'swarming': {
'shards': 4, # TODO(https://crbug.com/942881): debug, remove.
}
},
'ToTLinuxASan': {
# TODO(crbug.com/794372): net_unittests is slow under ASan.
'swarming': {
Expand Down Expand Up @@ -778,6 +788,11 @@
'shards': 2,
},
},
'win-asan': {
'swarming': {
'shards': 4, # TODO(https://crbug.com/942881): debug, remove.
},
},
},
},
'network_service_browser_tests': {
Expand Down

0 comments on commit 4f901e6

Please sign in to comment.