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