From e39f437e7ca4d47fb53dac49062119dc616466bc Mon Sep 17 00:00:00 2001 From: dpranke Date: Thu, 7 May 2015 16:20:49 -0700 Subject: [PATCH] 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} --- testing/buildbot/chromium.linux.json | 29 +++++++++++++++++--------- 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 474293c84a56..425a723aa991 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 c0892ee54580..db76d118926c 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" }, { -- 2.11.4.GIT