| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "[SLAVE_BUILD]/src", | 137 "[SLAVE_BUILD]/src", |
| 138 "--build-tool", | 138 "--build-tool", |
| 139 "ninja", | 139 "ninja", |
| 140 "--compiler", | 140 "--compiler", |
| 141 "goma", | 141 "goma", |
| 142 "--goma-dir", | 142 "--goma-dir", |
| 143 "[BUILD]/goma", | 143 "[BUILD]/goma", |
| 144 "--", | 144 "--", |
| 145 "all", | 145 "all", |
| 146 "chrome", | 146 "chrome", |
| 147 "chrome_run", |
| 147 "chrome", | 148 "chrome", |
| 148 "chrome" | 149 "chrome_run", |
| 150 "chrome", |
| 151 "chrome_run" |
| 149 ], | 152 ], |
| 150 "name": "compile (with patch)" | 153 "name": "compile (with patch)" |
| 151 }, | 154 }, |
| 152 { | 155 { |
| 153 "cmd": [ | 156 "cmd": [ |
| 154 "python", | 157 "python", |
| 155 "-u", | 158 "-u", |
| 156 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", | 159 "[SLAVE_BUILD]/src/buildtools/checkdeps/checkdeps.py", |
| 157 "--json", | 160 "--json", |
| 158 "/path/to/tmp/json" | 161 "/path/to/tmp/json" |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "cmd": [ | 301 "cmd": [ |
| 299 "python", | 302 "python", |
| 300 "-u", | 303 "-u", |
| 301 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", | 304 "[SLAVE_BUILD]/src/mojo/tools/run_mojo_python_tests.py", |
| 302 "--write-full-results-to", | 305 "--write-full-results-to", |
| 303 "/path/to/tmp/json" | 306 "/path/to/tmp/json" |
| 304 ], | 307 ], |
| 305 "name": "mojo_python_tests (with patch)" | 308 "name": "mojo_python_tests (with patch)" |
| 306 } | 309 } |
| 307 ] | 310 ] |
| OLD | NEW |