| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Tests (1)": { | 2 "Linux ChromiumOS Tests (1)": { |
| 3 "gtest_tests": [ | 3 "gtest_tests": [ |
| 4 "accessibility_unittests", | 4 "accessibility_unittests", |
| 5 { | 5 { |
| 6 "test": "base_unittests", | 6 "test": "base_unittests", |
| 7 "swarming": { | 7 "swarming": { |
| 8 "can_use_on_swarming_builders": true | 8 "can_use_on_swarming_builders": true |
| 9 } | 9 } |
| 10 }, | 10 }, |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 78 { | 78 { |
| 79 "test": "unit_tests", | 79 "test": "unit_tests", |
| 80 "swarming": { | 80 "swarming": { |
| 81 "can_use_on_swarming_builders": true | 81 "can_use_on_swarming_builders": true |
| 82 } | 82 } |
| 83 }, | 83 }, |
| 84 "sql_unittests", | 84 "sql_unittests", |
| 85 "nacl_loader_unittests", | 85 "nacl_loader_unittests", |
| 86 "app_shell_unittests", | 86 "app_shell_unittests", |
| 87 "chromevox_tests", | 87 "chromevox_tests", |
| 88 "extensions_browsertests", | 88 { |
| 89 "test": "extensions_browsertests", |
| 90 "swarming": { |
| 91 "can_use_on_swarming_builders": true |
| 92 } |
| 93 }, |
| 89 "skia_unittests" | 94 "skia_unittests" |
| 90 ] | 95 ] |
| 91 }, | 96 }, |
| 92 "Linux ChromiumOS Tests (2)": { | 97 "Linux ChromiumOS Tests (2)": { |
| 93 "gtest_tests": [ | 98 "gtest_tests": [ |
| 94 ] | 99 ] |
| 95 }, | 100 }, |
| 96 "Linux ChromiumOS Tests (dbg)(1)": { | 101 "Linux ChromiumOS Tests (dbg)(1)": { |
| 97 "gtest_tests": [ | 102 "gtest_tests": [ |
| 98 "accessibility_unittests", | 103 "accessibility_unittests", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 } | 169 } |
| 165 }, | 170 }, |
| 166 "app_shell_unittests", | 171 "app_shell_unittests", |
| 167 { | 172 { |
| 168 "test": "content_browsertests", | 173 "test": "content_browsertests", |
| 169 "swarming": { | 174 "swarming": { |
| 170 "can_use_on_swarming_builders": true, | 175 "can_use_on_swarming_builders": true, |
| 171 "shards": 2 | 176 "shards": 2 |
| 172 } | 177 } |
| 173 }, | 178 }, |
| 174 "extensions_browsertests", | 179 { |
| 180 "test": "extensions_browsertests", |
| 181 "swarming": { |
| 182 "can_use_on_swarming_builders": true |
| 183 } |
| 184 }, |
| 175 "gcm_unit_tests", | 185 "gcm_unit_tests", |
| 176 "skia_unittests", | 186 "skia_unittests", |
| 177 { | 187 { |
| 178 "test": "interactive_ui_tests", | 188 "test": "interactive_ui_tests", |
| 179 "swarming": { | 189 "swarming": { |
| 180 "can_use_on_swarming_builders": true, | 190 "can_use_on_swarming_builders": true, |
| 181 "shards": 3 | 191 "shards": 3 |
| 182 } | 192 } |
| 183 } | 193 } |
| 184 ] | 194 ] |
| 185 }, | 195 }, |
| 186 "Linux ChromiumOS Tests (dbg)(2)": { | 196 "Linux ChromiumOS Tests (dbg)(2)": { |
| 187 "gtest_tests": [ | 197 "gtest_tests": [ |
| 188 ] | 198 ] |
| 189 }, | 199 }, |
| 190 "Linux ChromiumOS Tests (dbg)(3)": { | 200 "Linux ChromiumOS Tests (dbg)(3)": { |
| 191 "gtest_tests": [ | 201 "gtest_tests": [ |
| 192 ] | 202 ] |
| 193 } | 203 } |
| 194 } | 204 } |
| OLD | NEW |