| OLD | NEW |
| 1 { | 1 { |
| 2 "gtest_tests": [ | 2 "gtest_tests": [ |
| 3 "accessibility_unittests", | 3 "accessibility_unittests", |
| 4 { | 4 { |
| 5 "swarming": { | 5 "swarming": { |
| 6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
| 7 }, | 7 }, |
| 8 "test": "base_unittests" | 8 "test": "base_unittests" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "swarming": { | 11 "swarming": { |
| 12 "can_use_on_swarming_builders": true, | 12 "can_use_on_swarming_builders": true, |
| 13 "shards": 10 | 13 "shards": 10 |
| 14 }, | 14 }, |
| 15 "test": "browser_tests" | 15 "test": "browser_tests" |
| 16 }, | 16 }, |
| 17 "cacheinvalidation_unittests", | 17 "cacheinvalidation_unittests", |
| 18 { | 18 { |
| 19 "swarming": { | 19 "swarming": { |
| 20 "can_use_on_swarming_builders": true | 20 "can_use_on_swarming_builders": true |
| 21 }, | |
| 22 "test": "capture_unittests" | |
| 23 }, | |
| 24 { | |
| 25 "swarming": { | |
| 26 "can_use_on_swarming_builders": true | |
| 27 }, | 21 }, |
| 28 "test": "cc_unittests" | 22 "test": "cc_unittests" |
| 29 }, | 23 }, |
| 30 { | 24 { |
| 31 "swarming": { | 25 "swarming": { |
| 32 "can_use_on_swarming_builders": true | 26 "can_use_on_swarming_builders": true |
| 33 }, | 27 }, |
| 34 "test": "components_browsertests" | 28 "test": "components_browsertests" |
| 35 }, | 29 }, |
| 36 { | 30 { |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 { | 124 { |
| 131 "swarming": { | 125 "swarming": { |
| 132 "can_use_on_swarming_builders": true, | 126 "can_use_on_swarming_builders": true, |
| 133 "shards": 2 | 127 "shards": 2 |
| 134 }, | 128 }, |
| 135 "test": "unit_tests" | 129 "test": "unit_tests" |
| 136 }, | 130 }, |
| 137 "url_unittests" | 131 "url_unittests" |
| 138 ] | 132 ] |
| 139 } | 133 } |
| OLD | NEW |