| 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 "--gsutil-py-path", | 559 "--gsutil-py-path", |
| 560 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 560 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 561 "--ninja-path", | 561 "--ninja-path", |
| 562 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 562 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 563 "--target", | 563 "--target", |
| 564 "Release", | 564 "Release", |
| 565 "--src-dir", | 565 "--src-dir", |
| 566 "[SLAVE_BUILD]/src", | 566 "[SLAVE_BUILD]/src", |
| 567 "--goma-cache-dir", | 567 "--goma-cache-dir", |
| 568 "[GOMA_CACHE]", | 568 "[GOMA_CACHE]", |
| 569 "--build-tool", | |
| 570 "ninja", | |
| 571 "--compiler", | 569 "--compiler", |
| 572 "goma", | 570 "goma", |
| 573 "--goma-jsonstatus", | 571 "--goma-jsonstatus", |
| 574 "/path/to/tmp/json", | 572 "/path/to/tmp/json", |
| 575 "--goma-service-account-json-file", | 573 "--goma-service-account-json-file", |
| 576 "/creds/service_accounts/service-account-goma-client.json", | 574 "/creds/service_accounts/service-account-goma-client.json", |
| 577 "--goma-dir", | 575 "--goma-dir", |
| 578 "[CACHE]/cipd/goma", | 576 "[CACHE]/cipd/goma", |
| 579 "--ninja-ensure-up-to-date", | 577 "--ninja-ensure-up-to-date", |
| 580 "--", | 578 "--", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 616 "@@@STEP_LOG_END@report@@@", | 614 "@@@STEP_LOG_END@report@@@", |
| 617 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" | 615 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
, \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\":
\"passed\"}}@@@" |
| 618 ] | 616 ] |
| 619 }, | 617 }, |
| 620 { | 618 { |
| 621 "name": "$result", | 619 "name": "$result", |
| 622 "recipe_result": null, | 620 "recipe_result": null, |
| 623 "status_code": 0 | 621 "status_code": 0 |
| 624 } | 622 } |
| 625 ] | 623 ] |
| OLD | NEW |