| 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 "chromium.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac GN", | 10 "Mac GN", |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 ] | 267 ] |
| 268 }, | 268 }, |
| 269 { | 269 { |
| 270 "cmd": [ | 270 "cmd": [ |
| 271 "python", | 271 "python", |
| 272 "-u", | 272 "-u", |
| 273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 274 "--show-path", | 274 "--show-path", |
| 275 "python", | 275 "python", |
| 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 276 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 277 "--gsutil-py-path", |
| 278 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 277 "--ninja-path", | 279 "--ninja-path", |
| 278 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 280 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 279 "--target", | 281 "--target", |
| 280 "Release", | 282 "Release", |
| 281 "--src-dir", | 283 "--src-dir", |
| 282 "[SLAVE_BUILD]/src", | 284 "[SLAVE_BUILD]/src", |
| 283 "--goma-cache-dir", | 285 "--goma-cache-dir", |
| 284 "[GOMA_CACHE]", | 286 "[GOMA_CACHE]", |
| 285 "--build-tool", | 287 "--build-tool", |
| 286 "ninja", | 288 "ninja", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", | 393 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", |
| 392 "@@@STEP_LOG_END@python.inline@@@" | 394 "@@@STEP_LOG_END@python.inline@@@" |
| 393 ] | 395 ] |
| 394 }, | 396 }, |
| 395 { | 397 { |
| 396 "name": "$result", | 398 "name": "$result", |
| 397 "recipe_result": null, | 399 "recipe_result": null, |
| 398 "status_code": 0 | 400 "status_code": 0 |
| 399 } | 401 } |
| 400 ] | 402 ] |
| OLD | NEW |