| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[DEPOT_TOOLS]/gclient.py", | 6 "[DEPOT_TOOLS]/gclient.py", |
| 7 "config", | 7 "config", |
| 8 "--spec", | 8 "--spec", |
| 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git'}]" | 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/mojo.git'}]" |
| 10 ], | 10 ], |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 "--debug" | 82 "--debug" |
| 83 ], | 83 ], |
| 84 "name": "mojob build" | 84 "name": "mojob build" |
| 85 }, | 85 }, |
| 86 { | 86 { |
| 87 "cmd": [ | 87 "cmd": [ |
| 88 "python", | 88 "python", |
| 89 "-u", | 89 "-u", |
| 90 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", | 90 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", |
| 91 "test", | 91 "test", |
| 92 "--debug" | 92 "--debug", |
| 93 "--master-name", |
| 94 "chromium.testing.master", |
| 95 "--builder-name", |
| 96 "Mojo Win (dbg)", |
| 97 "--build-number", |
| 98 "571", |
| 99 "--test-results-server", |
| 100 "test-results.appspot.com" |
| 93 ], | 101 ], |
| 94 "name": "mojob test" | 102 "name": "mojob test" |
| 95 } | 103 } |
| 96 ] | 104 ] |
| OLD | NEW |