| 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 "--src-dir", | 347 "--src-dir", |
| 348 "[SLAVE_BUILD]/src", | 348 "[SLAVE_BUILD]/src", |
| 349 "--goma-cache-dir", | 349 "--goma-cache-dir", |
| 350 "[GOMA_CACHE]", | 350 "[GOMA_CACHE]", |
| 351 "--build-tool", | 351 "--build-tool", |
| 352 "ninja", | 352 "ninja", |
| 353 "--compiler", | 353 "--compiler", |
| 354 "goma", | 354 "goma", |
| 355 "--goma-jsonstatus", | 355 "--goma-jsonstatus", |
| 356 "/path/to/tmp/json", | 356 "/path/to/tmp/json", |
| 357 "--goma-service-account-json-file", | |
| 358 "/creds/service_accounts/service-account-goma-client.json", | |
| 359 "--goma-dir", | 357 "--goma-dir", |
| 360 "[CACHE]/cipd/goma", | 358 "[CACHE]/cipd/goma", |
| 361 "--goma-fail-fast", | 359 "--goma-fail-fast", |
| 362 "--goma-disable-local-fallback", | 360 "--goma-disable-local-fallback", |
| 363 "--ninja-ensure-up-to-date", | 361 "--ninja-ensure-up-to-date", |
| 364 "--", | 362 "--", |
| 365 "blink_tests" | 363 "blink_tests" |
| 366 ], | 364 ], |
| 367 "cwd": "[SLAVE_BUILD]", | 365 "cwd": "[SLAVE_BUILD]", |
| 368 "name": "compile (with patch)", | 366 "name": "compile (with patch)", |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 "--src-dir", | 586 "--src-dir", |
| 589 "[SLAVE_BUILD]/src", | 587 "[SLAVE_BUILD]/src", |
| 590 "--goma-cache-dir", | 588 "--goma-cache-dir", |
| 591 "[GOMA_CACHE]", | 589 "[GOMA_CACHE]", |
| 592 "--build-tool", | 590 "--build-tool", |
| 593 "ninja", | 591 "ninja", |
| 594 "--compiler", | 592 "--compiler", |
| 595 "goma", | 593 "goma", |
| 596 "--goma-jsonstatus", | 594 "--goma-jsonstatus", |
| 597 "/path/to/tmp/json", | 595 "/path/to/tmp/json", |
| 598 "--goma-service-account-json-file", | |
| 599 "/creds/service_accounts/service-account-goma-client.json", | |
| 600 "--goma-dir", | 596 "--goma-dir", |
| 601 "[CACHE]/cipd/goma", | 597 "[CACHE]/cipd/goma", |
| 602 "--goma-fail-fast", | 598 "--goma-fail-fast", |
| 603 "--goma-disable-local-fallback", | 599 "--goma-disable-local-fallback", |
| 604 "--ninja-ensure-up-to-date", | 600 "--ninja-ensure-up-to-date", |
| 605 "--", | 601 "--", |
| 606 "blink_tests" | 602 "blink_tests" |
| 607 ], | 603 ], |
| 608 "cwd": "[SLAVE_BUILD]", | 604 "cwd": "[SLAVE_BUILD]", |
| 609 "name": "compile (without patch)", | 605 "name": "compile (without patch)", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 631 "@@@STEP_FAILURE@@@", | 627 "@@@STEP_FAILURE@@@", |
| 632 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" | 628 "@@@SET_BUILD_PROPERTY@failure_hash@\"a860d9d78c0340ef1c42d9fa74626fe7b110
eeb0\"@@@" |
| 633 ] | 629 ] |
| 634 }, | 630 }, |
| 635 { | 631 { |
| 636 "name": "$result", | 632 "name": "$result", |
| 637 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 633 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 638 "status_code": 1 | 634 "status_code": 1 |
| 639 } | 635 } |
| 640 ] | 636 ] |
| OLD | NEW |