From c908906f06bc3dc618cf1896c725bcd7fd1794d8 Mon Sep 17 00:00:00 2001 From: Mike Klein Date: Mon, 26 Jun 2017 09:09:32 -0400 Subject: run NexusPlayer CPU tests verbosely These were relying on a 15-minute status thread to keep them from timing out. --verbose ought to do the same. CQ_INCLUDE_TRYBOTS=skia.primary:Test-Android-Clang-NexusPlayer-CPU-Moorefield-x86-Debug-Android Change-Id: I1d1467a5e777df6ec5e79d2d9ea992e69bfaeeb7 Reviewed-on: https://skia-review.googlesource.com/20821 Reviewed-by: Mike Klein Commit-Queue: Mike Klein --- infra/bots/recipes/test.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'infra/bots/recipes/test.py') diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py index 39bbca2ac0..640cfcaef8 100644 --- a/infra/bots/recipes/test.py +++ b/infra/bots/recipes/test.py @@ -556,6 +556,12 @@ def dm_flags(bot): if 'Valgrind' in bot and 'PreAbandonGpuContext' in bot: args.append('--verbose') + if 'NexusPlayer' in bot and 'CPU' in bot: + # The Nexus Player's image decoding tests are slow enough that swarming + # times it out for not printing anything frequently enough. --verbose + # makes dm print something every time we start or complete a task. + args.append('--verbose') + return args -- cgit v1.2.3