aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra/bots/recipes/compile.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/compile.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/compile.py')
-rw-r--r--infra/bots/recipes/compile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/recipes/compile.py b/infra/bots/recipes/compile.py
index 25c8a95177..5995b29f70 100644
--- a/infra/bots/recipes/compile.py
+++ b/infra/bots/recipes/compile.py
@@ -79,6 +79,7 @@ TEST_BUILDERS = [
'Build-Debian9-Clang-arm-Release-Chromebook_GLES',
'Build-Debian9-Clang-arm64-Release-Android',
'Build-Debian9-Clang-arm64-Release-Android_Vulkan',
+ 'Build-Debian9-Clang-arm64-Release-Android_ASAN',
'Build-Debian9-Clang-x86_64-Debug',
'Build-Debian9-Clang-x86_64-Debug-ASAN',
'Build-Debian9-Clang-x86_64-Debug-Coverage',