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