summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-04-15 19:14:24 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-16 02:14:50 +0000
commit94a945cc60ea5ecc1f20252684589e1e7c6295b5 (patch)
tree3a63a65bb347321b8023a8348139e5da6cf9160e /testing
parent8c865340749de6de14d68b64d69af6942e445f69 (diff)
downloadchromium_src-94a945cc60ea5ecc1f20252684589e1e7c6295b5.zip
chromium_src-94a945cc60ea5ecc1f20252684589e1e7c6295b5.tar.gz
chromium_src-94a945cc60ea5ecc1f20252684589e1e7c6295b5.tar.bz2
Whitelist mb files for 'mb analyze', fix Android GN test targets.
If one of the tools/mb files changes, mb analyze may not produce correct results (since the configs might change), so we should just build everything. Also, fix a dangling target for the android_gn trybot. TBR=phajdan.jr@chromium.org BUG=454413 Review URL: https://codereview.chromium.org/1092523002 Cr-Commit-Position: refs/heads/master@{#325376}
Diffstat (limited to 'testing')
-rw-r--r--testing/buildbot/chromium.linux.json6
-rw-r--r--testing/buildbot/trybot_analyze_config.json1
2 files changed, 2 insertions, 5 deletions
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index 93ac490..e3819f5 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -3,11 +3,7 @@
"additional_compile_targets": [
"chrome_shell_apk"
],
- "gtest_tests": [
- {
- "test": "base_unittests"
- }
- ]
+ "gtest_tests": []
},
"Android Tests": {
"scripts": [
diff --git a/testing/buildbot/trybot_analyze_config.json b/testing/buildbot/trybot_analyze_config.json
index 98fb32d..f5c6710 100644
--- a/testing/buildbot/trybot_analyze_config.json
+++ b/testing/buildbot/trybot_analyze_config.json
@@ -37,6 +37,7 @@
"third_party/zlib/google/test/data/.*",
"tools/clang/scripts/update.py",
"tools/clang/scripts/update.sh",
+ "tools/mb/.*",
"tools/metrics/histograms/histograms.xml",
"tools/perf/.*",
"tools/telemetry/.*"