OLD | NEW |
1 { | 1 { |
2 "Linux ASan LSan Tests (1)": { | 2 "Linux ASan LSan Tests (1)": { |
3 "gtest_tests": [ | 3 "gtest_tests": [ |
4 { | 4 { |
5 "swarming": { | 5 "swarming": { |
6 "can_use_on_swarming_builders": true | 6 "can_use_on_swarming_builders": true |
7 }, | 7 }, |
8 "test": "accessibility_unittests" | 8 "test": "accessibility_unittests" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "test": "gfx_unittests" | 69 "test": "gfx_unittests" |
70 }, | 70 }, |
71 { | 71 { |
72 "test": "google_apis_unittests" | 72 "test": "google_apis_unittests" |
73 }, | 73 }, |
74 { | 74 { |
75 "test": "gpu_unittests" | 75 "test": "gpu_unittests" |
76 }, | 76 }, |
77 { | 77 { |
78 "swarming": { | 78 "swarming": { |
79 "can_use_on_swarming_builders": true | 79 "can_use_on_swarming_builders": true, |
| 80 "shards": 3 |
80 }, | 81 }, |
81 "test": "interactive_ui_tests" | 82 "test": "interactive_ui_tests" |
82 }, | 83 }, |
83 { | 84 { |
84 "test": "ipc_tests" | 85 "test": "ipc_tests" |
85 }, | 86 }, |
86 { | 87 { |
87 "test": "jingle_unittests" | 88 "test": "jingle_unittests" |
88 }, | 89 }, |
89 { | 90 { |
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
517 }, | 518 }, |
518 { | 519 { |
519 "test": "ui_base_unittests" | 520 "test": "ui_base_unittests" |
520 }, | 521 }, |
521 { | 522 { |
522 "test": "url_unittests" | 523 "test": "url_unittests" |
523 } | 524 } |
524 ] | 525 ] |
525 } | 526 } |
526 } | 527 } |
OLD | NEW |