| OLD | NEW |
| 1 { | 1 { |
| 2 "gtest_tests": [ | 2 "gtest_tests": [ |
| 3 "accessibility_unittests", | 3 "accessibility_unittests", |
| 4 { | 4 { |
| 5 "test": "base_unittests", | 5 "test": "base_unittests", |
| 6 "swarming": { | 6 "swarming": { |
| 7 "can_use_on_swarming_builders": true | 7 "can_use_on_swarming_builders": true |
| 8 } | 8 } |
| 9 }, | 9 }, |
| 10 { | 10 { |
| 11 "test": "browser_tests", | 11 "test": "browser_tests", |
| 12 "swarming": { | 12 "swarming": { |
| 13 "can_use_on_swarming_builders": true, | 13 "can_use_on_swarming_builders": true, |
| 14 "shards": 10 | 14 "shards": 10 |
| 15 } | 15 } |
| 16 }, | 16 }, |
| 17 "cacheinvalidation_unittests", | 17 "cacheinvalidation_unittests", |
| 18 "cc_unittests", | 18 "cc_unittests", |
| 19 { | 19 "components_unittests", |
| 20 "test": "components_unittests", | |
| 21 "swarming": { | |
| 22 "can_use_on_swarming_builders": true | |
| 23 } | |
| 24 }, | |
| 25 { | 20 { |
| 26 "test": "content_browsertests", | 21 "test": "content_browsertests", |
| 27 "swarming": { | 22 "swarming": { |
| 28 "can_use_on_swarming_builders": true | 23 "can_use_on_swarming_builders": true |
| 29 } | 24 } |
| 30 }, | 25 }, |
| 31 { | 26 { |
| 32 "test": "content_unittests", | 27 "test": "content_unittests", |
| 33 "swarming": { | 28 "swarming": { |
| 34 "can_use_on_swarming_builders": true | 29 "can_use_on_swarming_builders": true |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 { | 70 { |
| 76 "test": "unit_tests", | 71 "test": "unit_tests", |
| 77 "swarming": { | 72 "swarming": { |
| 78 "can_use_on_swarming_builders": true, | 73 "can_use_on_swarming_builders": true, |
| 79 "shards": 2 | 74 "shards": 2 |
| 80 } | 75 } |
| 81 }, | 76 }, |
| 82 "url_unittests" | 77 "url_unittests" |
| 83 ] | 78 ] |
| 84 } | 79 } |
| OLD | NEW |