commit | 3fdef5ca4e77c7de83b407c158921eed61ac064c | [log] [tgz] |
---|---|---|
author | Weizhong Xia <[email protected]> | Tue Jan 04 21:50:20 2022 |
committer | Chromium LUCI CQ <[email protected]> | Tue Jan 04 21:50:20 2022 |
tree | 40311fd6551621a0843be5090b2eb6068f15a261 | |
parent | d44430c0c00b188747c24c8518e6e973989f1003 [diff] [blame] |
Run blink_web_tests on fuchsia with one worker Blink_web_tests on fuchsia now stuck in 'fork' startup method. We can not switch to 'spawn' method due to a pickle issue which is fuchsia only. This is a workaround to run blink_web_tests with only one worker, so that we don't need to fork a child process to run the tests, thus fix the timeout issue. Bug: 1267498 Change-Id: I19af09fbaf1c90289fb2e1c0a5b600dc77b876b4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3366742 Reviewed-by: Preethi Mohan <[email protected]> Auto-Submit: Weizhong Xia <[email protected]> Reviewed-by: Brian Sheedy <[email protected]> Commit-Queue: Brian Sheedy <[email protected]> Reviewed-by: Dirk Pranke <[email protected]> Commit-Queue: Dirk Pranke <[email protected]> Cr-Commit-Position: refs/heads/main@{#955376}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl index 98b75c0..c2bb18a 100644 --- a/testing/buildbot/test_suite_exceptions.pyl +++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -227,6 +227,7 @@ 'Fuchsia x64': { 'args': [ '--platform=fuchsia', + '--jobs=1', ], 'swarming': { 'shards': 1,