| 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 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "[SLAVE_BUILD]/src", | 174 "[SLAVE_BUILD]/src", |
| 175 "--build-tool", | 175 "--build-tool", |
| 176 "ninja", | 176 "ninja", |
| 177 "--compiler", | 177 "--compiler", |
| 178 "goma", | 178 "goma", |
| 179 "--goma-dir", | 179 "--goma-dir", |
| 180 "[BUILD]/goma", | 180 "[BUILD]/goma", |
| 181 "--", | 181 "--", |
| 182 "all", | 182 "all", |
| 183 "chrome", | 183 "chrome", |
| 184 "chrome_run", |
| 184 "chrome", | 185 "chrome", |
| 186 "chrome_run", |
| 185 "base_unittests", | 187 "base_unittests", |
| 186 "browser_tests", | 188 "browser_tests", |
| 187 "chrome" | 189 "chrome", |
| 190 "chrome_run" |
| 188 ], | 191 ], |
| 189 "name": "compile (with patch)" | 192 "name": "compile (with patch)" |
| 190 }, | 193 }, |
| 191 { | 194 { |
| 192 "cmd": [ | 195 "cmd": [ |
| 193 "python", | 196 "python", |
| 194 "-u", | 197 "-u", |
| 195 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 198 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 196 "--json", | 199 "--json", |
| 197 "/path/to/tmp/json" | 200 "/path/to/tmp/json" |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 385 "cmd": [ | 388 "cmd": [ |
| 386 "python", | 389 "python", |
| 387 "-u", | 390 "-u", |
| 388 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 391 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 389 "--write-full-results-to", | 392 "--write-full-results-to", |
| 390 "/path/to/tmp/json" | 393 "/path/to/tmp/json" |
| 391 ], | 394 ], |
| 392 "name": "mojo_python_tests (with patch)" | 395 "name": "mojo_python_tests (with patch)" |
| 393 } | 396 } |
| 394 ] | 397 ] |
| OLD | NEW |