| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_perf_bisect", | 10 "linux_perf_bisect", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 217 "name": "generate_build_files" | 217 "name": "generate_build_files" |
| 218 }, | 218 }, |
| 219 { | 219 { |
| 220 "cmd": [ | 220 "cmd": [ |
| 221 "python", | 221 "python", |
| 222 "-u", | 222 "-u", |
| 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 223 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 224 "--show-path", | 224 "--show-path", |
| 225 "python", | 225 "python", |
| 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 226 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 227 "--gsutil-py-path", |
| 228 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 227 "--ninja-path", | 229 "--ninja-path", |
| 228 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 230 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 229 "--target", | 231 "--target", |
| 230 "Release", | 232 "Release", |
| 231 "--src-dir", | 233 "--src-dir", |
| 232 "[SLAVE_BUILD]/src", | 234 "[SLAVE_BUILD]/src", |
| 233 "--goma-cache-dir", | 235 "--goma-cache-dir", |
| 234 "[GOMA_CACHE]", | 236 "[GOMA_CACHE]", |
| 235 "--build-tool", | 237 "--build-tool", |
| 236 "ninja", | 238 "ninja", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 ], | 276 ], |
| 275 "cwd": "[SLAVE_BUILD]", | 277 "cwd": "[SLAVE_BUILD]", |
| 276 "name": "package build" | 278 "name": "package build" |
| 277 }, | 279 }, |
| 278 { | 280 { |
| 279 "name": "$result", | 281 "name": "$result", |
| 280 "recipe_result": null, | 282 "recipe_result": null, |
| 281 "status_code": 0 | 283 "status_code": 0 |
| 282 } | 284 } |
| 283 ] | 285 ] |
| OLD | NEW |