| 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 "--src-dir", | 512 "--src-dir", |
| 513 "[SLAVE_BUILD]/src", | 513 "[SLAVE_BUILD]/src", |
| 514 "--goma-cache-dir", | 514 "--goma-cache-dir", |
| 515 "[GOMA_CACHE]", | 515 "[GOMA_CACHE]", |
| 516 "--build-tool", | 516 "--build-tool", |
| 517 "ninja", | 517 "ninja", |
| 518 "--compiler", | 518 "--compiler", |
| 519 "goma", | 519 "goma", |
| 520 "--goma-jsonstatus", | 520 "--goma-jsonstatus", |
| 521 "/path/to/tmp/json", | 521 "/path/to/tmp/json", |
| 522 "--goma-service-account-json-file", | |
| 523 "/creds/service_accounts/service-account-goma-client.json", | |
| 524 "--goma-dir", | 522 "--goma-dir", |
| 525 "[CACHE]/cipd/goma", | 523 "[CACHE]/cipd/goma", |
| 526 "--ninja-ensure-up-to-date", | 524 "--ninja-ensure-up-to-date", |
| 527 "--", | 525 "--", |
| 528 "chromium_swarm_tests" | 526 "chromium_swarm_tests" |
| 529 ], | 527 ], |
| 530 "cwd": "[SLAVE_BUILD]", | 528 "cwd": "[SLAVE_BUILD]", |
| 531 "name": "test r1.compile", | 529 "name": "test r1.compile", |
| 532 "~followup_annotations": [ | 530 "~followup_annotations": [ |
| 533 "@@@STEP_NEST_LEVEL@1@@@", | 531 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 567 "@@@STEP_LOG_END@report@@@", | 565 "@@@STEP_LOG_END@report@@@", |
| 568 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \
"failed\"}}@@@" | 566 "@@@SET_BUILD_PROPERTY@report@{\"culprit\": \"r1\", \"metadata\": {\"regre
ssion_range_size\": 1, \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \
"failed\"}}@@@" |
| 569 ] | 567 ] |
| 570 }, | 568 }, |
| 571 { | 569 { |
| 572 "name": "$result", | 570 "name": "$result", |
| 573 "recipe_result": null, | 571 "recipe_result": null, |
| 574 "status_code": 0 | 572 "status_code": 0 |
| 575 } | 573 } |
| 576 ] | 574 ] |
| OLD | NEW |