diff options
author | dpranke <dpranke@chromium.org> | 2015-05-07 16:20:49 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-07 23:22:13 +0000 |
commit | e39f437e7ca4d47fb53dac49062119dc616466bc (patch) | |
tree | 0d60fb05b1029b13217f0d05b5c104ec6d7a2d2d | |
parent | 5b421b6533bc26a603da85e14891b426c616bf02 (diff) | |
download | chromium_src-e39f437e7ca4d47fb53dac49062119dc616466bc.zip chromium_src-e39f437e7ca4d47fb53dac49062119dc616466bc.tar.gz chromium_src-e39f437e7ca4d47fb53dac49062119dc616466bc.tar.bz2 |
Add more tests to the Linux GN release bots.
This adds all of the remaining test binaries to the
Linux GN release waterfall bot and tryserver except
for browser_tests:
- content_browsertests
- interactive_ui_tests
- media_unittests
- net_unittests
- sync_integration_tests
- unit_tests
R=brettw@chromium.org
BUG=432959
Review URL: https://codereview.chromium.org/1125173003
Cr-Commit-Position: refs/heads/master@{#328876}
-rw-r--r-- | testing/buildbot/chromium.linux.json | 29 | ||||
-rw-r--r-- | testing/buildbot/tryserver.chromium.linux.json | 27 |
2 files changed, 38 insertions, 18 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json index 474293c..425a723 100644 --- a/testing/buildbot/chromium.linux.json +++ b/testing/buildbot/chromium.linux.json @@ -121,16 +121,7 @@ "Linux GN": { "additional_compile_targets": [ "browser_tests", - "content_browsertests", - "content_unittests", - "extensions_browsertests", - "extensions_unittests", - "interactive_ui_tests", - "mandoline:all", - "media_unittests", - "net_unittests", - "sync_integration_tests", - "unit_tests" + "mandoline:all" ], "gtest_tests": [ { @@ -164,6 +155,9 @@ "test": "components_unittests" }, { + "test": "content_browsertests" + }, + { "test": "content_unittests" }, { @@ -203,6 +197,9 @@ "test": "gpu_unittests" }, { + "test": "interactive_ui_tests" + }, + { "test": "ipc_mojo_unittests" }, { @@ -212,9 +209,15 @@ "test": "jingle_unittests" }, { + "test": "media_unittests" + }, + { "test": "nacl_loader_unittests" }, { + "test": "net_unittests" + }, + { "test": "ppapi_unittests" }, { @@ -233,6 +236,9 @@ "test": "sql_unittests" }, { + "test": "sync_integration_tests" + }, + { "test": "sync_unit_tests" }, { @@ -242,6 +248,9 @@ "test": "ui_touch_selection_unittests" }, { + "test": "unit_tests" + }, + { "test": "url_unittests" }, { diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json index c0892ee..db76d11 100644 --- a/testing/buildbot/tryserver.chromium.linux.json +++ b/testing/buildbot/tryserver.chromium.linux.json @@ -169,14 +169,7 @@ "linux_chromium_gn_rel": { "additional_compile_targets": [ "browser_tests", - "content_browsertests", - "extensions_browsertests", - "interactive_ui_tests", - "mandoline:all", - "media_unittests", - "net_unittests", - "sync_integration_tests", - "unit_tests" + "mandoline:all" ], "gtest_tests": [ { @@ -210,6 +203,9 @@ "test": "components_unittests" }, { + "test": "content_browsertests" + }, + { "test": "content_unittests" }, { @@ -249,6 +245,9 @@ "test": "gpu_unittests" }, { + "test": "interactive_ui_tests" + }, + { "test": "ipc_mojo_unittests" }, { @@ -258,9 +257,15 @@ "test": "jingle_unittests" }, { + "test": "media_unittests" + }, + { "test": "nacl_loader_unittests" }, { + "test": "net_unittests" + }, + { "test": "ppapi_unittests" }, { @@ -279,6 +284,9 @@ "test": "sql_unittests" }, { + "test": "sync_integration_tests" + }, + { "test": "sync_unit_tests" }, { @@ -288,6 +296,9 @@ "test": "ui_touch_selection_unittests" }, { + "test": "unit_tests" + }, + { "test": "url_unittests" }, { |