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" |
+ ] |
+} |
+ |