| 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", | |
| 328 "--goma-dir", | 326 "--goma-dir", |
| 329 "[CACHE]/cipd/goma", | 327 "[CACHE]/cipd/goma", |
| 330 "--" | 328 "--" |
| 331 ], | 329 ], |
| 332 "cwd": "[SLAVE_BUILD]", | 330 "cwd": "[SLAVE_BUILD]", |
| 333 "env": { | 331 "env": { |
| 334 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 332 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 335 }, | 333 }, |
| 336 "name": "compile", | 334 "name": "compile", |
| 337 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 339 "@@@STEP_LOG_END@json.output (invalid)@@@" | 337 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 340 ] | 338 ] |
| 341 }, | 339 }, |
| 342 { | 340 { |
| 343 "name": "$result", | 341 "name": "$result", |
| 344 "recipe_result": null, | 342 "recipe_result": null, |
| 345 "status_code": 0 | 343 "status_code": 0 |
| 346 } | 344 } |
| 347 ] | 345 ] |
| OLD | NEW |