| OLD | NEW |
| 1 { | 1 { |
| 2 "Linux ChromiumOS Builder": { | 2 "Linux ChromiumOS Builder": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "All" | 4 "All" |
| 5 ] | 5 ] |
| 6 }, | 6 }, |
| 7 "Linux ChromiumOS Ozone Tests (1)": { | 7 "Linux ChromiumOS Ozone Tests (1)": { |
| 8 "gtest_tests": [ | 8 "gtest_tests": [ |
| 9 { | 9 { |
| 10 "swarming": { | 10 "swarming": { |
| (...skipping 29 matching lines...) Expand all Loading... |
| 40 "swarming": { | 40 "swarming": { |
| 41 "can_use_on_swarming_builders": true | 41 "can_use_on_swarming_builders": true |
| 42 }, | 42 }, |
| 43 "test": "ash_content_unittests" | 43 "test": "ash_content_unittests" |
| 44 }, | 44 }, |
| 45 { | 45 { |
| 46 "args": [ | 46 "args": [ |
| 47 "--mus", | 47 "--mus", |
| 48 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un
ittests.filter" | 48 "--test-launcher-filter-file=../../testing/buildbot/filters/ash_mus_un
ittests.filter" |
| 49 ], | 49 ], |
| 50 "name": "ash_mus_unittests", | 50 "name": "ash_unittests --mus", |
| 51 "override_isolate_target": "ash_unittests", | 51 "override_isolate_target": "ash_unittests", |
| 52 "swarming": { | 52 "swarming": { |
| 53 "can_use_on_swarming_builders": true | 53 "can_use_on_swarming_builders": true |
| 54 }, | 54 }, |
| 55 "test": "ash_unittests" | 55 "test": "ash_unittests" |
| 56 }, | 56 }, |
| 57 { | 57 { |
| 58 "swarming": { | 58 "swarming": { |
| 59 "can_use_on_swarming_builders": true | 59 "can_use_on_swarming_builders": true |
| 60 }, | 60 }, |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 }, | 1201 }, |
| 1202 { | 1202 { |
| 1203 "swarming": { | 1203 "swarming": { |
| 1204 "can_use_on_swarming_builders": true | 1204 "can_use_on_swarming_builders": true |
| 1205 }, | 1205 }, |
| 1206 "test": "wm_unittests" | 1206 "test": "wm_unittests" |
| 1207 } | 1207 } |
| 1208 ] | 1208 ] |
| 1209 } | 1209 } |
| 1210 } | 1210 } |
| OLD | NEW |