From 299b882f2094f6382e127b35112ac4d517482cbf Mon Sep 17 00:00:00 2001 From: Ben Wagner Date: Fri, 9 Mar 2018 13:42:56 -0500 Subject: Add ProcDump support to gn_flavor.py. Adds procdump_win asset. Enable ProcDump for some of the jobs failing in skia:7177 as a test case. If it has no ill effect, we can proceed with enabling it for all Win bots (and remove "ProcDump" tag). Bug: skia:7626, skia:7177 Change-Id: I50c67ecfca86fe0c6d91d5f970f81485cc9cfd0a Reviewed-on: https://skia-review.googlesource.com/113265 Commit-Queue: Ben Wagner Reviewed-by: Eric Boren --- infra/bots/recipe_modules/flavor/examples/full.py | 1 + 1 file changed, 1 insertion(+) (limited to 'infra/bots/recipe_modules/flavor/examples/full.py') diff --git a/infra/bots/recipe_modules/flavor/examples/full.py b/infra/bots/recipe_modules/flavor/examples/full.py index 077ef5f0fd..430011ae8e 100644 --- a/infra/bots/recipe_modules/flavor/examples/full.py +++ b/infra/bots/recipe_modules/flavor/examples/full.py @@ -112,6 +112,7 @@ TEST_BUILDERS = [ 'Test-Ubuntu16-Clang-NUC7i5BNK-GPU-IntelIris640-x86_64-Debug-All-Vulkan', ('Test-Ubuntu17-GCC-Golo-GPU-QuadroP400-x86_64-Release-All' '-Valgrind_AbandonGpuContext_SK_CPU_LIMIT_SSE41'), + 'Test-Win10-Clang-Golo-GPU-QuadroP400-x86_64-Release-All-Vulkan_ProcDump', 'Test-Win10-MSVC-ShuttleA-GPU-GTX660-x86_64-Debug-All', 'Test-iOS-Clang-iPadPro-GPU-GT7800-arm64-Debug-All', 'Test-Debian9-Clang-GCE-CPU-AVX2-x86_64-Debug-All-SafeStack', -- cgit v1.2.3