| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 672 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 668 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 673 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 669 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
| 674 ] | 670 ] |
| 675 }, | 671 }, |
| 676 { | 672 { |
| 677 "name": "$result", | 673 "name": "$result", |
| 678 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 674 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 679 "status_code": 1 | 675 "status_code": 1 |
| 680 } | 676 } |
| 681 ] | 677 ] |
| OLD | NEW |