summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2018-08-01 20:51:06 +0000
committerChromium commit bot <commit-bot@chromium.org>2018-08-01 20:51:06 +0000
commit962fbdb96514dce4cf6230af253974700910b217 (patch)
tree27df003e5fe88fecb5bf30eb1657a57c75bb9674
parent1e28c0c344c24621b230f19edf90779916ead403 (diff)
downloadpdfium-962fbdb96514dce4cf6230af253974700910b217.tar.xz
Add Mac ASAN trybots.
BUG=pdfium:1126 Change-Id: I4e9f2cae6c5b040a3f772ebad3cb54dba12732fc Reviewed-on: https://pdfium-review.googlesource.com/39351 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Ryan Tseng <hinoka@google.com>
-rw-r--r--cr-buildbucket.cfg11
-rw-r--r--luci-milo.cfg6
2 files changed, 17 insertions, 0 deletions
diff --git a/cr-buildbucket.cfg b/cr-buildbucket.cfg
index cb145b2c9e..e715d3aff1 100644
--- a/cr-buildbucket.cfg
+++ b/cr-buildbucket.cfg
@@ -378,6 +378,11 @@ buckets {
mixins: "mac"
}
builders {
+ name: "mac_asan"
+ mixins: "mac"
+ mixins: "asan"
+ }
+ builders {
name: "mac_no_v8"
mixins: "mac"
mixins: "no_v8"
@@ -393,6 +398,12 @@ buckets {
mixins: "xfa"
}
builders {
+ name: "mac_xfa_asan"
+ mixins: "mac"
+ mixins: "xfa"
+ mixins: "asan"
+ }
+ builders {
name: "mac_xfa_jumbo"
mixins: "mac"
mixins: "xfa"
diff --git a/luci-milo.cfg b/luci-milo.cfg
index 3919b8d50d..9f0ed75896 100644
--- a/luci-milo.cfg
+++ b/luci-milo.cfg
@@ -139,6 +139,9 @@ consoles {
name: "buildbucket/luci.pdfium.try/mac"
}
builders {
+ name: "buildbucket/luci.pdfium.try/mac_asan"
+ }
+ builders {
name: "buildbucket/luci.pdfium.try/win"
}
@@ -161,6 +164,9 @@ consoles {
name: "buildbucket/luci.pdfium.try/mac_xfa"
}
builders {
+ name: "buildbucket/luci.pdfium.try/mac_xfa_asan"
+ }
+ builders {
name: "buildbucket/luci.pdfium.try/mac_xfa_jumbo"
}
builders {