| 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 "client.v8.fyi", | 8 "client.v8.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux Snapshot Builder", | 10 "Linux Snapshot Builder", |
| (...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 "name": "cleanup_temp" | 238 "name": "cleanup_temp" |
| 239 }, | 239 }, |
| 240 { | 240 { |
| 241 "cmd": [ | 241 "cmd": [ |
| 242 "python", | 242 "python", |
| 243 "-u", | 243 "-u", |
| 244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 244 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 245 "--show-path", | 245 "--show-path", |
| 246 "python", | 246 "python", |
| 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 247 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 248 "--gsutil-py-path", |
| 249 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 248 "--ninja-path", | 250 "--ninja-path", |
| 249 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 251 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 250 "--target", | 252 "--target", |
| 251 "Release", | 253 "Release", |
| 252 "--src-dir", | 254 "--src-dir", |
| 253 "[SLAVE_BUILD]/src", | 255 "[SLAVE_BUILD]/src", |
| 254 "--goma-cache-dir", | 256 "--goma-cache-dir", |
| 255 "[GOMA_CACHE]", | 257 "[GOMA_CACHE]", |
| 256 "--build-tool", | 258 "--build-tool", |
| 257 "ninja", | 259 "ninja", |
| (...skipping 28 matching lines...) Expand all Loading... |
| 286 ], | 288 ], |
| 287 "cwd": "[SLAVE_BUILD]", | 289 "cwd": "[SLAVE_BUILD]", |
| 288 "name": "archive build" | 290 "name": "archive build" |
| 289 }, | 291 }, |
| 290 { | 292 { |
| 291 "name": "$result", | 293 "name": "$result", |
| 292 "recipe_result": null, | 294 "recipe_result": null, |
| 293 "status_code": 0 | 295 "status_code": 0 |
| 294 } | 296 } |
| 295 ] | 297 ] |
| OLD | NEW |