diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-09-23 17:03:38 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-09-24 00:04:42 +0000 |
commit | a5d6f7b3f5502e7af7a4648ef75a4f10f38fc9e9 (patch) | |
tree | c84c8c42f4bde57086887d911db7c91d508980ac /testing | |
parent | 50e36d1cd3e1d2706214b42f959563d301911cd7 (diff) | |
download | chromium_src-a5d6f7b3f5502e7af7a4648ef75a4f10f38fc9e9.zip chromium_src-a5d6f7b3f5502e7af7a4648ef75a4f10f38fc9e9.tar.gz chromium_src-a5d6f7b3f5502e7af7a4648ef75a4f10f38fc9e9.tar.bz2 |
Try swarming content_unittests on debug Linux bots.
BUG=414808
TBR=maruel@chromium.org
Review URL: https://codereview.chromium.org/593333003
Cr-Commit-Position: refs/heads/master@{#296308}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.linux.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json index 7f919bf..37b267f 100644 --- a/testing/buildbot/chromium.linux.json +++ b/testing/buildbot/chromium.linux.json @@ -138,7 +138,12 @@ "components_unittests", "compositor_unittests", "content_browsertests", - "content_unittests", + { + "test": "content_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "crypto_unittests", "dbus_unittests", "device_unittests", |