diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-10-06 20:31:33 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-10-07 03:32:36 +0000 |
commit | 07fdcc5bf3752ead50018eb69302064b9c6f6259 (patch) | |
tree | 469f965f4f24b46a1d0bb864e11e9d061174dcc2 /testing | |
parent | 6346166732c9bf991694d968742f352bac8445e9 (diff) | |
download | chromium_src-07fdcc5bf3752ead50018eb69302064b9c6f6259.zip chromium_src-07fdcc5bf3752ead50018eb69302064b9c6f6259.tar.gz chromium_src-07fdcc5bf3752ead50018eb69302064b9c6f6259.tar.bz2 |
Swarm ash_unittests on XP.
BUG=414808
TBR=maruel@chromium.org
Review URL: https://codereview.chromium.org/632693004
Cr-Commit-Position: refs/heads/master@{#298351}
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium.win.json | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index 0f02193..044cb1d 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -9,7 +9,12 @@ } }, "app_shell_unittests", - "ash_unittests", + { + "test": "ash_unittests", + "swarming": { + "can_use_on_swarming_builders": true + } + }, "aura_unittests", { "test": "browser_tests", |