| 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "--build-data-dir", | 322 "--build-data-dir", |
| 323 "[ROOT]/build_data_dir", | 323 "[ROOT]/build_data_dir", |
| 324 "--compiler", | 324 "--compiler", |
| 325 "goma", | 325 "goma", |
| 326 "--goma-jsonstatus", | 326 "--goma-jsonstatus", |
| 327 "/path/to/tmp/json", | 327 "/path/to/tmp/json", |
| 328 "--goma-service-account-json-file", |
| 329 "/creds/service_accounts/service-account-goma-client.json", |
| 328 "--goma-dir", | 330 "--goma-dir", |
| 329 "[CACHE]/cipd/goma", | 331 "[CACHE]/cipd/goma", |
| 330 "--" | 332 "--" |
| 331 ], | 333 ], |
| 332 "cwd": "[SLAVE_BUILD]", | 334 "cwd": "[SLAVE_BUILD]", |
| 333 "env": { | 335 "env": { |
| 334 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 336 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 335 }, | 337 }, |
| 336 "name": "compile", | 338 "name": "compile", |
| 337 "~followup_annotations": [ | 339 "~followup_annotations": [ |
| 338 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 339 "@@@STEP_LOG_END@json.output (invalid)@@@" | 341 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 340 ] | 342 ] |
| 341 }, | 343 }, |
| 342 { | 344 { |
| 343 "name": "$result", | 345 "name": "$result", |
| 344 "recipe_result": null, | 346 "recipe_result": null, |
| 345 "status_code": 0 | 347 "status_code": 0 |
| 346 } | 348 } |
| 347 ] | 349 ] |
| OLD | NEW |