| 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.blink", | 8 "tryserver.blink", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_blink_rel", | 10 "linux_blink_rel", |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 "name": "generate_build_files (with patch)" | 347 "name": "generate_build_files (with patch)" |
| 348 }, | 348 }, |
| 349 { | 349 { |
| 350 "cmd": [ | 350 "cmd": [ |
| 351 "python", | 351 "python", |
| 352 "-u", | 352 "-u", |
| 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 353 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 354 "--show-path", | 354 "--show-path", |
| 355 "python", | 355 "python", |
| 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 356 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 357 "--gsutil-py-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 357 "--ninja-path", | 359 "--ninja-path", |
| 358 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 360 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 359 "--target", | 361 "--target", |
| 360 "Release", | 362 "Release", |
| 361 "--src-dir", | 363 "--src-dir", |
| 362 "[SLAVE_BUILD]/src", | 364 "[SLAVE_BUILD]/src", |
| 363 "--goma-cache-dir", | 365 "--goma-cache-dir", |
| 364 "[GOMA_CACHE]", | 366 "[GOMA_CACHE]", |
| 365 "--build-tool", | 367 "--build-tool", |
| 366 "ninja", | 368 "ninja", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 473 "@@@STEP_FAILURE@@@", | 475 "@@@STEP_FAILURE@@@", |
| 474 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 476 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 475 ] | 477 ] |
| 476 }, | 478 }, |
| 477 { | 479 { |
| 478 "name": "$result", | 480 "name": "$result", |
| 479 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 481 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 480 "status_code": 1 | 482 "status_code": 1 |
| 481 } | 483 } |
| 482 ] | 484 ] |
| OLD | NEW |