diff options
author | nyquist <nyquist@chromium.org> | 2015-01-23 10:56:56 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-23 18:58:35 +0000 |
commit | 7a3df3b7171fa87f556d22803fdc02a67e975865 (patch) | |
tree | b2e431742738987a4746af8d40dce61595862d1e /testing/buildbot/chromium.mac.json | |
parent | 92cf0d48483c8c41f273a8e4a3843cd9552873ee (diff) | |
download | chromium_src-7a3df3b7171fa87f556d22803fdc02a67e975865.zip chromium_src-7a3df3b7171fa87f556d22803fdc02a67e975865.tar.gz chromium_src-7a3df3b7171fa87f556d22803fdc02a67e975865.tar.bz2 |
Make components_browsertests swarmable and add to main waterfall.
- Makes components_browsertests swarmable.
- Adds components_browsertests to the main waterfall for linux, mac and
win bots.
- Updates the chromium tryserver to run components_browsertests as
swarmable.
BUG=311270
Review URL: https://codereview.chromium.org/863023003
Cr-Commit-Position: refs/heads/master@{#312886}
Diffstat (limited to 'testing/buildbot/chromium.mac.json')
-rw-r--r-- | testing/buildbot/chromium.mac.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json index 8f8a30e..f977ed6 100644 --- a/testing/buildbot/chromium.mac.json +++ b/testing/buildbot/chromium.mac.json @@ -31,6 +31,12 @@ "cc_unittests", "chromedriver_unittests", { + "test": "components_browsertests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, + { "test": "components_unittests", "swarming": { "can_use_on_swarming_builders": true |