aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Mike Klein <mtklein@google.com>2018-02-15 12:05:30 +0000
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-02-15 13:17:39 +0000
commitd5811b2d4423cbf561e6ab8251550543d690f376 (patch)
tree9922ce63c1458253367339c98ebb0eed500debbe /infra/bots/recipes/test.py
parentd23db1257af7ba099b473e17e8c83c8703b3098a (diff)
Revert "serialize NexusPlayer bots"
This reverts commit e1c2945b5f8490a6a727f18255b61c9da3d189ea. Reason for revert: no crashes since Original change's description: > serialize NexusPlayer bots > > Temporarily serialize the NexusPlayer Test bots to help diagnose > skia:7614. > > Bug: skia:7614 > > Change-Id: I190327070f27e53d8344820f2215bad00f12e1ab > Reviewed-on: https://skia-review.googlesource.com/106621 > Reviewed-by: Mike Klein <mtklein@chromium.org> > Commit-Queue: Mike Klein <mtklein@chromium.org> TBR=mtklein@chromium.org,caryclark@google.com # Not skipping CQ checks because original CL landed > 1 day ago. Bug: skia:7614 Change-Id: I1c7508c3f9a171d14cad1b77506d98772ef4ef60 Reviewed-on: https://skia-review.googlesource.com/107620 Reviewed-by: Mike Klein <mtklein@google.com> Commit-Queue: Mike Klein <mtklein@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index e62ba7f7fd..6f6b08ac99 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -59,10 +59,6 @@ def dm_flags(api, bot):
if '-x86-' in bot and not 'NexusPlayer' in bot:
args.extend(['--threads', '4'])
- # Temporarily serialize the NexusPlayer Test bots to help diagnose skia:7614.
- if 'NexusPlayer' in bot:
- args.extend(['--threads', '0'])
-
# Nexus7 runs out of memory due to having 4 cores and only 1G RAM.
if 'CPU' in bot and 'Nexus7' in bot:
args.extend(['--threads', '2'])