diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-21 16:56:34 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-21 16:59:00 +0000 |
commit | d47bb191ef0070f16069d98f7137bb8e122fe717 (patch) | |
tree | a356a8574b2f7405bbbc9954c1f7904960603b69 | |
parent | 76e128d0582fb6d80510419853cee218aa969e8f (diff) | |
download | chromium_src-d47bb191ef0070f16069d98f7137bb8e122fe717.zip chromium_src-d47bb191ef0070f16069d98f7137bb8e122fe717.tar.gz chromium_src-d47bb191ef0070f16069d98f7137bb8e122fe717.tar.bz2 |
Enables only building targets effected by changed on a couple of bots
BUG=109173
TEST=none
R=jam@chromium.org
TBR=jam@chromium.org
Review URL: https://codereview.chromium.org/492293002
Cr-Commit-Position: refs/heads/master@{#291103}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291103 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index 6558af6..6014d1d 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -199,10 +199,11 @@ "non_filter_builders": [ ], - "filter_tests_builders": [ - "linux_chromium_rel_swarming", - "win_chromium_rel", + "non_filter_tests_builders": [ + ], + + "filter_compile_builders": [ "win_chromium_rel_swarming", - "win_chromium_x64_rel" + "win_chromium_x64_rel_swarming" ] } |