Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: testing/buildbot/chromium_memory_trybot.json

Issue 464063004: Added linux_asan tests to chromium_memory_trybot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium_memory_trybot.json
diff --git a/testing/buildbot/chromium_memory_trybot.json b/testing/buildbot/chromium_memory_trybot.json
new file mode 100644
index 0000000000000000000000000000000000000000..2406c17f3cc2b52d2befa6b99c3f2741683d5ecb
--- /dev/null
+++ b/testing/buildbot/chromium_memory_trybot.json
@@ -0,0 +1,92 @@
+{
+ "compile_targets": [
+ "all"
+ ],
+ "gtest_tests": [
+ "accessibility_unittests",
+ {
+ "test": "base_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
Paweł Hajdan Jr. 2014/08/14 11:23:38 Are we using this on swarming for memory tools? If
cmumford 2014/08/14 18:32:15 Done.
+ }
+ },
+ "cacheinvalidation_unittests",
+ "cast_unittests",
+ "cc_unittests",
+ "components_unittests",
+ {
+ "test": "content_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ "crypto_unittests",
+ "device_unittests",
+ "gcm_unit_tests",
+ "gfx_unittests",
+ "google_apis_unittests",
+ "gpu_unittests",
+ "ipc_tests",
+ "jingle_unittests",
+ "media_unittests",
+ {
+ "test": "net_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ "ppapi_unittests",
+ "printing_unittests",
+ "remoting_unittests",
+ "sql_unittests",
+ "sync_unit_tests",
+ "ui_unittests",
+ {
+ "test": "unit_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 2
+ }
+ },
+ "url_unittests",
+ {
+ "test": "sandbox_linux_unittests",
+ "platforms": ["linux"],
+ "args": ["--test-launcher-print-test-stdio=always"]
+ },
+ {
+ "test": "display_unittests",
+ "platforms": ["linux"]
+ }
+ ],
+
+ "gtest_tests_filter_exclusions": [
Paweł Hajdan Jr. 2014/08/14 11:23:38 This shouldn't be duplicated. Can we leave it out
cmumford 2014/08/14 18:32:15 Done.
+ ".*gyp[i]?",
+ "build/android/pylib",
+ "build/compiler_version.py",
+ "build/get_landmines.py",
+ "build/gyp_chromium",
+ "build/linux/sysroot_ld_path.sh",
+ "chrome/test/data/.*",
+ "content/test/data/.*",
+ "DEPS",
+ "testing/buildbot/.*",
+ "tools/clang/scripts/plugin_flags.sh",
+ "tools/clang/scripts/update.py",
+ "tools/clang/scripts/update.sh",
+ "tools/perf/.*",
+ "tools/telemetry/.*",
+ "tools/whitespace.txt"
+ ],
+
+ "non_filter_builders": [
+ ],
+
+ "filter_tests_builders": [
Paweł Hajdan Jr. 2014/08/14 11:23:38 Same here, looks like this is just not relevant to
cmumford 2014/08/14 18:32:15 Done.
+ "linux_chromium_rel_swarming",
+ "win_chromium_rel",
+ "win_chromium_rel_swarming",
+ "win_chromium_x64_rel"
+ ]
+}
+
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698