commit | 0f361e65a1a8f2e65582bb8dde1c7ff20eb9928e | [log] [tgz] |
---|---|---|
author | Zijie He <[email protected]> | Fri Jan 13 14:42:15 2023 |
committer | Chromium LUCI CQ <[email protected]> | Fri Jan 13 14:42:15 2023 |
tree | 1831b4784c891a7b4960a2cb468a4b835b6e040a | |
parent | 2bfe7ff0e0260c036e9a62cb093d4dd455525abe [diff] [blame] |
[Fuchsia] Reduce the test parallelism of content_browsertests on fuchsia-x64-cast-receiver-rel to 1 A fuchsia kernel panic drops the test log if the test case is hanging. But currently we are running two tests in parallel, it's hard for us to determine which one causes the issue before the kernel panic is fixed. So this is a temporary workaround to limit the parallelism of content_browsertests to be 1 so that we can tell which test case is flaky. Search `Using 1 parallel jobs.` in https://chromium-swarm.appspot.com/task?id=5fc19678bec49610 to demonstrate the impact. Bug: 1406693 Change-Id: Ibeff5171889793c74c8430b96171b7b69ccff199 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4160529 Auto-Submit: Zijie He <[email protected]> Reviewed-by: Chong Gu <[email protected]> Commit-Queue: Chong Gu <[email protected]> Cr-Commit-Position: refs/heads/main@{#1092392}
diff --git a/testing/buildbot/test_suite_exceptions.pyl b/testing/buildbot/test_suite_exceptions.pyl index 28e475c..39a6ec4 100644 --- a/testing/buildbot/test_suite_exceptions.pyl +++ b/testing/buildbot/test_suite_exceptions.pyl
@@ -1743,6 +1743,11 @@ 'swarming': { 'shards': 41, }, + 'args': [ + # TODO(crbug.com/1406693): Remove this when the kernal panic in + # fuchsia has been resolved. + '--test-arg=--test-launcher-jobs=1', + ], }, 'fuchsia-x64-rel': { 'swarming': {