| 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 GN": { | 7 "Linux ChromiumOS GN": { |
| 8 "additional_compile_targets": [ | 8 "additional_compile_targets": [ |
| 9 "gn_all" | 9 "gn_all" |
| 10 ], | 10 ], |
| 11 "gtest_tests": [ | 11 "gtest_tests": [ |
| 12 { | 12 { |
| 13 "swarming": { | 13 "swarming": { |
| 14 "can_use_on_swarming_builders": true | 14 "can_use_on_swarming_builders": true |
| 15 }, | 15 }, |
| 16 "test": "base_unittests" | 16 "test": "base_unittests" |
| 17 }, | 17 }, |
| 18 { | 18 { |
| 19 "swarming": { |
| 20 "can_use_on_swarming_builders": true |
| 21 }, |
| 22 "test": "exo_unittests" |
| 23 }, |
| 24 { |
| 19 "args": [ | 25 "args": [ |
| 20 "--override-use-gl-with-osmesa-for-tests" | 26 "--override-use-gl-with-osmesa-for-tests" |
| 21 ], | 27 ], |
| 22 "test": "mash_unittests" | 28 "test": "mash_unittests" |
| 23 } | 29 } |
| 24 ] | 30 ] |
| 25 }, | 31 }, |
| 26 "Linux ChromiumOS GN (dbg)": { | 32 "Linux ChromiumOS GN (dbg)": { |
| 27 "additional_compile_targets": [ | 33 "additional_compile_targets": [ |
| 28 "gn_all" | 34 "gn_all" |
| 29 ], | 35 ], |
| 30 "gtest_tests": [ | 36 "gtest_tests": [ |
| 31 { | 37 { |
| 32 "swarming": { | 38 "swarming": { |
| 33 "can_use_on_swarming_builders": true | 39 "can_use_on_swarming_builders": true |
| 34 }, | 40 }, |
| 35 "test": "base_unittests" | 41 "test": "base_unittests" |
| 36 }, | 42 }, |
| 37 { | 43 { |
| 44 "swarming": { |
| 45 "can_use_on_swarming_builders": true |
| 46 }, |
| 47 "test": "exo_unittests" |
| 48 }, |
| 49 { |
| 38 "args": [ | 50 "args": [ |
| 39 "--override-use-gl-with-osmesa-for-tests" | 51 "--override-use-gl-with-osmesa-for-tests" |
| 40 ], | 52 ], |
| 41 "test": "mash_unittests" | 53 "test": "mash_unittests" |
| 42 } | 54 } |
| 43 ] | 55 ] |
| 44 }, | 56 }, |
| 45 "Linux ChromiumOS Ozone Tests (1)": { | 57 "Linux ChromiumOS Ozone Tests (1)": { |
| 46 "gtest_tests": [ | 58 "gtest_tests": [ |
| 47 { | 59 { |
| (...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 960 }, | 972 }, |
| 961 { | 973 { |
| 962 "swarming": { | 974 "swarming": { |
| 963 "can_use_on_swarming_builders": true | 975 "can_use_on_swarming_builders": true |
| 964 }, | 976 }, |
| 965 "test": "wm_unittests" | 977 "test": "wm_unittests" |
| 966 } | 978 } |
| 967 ] | 979 ] |
| 968 } | 980 } |
| 969 } | 981 } |
| OLD | NEW |