aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/test.py
diff options
context:
space:
mode:
authorGravatar Kevin Lubick <kjlubick@google.com>2018-01-12 14:31:48 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2018-01-12 19:57:33 +0000
commit4f0f933579dd9be6e99942175ecfe2b16ab98f7f (patch)
treec241a52cff46e093b6b84a1189f0222631cbafea /infra/bots/recipes/test.py
parentd070f43961e957208c75515c882dd32450c868c0 (diff)
Add Android ASAN bot
It should work on 32 and 64 bit android running M or newer. Bug: skia: Change-Id: I7e6d4000f4fee8f2704b84b7174174dd0e68d21c Reviewed-on: https://skia-review.googlesource.com/93700 Reviewed-by: Mike Klein <mtklein@chromium.org> Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
Diffstat (limited to 'infra/bots/recipes/test.py')
-rw-r--r--infra/bots/recipes/test.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/bots/recipes/test.py b/infra/bots/recipes/test.py
index f39a14f152..0e6e4e5bda 100644
--- a/infra/bots/recipes/test.py
+++ b/infra/bots/recipes/test.py
@@ -898,6 +898,8 @@ TEST_BUILDERS = [
'Test-Android-Clang-NVIDIA_Shield-GPU-TegraX1-arm64-Debug-All-Android_CCPR',
'Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-All-Android',
('Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All'
+ '-Android_ASAN'),
+ ('Test-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All'
'-Android_NoGPUThreads'),
'Test-Android-Clang-Nexus7-CPU-Tegra3-arm-Release-All-Android',
'Test-Android-Clang-Nexus7-GPU-Tegra3-arm-Debug-All-Android',