| 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", |
| 573 "--goma-dir", | 575 "--goma-dir", |
| 574 "[CACHE]/cipd/goma", | 576 "[CACHE]/cipd/goma", |
| 575 "--ninja-ensure-up-to-date", | 577 "--ninja-ensure-up-to-date", |
| 576 "--", | 578 "--", |
| 577 "gl_tests", | 579 "gl_tests", |
| 578 "gl_tests_run" | 580 "gl_tests_run" |
| 579 ], | 581 ], |
| 580 "cwd": "[SLAVE_BUILD]", | 582 "cwd": "[SLAVE_BUILD]", |
| 581 "name": "test r1.compile", | 583 "name": "test r1.compile", |
| 582 "~followup_annotations": [ | 584 "~followup_annotations": [ |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 "@@@STEP_LOG_END@report@@@", | 790 "@@@STEP_LOG_END@report@@@", |
| 789 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" | 791 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1
}, \"result\": {\"r1\": {\"gl_tests\": {\"status\": \"passed\", \"valid\": true}
}}}@@@" |
| 790 ] | 792 ] |
| 791 }, | 793 }, |
| 792 { | 794 { |
| 793 "name": "$result", | 795 "name": "$result", |
| 794 "recipe_result": null, | 796 "recipe_result": null, |
| 795 "status_code": 0 | 797 "status_code": 0 |
| 796 } | 798 } |
| 797 ] | 799 ] |
| OLD | NEW |