| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_chromium_rel", | 10 "linux_chromium_rel", |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "[SLAVE_BUILD]/src", | 103 "[SLAVE_BUILD]/src", |
| 104 "--build-tool", | 104 "--build-tool", |
| 105 "ninja", | 105 "ninja", |
| 106 "--compiler", | 106 "--compiler", |
| 107 "goma", | 107 "goma", |
| 108 "--goma-dir", | 108 "--goma-dir", |
| 109 "[BUILD]/goma", | 109 "[BUILD]/goma", |
| 110 "--", | 110 "--", |
| 111 "all", | 111 "all", |
| 112 "chrome", | 112 "chrome", |
| 113 "chrome_run", |
| 113 "chrome", | 114 "chrome", |
| 114 "chrome" | 115 "chrome_run", |
| 116 "chrome", |
| 117 "chrome_run" |
| 115 ], | 118 ], |
| 116 "name": "compile (with patch)" | 119 "name": "compile (with patch)" |
| 117 }, | 120 }, |
| 118 { | 121 { |
| 119 "cmd": [ | 122 "cmd": [ |
| 120 "python", | 123 "python", |
| 121 "-u", | 124 "-u", |
| 122 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 125 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 123 "--json", | 126 "--json", |
| 124 "/path/to/tmp/json" | 127 "/path/to/tmp/json" |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 "cmd": [ | 267 "cmd": [ |
| 265 "python", | 268 "python", |
| 266 "-u", | 269 "-u", |
| 267 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 270 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 268 "--write-full-results-to", | 271 "--write-full-results-to", |
| 269 "/path/to/tmp/json" | 272 "/path/to/tmp/json" |
| 270 ], | 273 ], |
| 271 "name": "mojo_python_tests (with patch)" | 274 "name": "mojo_python_tests (with patch)" |
| 272 } | 275 } |
| 273 ] | 276 ] |
| OLD | NEW |