| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "GOMA_DIR": "/b/build/goma" | 70 "GOMA_DIR": "/b/build/goma" |
| 71 }, | 71 }, |
| 72 "name": "mojob build" | 72 "name": "mojob build" |
| 73 }, | 73 }, |
| 74 { | 74 { |
| 75 "cmd": [ | 75 "cmd": [ |
| 76 "python", | 76 "python", |
| 77 "-u", | 77 "-u", |
| 78 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", | 78 "[SLAVE_BUILD]/src/mojo/tools/mojob.py", |
| 79 "test", | 79 "test", |
| 80 "--debug" | 80 "--debug", |
| 81 "--master-name", |
| 82 "chromium.testing.master", |
| 83 "--builder-name", |
| 84 "Mojo Linux (dbg)", |
| 85 "--build-number", |
| 86 "571", |
| 87 "--test-results-server", |
| 88 "test-results.appspot.com" |
| 81 ], | 89 ], |
| 82 "name": "mojob test" | 90 "name": "mojob test" |
| 83 } | 91 } |
| 84 ] | 92 ] |
| OLD | NEW |