| 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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 "[SLAVE_BUILD]/src", | 177 "[SLAVE_BUILD]/src", |
| 178 "--build-tool", | 178 "--build-tool", |
| 179 "ninja", | 179 "ninja", |
| 180 "--compiler", | 180 "--compiler", |
| 181 "goma", | 181 "goma", |
| 182 "--goma-dir", | 182 "--goma-dir", |
| 183 "[BUILD]/goma", | 183 "[BUILD]/goma", |
| 184 "--", | 184 "--", |
| 185 "all", | 185 "all", |
| 186 "chrome", | 186 "chrome", |
| 187 "chrome_run", |
| 187 "chrome", | 188 "chrome", |
| 189 "chrome_run", |
| 188 "base_unittests", | 190 "base_unittests", |
| 189 "browser_tests", | 191 "browser_tests", |
| 190 "unittests", | 192 "unittests", |
| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 "cmd": [ | 416 "cmd": [ |
| 414 "python", | 417 "python", |
| 415 "-u", | 418 "-u", |
| 416 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 419 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 417 "--write-full-results-to", | 420 "--write-full-results-to", |
| 418 "/path/to/tmp/json" | 421 "/path/to/tmp/json" |
| 419 ], | 422 ], |
| 420 "name": "mojo_python_tests (with patch)" | 423 "name": "mojo_python_tests (with patch)" |
| 421 } | 424 } |
| 422 ] | 425 ] |
| OLD | NEW |