| 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.chromium.linux", | 8 "tryserver.chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "linux_variable", | 10 "linux_variable", |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 "--src-dir", | 559 "--src-dir", |
| 560 "[SLAVE_BUILD]/src", | 560 "[SLAVE_BUILD]/src", |
| 561 "--goma-cache-dir", | 561 "--goma-cache-dir", |
| 562 "[GOMA_CACHE]", | 562 "[GOMA_CACHE]", |
| 563 "--build-tool", | 563 "--build-tool", |
| 564 "ninja", | 564 "ninja", |
| 565 "--compiler", | 565 "--compiler", |
| 566 "goma", | 566 "goma", |
| 567 "--goma-jsonstatus", | 567 "--goma-jsonstatus", |
| 568 "/path/to/tmp/json", | 568 "/path/to/tmp/json", |
| 569 "--goma-service-account-json-file", |
| 570 "/creds/service_accounts/service-account-goma-client.json", |
| 569 "--goma-dir", | 571 "--goma-dir", |
| 570 "[CACHE]/cipd/goma", | 572 "[CACHE]/cipd/goma", |
| 571 "--ninja-ensure-up-to-date", | 573 "--ninja-ensure-up-to-date", |
| 572 "--", | 574 "--", |
| 573 "target_name" | 575 "target_name" |
| 574 ], | 576 ], |
| 575 "cwd": "[SLAVE_BUILD]", | 577 "cwd": "[SLAVE_BUILD]", |
| 576 "name": "test r1.compile", | 578 "name": "test r1.compile", |
| 577 "~followup_annotations": [ | 579 "~followup_annotations": [ |
| 578 "@@@STEP_NEST_LEVEL@1@@@", | 580 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 27 matching lines...) Expand all Loading... |
| 606 "@@@STEP_LOG_END@report@@@", | 608 "@@@STEP_LOG_END@report@@@", |
| 607 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" | 609 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" |
| 608 ] | 610 ] |
| 609 }, | 611 }, |
| 610 { | 612 { |
| 611 "name": "$result", | 613 "name": "$result", |
| 612 "recipe_result": null, | 614 "recipe_result": null, |
| 613 "status_code": 0 | 615 "status_code": 0 |
| 614 } | 616 } |
| 615 ] | 617 ] |
| OLD | NEW |