| 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.mac", | 8 "tryserver.chromium.mac", |
| 9 "--builder", | 9 "--builder", |
| 10 "mac_chromium_variable", | 10 "mac_chromium_variable", |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 "--src-dir", | 563 "--src-dir", |
| 564 "[SLAVE_BUILD]/src", | 564 "[SLAVE_BUILD]/src", |
| 565 "--goma-cache-dir", | 565 "--goma-cache-dir", |
| 566 "[GOMA_CACHE]", | 566 "[GOMA_CACHE]", |
| 567 "--build-tool", | 567 "--build-tool", |
| 568 "ninja", | 568 "ninja", |
| 569 "--compiler", | 569 "--compiler", |
| 570 "goma-clang", | 570 "goma-clang", |
| 571 "--goma-jsonstatus", | 571 "--goma-jsonstatus", |
| 572 "/path/to/tmp/json", | 572 "/path/to/tmp/json", |
| 573 "--goma-service-account-json-file", | |
| 574 "/creds/service_accounts/service-account-goma-client.json", | |
| 575 "--goma-dir", | 573 "--goma-dir", |
| 576 "[CACHE]/cipd/goma", | 574 "[CACHE]/cipd/goma", |
| 577 "--ninja-ensure-up-to-date", | 575 "--ninja-ensure-up-to-date", |
| 578 "--", | 576 "--", |
| 579 "gl_tests", | 577 "gl_tests", |
| 580 "gl_tests_run" | 578 "gl_tests_run" |
| 581 ], | 579 ], |
| 582 "cwd": "[SLAVE_BUILD]", | 580 "cwd": "[SLAVE_BUILD]", |
| 583 "name": "test r1.compile", | 581 "name": "test r1.compile", |
| 584 "~followup_annotations": [ | 582 "~followup_annotations": [ |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 "@@@STEP_LOG_END@report@@@", | 788 "@@@STEP_LOG_END@report@@@", |
| 791 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 789 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
| 792 ] | 790 ] |
| 793 }, | 791 }, |
| 794 { | 792 { |
| 795 "name": "$result", | 793 "name": "$result", |
| 796 "recipe_result": null, | 794 "recipe_result": null, |
| 797 "status_code": 0 | 795 "status_code": 0 |
| 798 } | 796 } |
| 799 ] | 797 ] |
| OLD | NEW |