Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | |
| 5 "app_shell_browsertests", | |
| 4 "base_unittests", | 6 "base_unittests", |
| 7 { | |
| 8 "test": "browser_tests", | |
| 9 "swarming": { | |
| 10 "can_use_on_swarming_builders": true, | |
| 11 "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
| |
| 12 } | |
| 13 }, | |
| 5 "cacheinvalidation_unittests", | 14 "cacheinvalidation_unittests", |
| 15 "cast_unittests", | |
| 16 "cc_unittests", | |
| 17 "components_unittests", | |
| 18 { | |
| 19 "test": "content_browsertests", | |
| 20 "swarming": { | |
| 21 "can_use_on_swarming_builders": true | |
| 22 } | |
| 23 }, | |
| 24 { | |
| 25 "test": "content_unittests", | |
| 26 "swarming": { | |
| 27 "can_use_on_swarming_builders": true | |
| 28 } | |
| 29 }, | |
| 6 "crypto_unittests", | 30 "crypto_unittests", |
| 7 "device_unittests", | 31 "device_unittests", |
| 32 "display_unittests", | |
| 8 "gcm_unit_tests", | 33 "gcm_unit_tests", |
| 34 "gfx_unittests", | |
| 35 "google_apis_unittests", | |
| 9 "gpu_unittests", | 36 "gpu_unittests", |
| 37 { | |
| 38 "test": "interactive_ui_tests", | |
| 39 "swarming": { | |
| 40 "can_use_on_swarming_builders": true | |
| 41 } | |
| 42 }, | |
| 43 "ipc_tests", | |
| 10 "jingle_unittests", | 44 "jingle_unittests", |
| 45 "media_unittests", | |
| 11 "net_unittests", | 46 "net_unittests", |
| 47 "ppapi_unittests", | |
| 48 "printing_unittests", | |
| 49 "remoting_unittests", | |
| 12 "sandbox_linux_unittests", | 50 "sandbox_linux_unittests", |
| 13 {"test": "browser_tests", "shard_index": 0, "total_shards": 3} | 51 "sql_unittests", |
| 52 "sync_unit_tests", | |
| 53 "ui_unittests", | |
| 54 { | |
| 55 "test": "unit_tests", | |
| 56 "swarming": { | |
| 57 "can_use_on_swarming_builders": true | |
| 58 } | |
|
M-A Ruel
2014/09/30 16:11:54
maybe 2 shards?
jam
2014/09/30 16:14:52
this takes 5 minutes
| |
| 59 }, | |
| 60 "url_unittests" | |
| 14 ] | 61 ] |
| 15 }, | 62 }, |
| 16 "Linux ASan LSan Tests (2)": { | 63 "Linux ASan LSan Tests (2)": { |
| 17 "gtest_tests": [ | 64 "gtest_tests": [ |
| 18 "accessibility_unittests", | |
| 19 "app_shell_browsertests", | |
| 20 "cast_unittests", | |
| 21 "content_unittests", | |
| 22 "display_unittests", | |
| 23 "gfx_unittests", | |
| 24 "google_apis_unittests", | |
| 25 "ipc_tests", | |
| 26 "media_unittests", | |
| 27 "ppapi_unittests", | |
| 28 "printing_unittests", | |
| 29 "remoting_unittests", | |
| 30 "sql_unittests", | |
| 31 "sync_unit_tests", | |
| 32 "ui_unittests", | |
| 33 "unit_tests", | |
| 34 "url_unittests", | |
| 35 {"test": "browser_tests", "shard_index": 1, "total_shards": 3} | |
| 36 ] | 65 ] |
| 37 }, | 66 }, |
| 38 "Linux ASan LSan Tests (3)": { | 67 "Linux ASan LSan Tests (3)": { |
| 39 "gtest_tests": [ | 68 "gtest_tests": [ |
| 40 "cc_unittests", | |
| 41 "components_unittests", | |
| 42 "content_browsertests", | |
| 43 "interactive_ui_tests", | |
| 44 {"test": "browser_tests", "shard_index": 2, "total_shards": 3} | |
| 45 ] | 69 ] |
| 46 }, | 70 }, |
| 47 "Linux ASan Tests (sandboxed)": { | 71 "Linux ASan Tests (sandboxed)": { |
| 48 "gtest_tests": [ | 72 "gtest_tests": [ |
| 49 "browser_tests", | 73 { |
| 50 "content_browsertests", | 74 "test": "browser_tests", |
| 51 "interactive_ui_tests" | 75 "swarming": { |
| 76 "can_use_on_swarming_builders": true, | |
| 77 "shards": 2 | |
| 78 } | |
| 79 }, | |
| 80 { | |
| 81 "test": "content_browsertests", | |
| 82 "swarming": { | |
| 83 "can_use_on_swarming_builders": true | |
| 84 } | |
| 85 }, | |
| 86 { | |
| 87 "test": "interactive_ui_tests", | |
| 88 "swarming": { | |
| 89 "can_use_on_swarming_builders": true | |
| 90 } | |
| 91 } | |
| 52 ] | 92 ] |
| 53 } | 93 } |
| 54 } | 94 } |
| OLD | NEW |