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