From 481d0a96dc854b019303f1f30838ca014b5e50b2 Mon Sep 17 00:00:00 2001 From: Dirk Pranke Date: Tue, 21 Apr 2015 23:37:44 -0700 Subject: Add dummy targets for new GN bots so they won't compile all The new GN bots (ChromeOS dbg and Win x64) are having issues building; this patch adds 'additional_compile_targets' directives so that we only build a couple of test binaries for now, rather than everything. TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/1085033005 Cr-Commit-Position: refs/heads/master@{#326237} --- testing/buildbot/chromium.chromiumos.json | 10 ++++++++++ testing/buildbot/chromium.win.json | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) (limited to 'testing') diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json index 604cc25..f1cc8d6 100644 --- a/testing/buildbot/chromium.chromiumos.json +++ b/testing/buildbot/chromium.chromiumos.json @@ -9,6 +9,16 @@ } ] }, + "Linux ChromiumOS GN (dbg)": { + "additional_compile_targets": [ + "net_unittests" + ], + "gtest_tests": [ + { + "test": "base_unittests" + } + ] + }, "Linux ChromiumOS Ozone Tests (1)": { "gtest_tests": [ { diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json index 002e188..9a477ff 100644 --- a/testing/buildbot/chromium.win.json +++ b/testing/buildbot/chromium.win.json @@ -476,6 +476,26 @@ } ] }, + "Win x64 GN": { + "additional_compile_targets": [ + "net_unittests" + ], + "gtest_tests": [ + { + "test": "base_unittests" + } + ] + }, + "Win x64 GN (dbg)": { + "additional_compile_targets": [ + "net_unittests" + ], + "gtest_tests": [ + { + "test": "base_unittests" + } + ] + }, "Win7 Tests (1)": { "gtest_tests": [ { -- cgit v1.1