| 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 "Win64 Release (GN)", | 10 "Win64 Release (GN)", |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "--gsutil-py-path", | 166 "--gsutil-py-path", |
| 167 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 167 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 168 "--ninja-path", | 168 "--ninja-path", |
| 169 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 169 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 170 "--target", | 170 "--target", |
| 171 "Release_x64", | 171 "Release_x64", |
| 172 "--src-dir", | 172 "--src-dir", |
| 173 "[SLAVE_BUILD]\\src", | 173 "[SLAVE_BUILD]\\src", |
| 174 "--goma-cache-dir", | 174 "--goma-cache-dir", |
| 175 "[GOMA_CACHE]", | 175 "[GOMA_CACHE]", |
| 176 "--buildbot-buildername", |
| 177 "Win64 Release (GN)", |
| 178 "--buildbot-mastername", |
| 179 "client.libyuv", |
| 180 "--buildbot-slavename", |
| 181 "slavename", |
| 176 "--compiler", | 182 "--compiler", |
| 177 "goma-clang", | 183 "goma-clang", |
| 178 "--goma-jsonstatus", | 184 "--goma-jsonstatus", |
| 179 "/path/to/tmp/json", | 185 "/path/to/tmp/json", |
| 180 "--goma-service-account-json-file", | 186 "--goma-service-account-json-file", |
| 181 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 187 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 182 "--goma-dir", | 188 "--goma-dir", |
| 183 "[CACHE]\\cipd\\goma", | 189 "[CACHE]\\cipd\\goma", |
| 184 "--", | 190 "--", |
| 185 "all" | 191 "all" |
| 186 ], | 192 ], |
| 187 "env": { | 193 "env": { |
| 188 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 194 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 189 }, | 195 }, |
| 190 "name": "compile", | 196 "name": "compile", |
| 191 "~followup_annotations": [ | 197 "~followup_annotations": [ |
| 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 193 "@@@STEP_LOG_END@json.output (invalid)@@@" | 199 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 194 ] | 200 ] |
| 195 }, | 201 }, |
| 196 { | 202 { |
| 197 "name": "$result", | 203 "name": "$result", |
| 198 "recipe_result": null, | 204 "recipe_result": null, |
| 199 "status_code": 0 | 205 "status_code": 0 |
| 200 } | 206 } |
| 201 ] | 207 ] |
| OLD | NEW |