| 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 "chromium.linux", | 8 "chromium.linux", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Builder (dbg)", | 10 "Android Builder (dbg)", |
| (...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "--src-dir", | 260 "--src-dir", |
| 261 "[SLAVE_BUILD]/src", | 261 "[SLAVE_BUILD]/src", |
| 262 "--goma-cache-dir", | 262 "--goma-cache-dir", |
| 263 "[GOMA_CACHE]", | 263 "[GOMA_CACHE]", |
| 264 "--build-tool", | 264 "--build-tool", |
| 265 "ninja", | 265 "ninja", |
| 266 "--compiler", | 266 "--compiler", |
| 267 "goma", | 267 "goma", |
| 268 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--goma-service-account-json-file", |
| 271 "/creds/service_accounts/service-account-goma-client.json", |
| 270 "--out-dir", | 272 "--out-dir", |
| 271 "/tmp", | 273 "/tmp", |
| 272 "--goma-dir", | 274 "--goma-dir", |
| 273 "[CACHE]/cipd/goma", | 275 "[CACHE]/cipd/goma", |
| 274 "--", | 276 "--", |
| 275 "All" | 277 "All" |
| 276 ], | 278 ], |
| 277 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
| 278 "env": { | 280 "env": { |
| 279 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 281 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 280 }, | 282 }, |
| 281 "name": "compile", | 283 "name": "compile", |
| 282 "~followup_annotations": [ | 284 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 285 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 286 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 285 ] | 287 ] |
| 286 }, | 288 }, |
| 287 { | 289 { |
| 288 "name": "$result", | 290 "name": "$result", |
| 289 "recipe_result": null, | 291 "recipe_result": null, |
| 290 "status_code": 0 | 292 "status_code": 0 |
| 291 } | 293 } |
| 292 ] | 294 ] |
| OLD | NEW |