diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-08 20:53:55 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-08 20:55:16 +0000 |
commit | 24a55d97598f9936a6420e8b77dcb83c7d7277e3 (patch) | |
tree | 22a9c3778eaee669e9454ca7e03e7d3e6b8c6589 /testing | |
parent | b728310ae7c2fb8f15365b547f5ad014c766d0ff (diff) | |
download | chromium_src-24a55d97598f9936a6420e8b77dcb83c7d7277e3.zip chromium_src-24a55d97598f9936a6420e8b77dcb83c7d7277e3.tar.gz chromium_src-24a55d97598f9936a6420e8b77dcb83c7d7277e3.tar.bz2 |
Enable skipping tests that aren't impacted by change on windows
linux_chromium_rel_swarming seems find, so I'm trying on windows
next.
BUG=109173
TEST=none
R=jam@chromium.org
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/454083003
Cr-Commit-Position: refs/heads/master@{#288425}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@288425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index f32452d..cfcd885 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -215,6 +215,8 @@ ], "filter_tests_builders": [ - "linux_chromium_rel_swarming" + "linux_chromium_rel_swarming", + "win_chromium_rel", + "win_chromium_x64_rel" ] } |