diff options
author | John Abd-El-Malek <jam@chromium.org> | 2014-08-26 15:56:53 -0700 |
---|---|---|
committer | John Abd-El-Malek <jam@chromium.org> | 2014-08-26 22:59:42 +0000 |
commit | 83a042eb432e9a994c6202440b0a1630b4ebecbe (patch) | |
tree | af9c1c8efcd865b29ee2f0c8837e1636fe24cd3f /testing | |
parent | 711a45960ad918dbc2f7fbbeeda0f19079c674a6 (diff) | |
download | chromium_src-83a042eb432e9a994c6202440b0a1630b4ebecbe.zip chromium_src-83a042eb432e9a994c6202440b0a1630b4ebecbe.tar.gz chromium_src-83a042eb432e9a994c6202440b0a1630b4ebecbe.tar.bz2 |
Add the other Windows builders to filter_compile_builders.
We're seeing the dbg builder have pending jobs so this should help reduce that.
BUG=109173
R=sky@chromium.org
Review URL: https://codereview.chromium.org/506273005
Cr-Commit-Position: refs/heads/master@{#292016}
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 3bd47fb..ab35393 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -208,7 +208,9 @@ ], "filter_compile_builders": [ + "win_chromium_compile_dbg", "win_chromium_rel_swarming", - "win_chromium_x64_rel_swarming" + "win_chromium_x64_rel_swarming", + "win8_chromium_rel" ] } |