diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-10-08 22:55:28 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-10-09 06:04:45 +0000 |
commit | 546fe1de9b24256d61bfc61418fa611afaff5487 (patch) | |
tree | 2baeb40f1cccba68e1a4b718448c193f3a5f23f4 /testing | |
parent | fa30ba659c4a25dbfa299c6365508a64ad676864 (diff) | |
download | chromium_src-546fe1de9b24256d61bfc61418fa611afaff5487.zip chromium_src-546fe1de9b24256d61bfc61418fa611afaff5487.tar.gz chromium_src-546fe1de9b24256d61bfc61418fa611afaff5487.tar.bz2 |
Try out swarming content_browsertests on Mac Asan bots.
BUG=414808
TBR=maruel@chromium.org
Review URL: https://codereview.chromium.org/639283002
Cr-Commit-Position: refs/heads/master@{#298810}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.memory.json | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json index 3af9ba2..0c9d255 100644 --- a/testing/buildbot/chromium.memory.json +++ b/testing/buildbot/chromium.memory.json @@ -109,7 +109,12 @@ "cc_unittests", "chromedriver_unittests", "components_unittests", - "content_browsertests", + { + "test": "content_browsertests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "content_unittests", "crypto_unittests", "gcm_unit_tests", @@ -146,7 +151,12 @@ "cc_unittests", "chromedriver_unittests", "components_unittests", - "content_browsertests", + { + "test": "content_browsertests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "content_unittests", "crypto_unittests", "gcm_unit_tests", |