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

Unified Diff: testing/buildbot/chromium.memory.json

Issue 618763004: Swarm Linux memory bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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.json
diff --git a/testing/buildbot/chromium.memory.json b/testing/buildbot/chromium.memory.json
index 6efde65a99b203c2442b5b6fb50c5573604a79d2..9fe3b3edfe2e8c3b61a31854fc140a15754c47d4 100644
--- a/testing/buildbot/chromium.memory.json
+++ b/testing/buildbot/chromium.memory.json
@@ -1,54 +1,94 @@
{
"Linux ASan LSan Tests (1)": {
"gtest_tests": [
+ "accessibility_unittests",
+ "app_shell_browsertests",
"base_unittests",
+ {
+ "test": "browser_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 3
M-A Ruel 2014/09/30 16:11:54 Only 3?
jam 2014/09/30 16:14:52 currently browser_tests takes 30 minutes. i have b
+ }
+ },
"cacheinvalidation_unittests",
+ "cast_unittests",
+ "cc_unittests",
+ "components_unittests",
+ {
+ "test": "content_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ {
+ "test": "content_unittests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"crypto_unittests",
"device_unittests",
- "gcm_unit_tests",
- "gpu_unittests",
- "jingle_unittests",
- "net_unittests",
- "sandbox_linux_unittests",
- {"test": "browser_tests", "shard_index": 0, "total_shards": 3}
- ]
- },
- "Linux ASan LSan Tests (2)": {
- "gtest_tests": [
- "accessibility_unittests",
- "app_shell_browsertests",
- "cast_unittests",
- "content_unittests",
"display_unittests",
+ "gcm_unit_tests",
"gfx_unittests",
"google_apis_unittests",
+ "gpu_unittests",
+ {
+ "test": "interactive_ui_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
"ipc_tests",
+ "jingle_unittests",
"media_unittests",
+ "net_unittests",
"ppapi_unittests",
"printing_unittests",
"remoting_unittests",
+ "sandbox_linux_unittests",
"sql_unittests",
"sync_unit_tests",
"ui_unittests",
- "unit_tests",
- "url_unittests",
- {"test": "browser_tests", "shard_index": 1, "total_shards": 3}
+ {
+ "test": "unit_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
M-A Ruel 2014/09/30 16:11:54 maybe 2 shards?
jam 2014/09/30 16:14:52 this takes 5 minutes
+ },
+ "url_unittests"
+ ]
+ },
+ "Linux ASan LSan Tests (2)": {
+ "gtest_tests": [
]
},
"Linux ASan LSan Tests (3)": {
"gtest_tests": [
- "cc_unittests",
- "components_unittests",
- "content_browsertests",
- "interactive_ui_tests",
- {"test": "browser_tests", "shard_index": 2, "total_shards": 3}
]
},
"Linux ASan Tests (sandboxed)": {
"gtest_tests": [
- "browser_tests",
- "content_browsertests",
- "interactive_ui_tests"
+ {
+ "test": "browser_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true,
+ "shards": 2
+ }
+ },
+ {
+ "test": "content_browsertests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ },
+ {
+ "test": "interactive_ui_tests",
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ }
+ }
]
}
}
« 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