| 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 "--release" | 80 "--release", |
| 81 "--master-name", |
| 82 "chromium.testing.master", |
| 83 "--builder-name", |
| 84 "Mojo Linux", |
| 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 { |
| 85 "cmd": [ | 93 "cmd": [ |
| 86 "python", | 94 "python", |
| 87 "-u", | 95 "-u", |
| 88 "[SLAVE_BUILD]/src/mojo/tools/upload_shell_binary.py" | 96 "[SLAVE_BUILD]/src/mojo/tools/upload_shell_binary.py" |
| 89 ], | 97 ], |
| 90 "name": "upload shell binary" | 98 "name": "upload shell binary" |
| 91 } | 99 } |
| 92 ] | 100 ] |
| OLD | NEW |