| 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", |
| 357 "--goma-dir", | 359 "--goma-dir", |
| 358 "[CACHE]/cipd/goma", | 360 "[CACHE]/cipd/goma", |
| 359 "--goma-fail-fast", | 361 "--goma-fail-fast", |
| 360 "--goma-disable-local-fallback", | 362 "--goma-disable-local-fallback", |
| 361 "--ninja-ensure-up-to-date", | 363 "--ninja-ensure-up-to-date", |
| 362 "--", | 364 "--", |
| 363 "blink_tests" | 365 "blink_tests" |
| 364 ], | 366 ], |
| 365 "cwd": "[SLAVE_BUILD]", | 367 "cwd": "[SLAVE_BUILD]", |
| 366 "name": "compile (with patch)", | 368 "name": "compile (with patch)", |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 586 "--src-dir", | 588 "--src-dir", |
| 587 "[SLAVE_BUILD]/src", | 589 "[SLAVE_BUILD]/src", |
| 588 "--goma-cache-dir", | 590 "--goma-cache-dir", |
| 589 "[GOMA_CACHE]", | 591 "[GOMA_CACHE]", |
| 590 "--build-tool", | 592 "--build-tool", |
| 591 "ninja", | 593 "ninja", |
| 592 "--compiler", | 594 "--compiler", |
| 593 "goma", | 595 "goma", |
| 594 "--goma-jsonstatus", | 596 "--goma-jsonstatus", |
| 595 "/path/to/tmp/json", | 597 "/path/to/tmp/json", |
| 598 "--goma-service-account-json-file", |
| 599 "/creds/service_accounts/service-account-goma-client.json", |
| 596 "--goma-dir", | 600 "--goma-dir", |
| 597 "[CACHE]/cipd/goma", | 601 "[CACHE]/cipd/goma", |
| 598 "--goma-fail-fast", | 602 "--goma-fail-fast", |
| 599 "--goma-disable-local-fallback", | 603 "--goma-disable-local-fallback", |
| 600 "--ninja-ensure-up-to-date", | 604 "--ninja-ensure-up-to-date", |
| 601 "--", | 605 "--", |
| 602 "blink_tests" | 606 "blink_tests" |
| 603 ], | 607 ], |
| 604 "cwd": "[SLAVE_BUILD]", | 608 "cwd": "[SLAVE_BUILD]", |
| 605 "name": "compile (without patch)", | 609 "name": "compile (without patch)", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 668 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", | 672 "@@@SET_BUILD_PROPERTY@failure_type@\"TEST_FAILURE\"@@@", |
| 669 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" | 673 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1
5ac5\"@@@" |
| 670 ] | 674 ] |
| 671 }, | 675 }, |
| 672 { | 676 { |
| 673 "name": "$result", | 677 "name": "$result", |
| 674 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", | 678 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests
(retry summary)') failed with return_code 1", |
| 675 "status_code": 1 | 679 "status_code": 1 |
| 676 } | 680 } |
| 677 ] | 681 ] |
| OLD | NEW |