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