| 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.webrtc.fyi", | 8 "chromium.webrtc.fyi", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android GN", | 10 "Android GN", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 "--src-dir", | 316 "--src-dir", |
| 317 "[SLAVE_BUILD]/src", | 317 "[SLAVE_BUILD]/src", |
| 318 "--goma-cache-dir", | 318 "--goma-cache-dir", |
| 319 "[GOMA_CACHE]", | 319 "[GOMA_CACHE]", |
| 320 "--build-tool", | 320 "--build-tool", |
| 321 "ninja", | 321 "ninja", |
| 322 "--compiler", | 322 "--compiler", |
| 323 "goma", | 323 "goma", |
| 324 "--goma-jsonstatus", | 324 "--goma-jsonstatus", |
| 325 "/path/to/tmp/json", | 325 "/path/to/tmp/json", |
| 326 "--goma-service-account-json-file", |
| 327 "/creds/service_accounts/service-account-goma-client.json", |
| 326 "--goma-dir", | 328 "--goma-dir", |
| 327 "[BUILD]/goma", | 329 "[BUILD]/goma", |
| 328 "--" | 330 "--" |
| 329 ], | 331 ], |
| 330 "cwd": "[SLAVE_BUILD]", | 332 "cwd": "[SLAVE_BUILD]", |
| 331 "env": { | 333 "env": { |
| 332 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 334 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 333 }, | 335 }, |
| 334 "name": "compile", | 336 "name": "compile", |
| 335 "~followup_annotations": [ | 337 "~followup_annotations": [ |
| 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 337 "@@@STEP_LOG_END@json.output (invalid)@@@" | 339 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 338 ] | 340 ] |
| 339 }, | 341 }, |
| 340 { | 342 { |
| 341 "name": "$result", | 343 "name": "$result", |
| 342 "recipe_result": null, | 344 "recipe_result": null, |
| 343 "status_code": 0 | 345 "status_code": 0 |
| 344 } | 346 } |
| 345 ] | 347 ] |
| OLD | NEW |