| 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 "client.libyuv", | 8 "client.libyuv", |
| 9 "--builder", | 9 "--builder", |
| 10 "Mac64 Debug (GN)", | 10 "Mac64 Debug (GN)", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 "--src-dir", | 112 "--src-dir", |
| 113 "[SLAVE_BUILD]/src", | 113 "[SLAVE_BUILD]/src", |
| 114 "--goma-cache-dir", | 114 "--goma-cache-dir", |
| 115 "[GOMA_CACHE]", | 115 "[GOMA_CACHE]", |
| 116 "--build-tool", | 116 "--build-tool", |
| 117 "ninja", | 117 "ninja", |
| 118 "--compiler", | 118 "--compiler", |
| 119 "goma-clang", | 119 "goma-clang", |
| 120 "--goma-jsonstatus", | 120 "--goma-jsonstatus", |
| 121 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
| 122 "--goma-service-account-json-file", |
| 123 "/creds/service_accounts/service-account-goma-client.json", |
| 122 "--goma-dir", | 124 "--goma-dir", |
| 123 "[BUILD]/goma", | 125 "[BUILD]/goma", |
| 124 "--", | 126 "--", |
| 125 "all" | 127 "all" |
| 126 ], | 128 ], |
| 127 "cwd": "[SLAVE_BUILD]", | 129 "cwd": "[SLAVE_BUILD]", |
| 128 "name": "compile", | 130 "name": "compile", |
| 129 "~followup_annotations": [ | 131 "~followup_annotations": [ |
| 130 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 132 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 131 "@@@STEP_LOG_END@json.output (invalid)@@@" | 133 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 132 ] | 134 ] |
| 133 }, | 135 }, |
| 134 { | 136 { |
| 135 "name": "$result", | 137 "name": "$result", |
| 136 "recipe_result": null, | 138 "recipe_result": null, |
| 137 "status_code": 0 | 139 "status_code": 0 |
| 138 } | 140 } |
| 139 ] | 141 ] |
| OLD | NEW |