summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk Pranke <dpranke@chromium.org>2015-04-21 23:37:44 -0700
committerDirk Pranke <dpranke@chromium.org>2015-04-22 06:38:28 +0000
commit481d0a96dc854b019303f1f30838ca014b5e50b2 (patch)
tree9e9bc48d32ed6325da1c671f6ad2ca0e412926d0
parent12b415ba1a82e3c284a073637ae5221a2a948ede (diff)
downloadchromium_src-481d0a96dc854b019303f1f30838ca014b5e50b2.zip
chromium_src-481d0a96dc854b019303f1f30838ca014b5e50b2.tar.gz
chromium_src-481d0a96dc854b019303f1f30838ca014b5e50b2.tar.bz2
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}
-rw-r--r--testing/buildbot/chromium.chromiumos.json10
-rw-r--r--testing/buildbot/chromium.win.json20
2 files changed, 30 insertions, 0 deletions
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": [
{