diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-18 15:04:21 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-18 15:04:21 +0000 |
commit | 04b8071f815d5c7dcd6ce9fb42b147bea522b212 (patch) | |
tree | a2a43ba8b049a448b4e9b8deaa828bb50c73161c /testing | |
parent | dee5b0621a656467a1d58ad66b46c48dc6e50acf (diff) | |
download | chromium_src-04b8071f815d5c7dcd6ce9fb42b147bea522b212.zip chromium_src-04b8071f815d5c7dcd6ce9fb42b147bea522b212.tar.gz chromium_src-04b8071f815d5c7dcd6ce9fb42b147bea522b212.tar.bz2 |
Exclude expensive tests on win_chromium_x64_rel to make it cycle faster
This depends on https://codereview.chromium.org/243003002/
BUG=364819
R=mmoss@google.com
Review URL: https://codereview.chromium.org/243053002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264788 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'testing')
-rw-r--r-- | testing/buildbot/chromium_trybot.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/testing/buildbot/chromium_trybot.json b/testing/buildbot/chromium_trybot.json index 7cb91e2..0de64e4 100644 --- a/testing/buildbot/chromium_trybot.json +++ b/testing/buildbot/chromium_trybot.json @@ -1,7 +1,10 @@ [ "app_list_unittests", "base_unittests", - "browser_tests", + { + "test": "browser_tests", + "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] + }, "cacheinvalidation_unittests", "cc_unittests", "chromedriver_unittests", @@ -14,7 +17,10 @@ "gfx_unittests", "google_apis_unittests", "gpu_unittests", - "interactive_ui_tests", + { + "test": "interactive_ui_tests", + "exclude_builders": ["tryserver.chromium:win_chromium_x64_rel"] + }, "ipc_tests", "jingle_unittests", "media_unittests", |