| 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 "--gsutil-py-path", | 265 "--gsutil-py-path", |
| 266 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 266 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 267 "--ninja-path", | 267 "--ninja-path", |
| 268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 268 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 269 "--target", | 269 "--target", |
| 270 "Debug", | 270 "Debug", |
| 271 "--src-dir", | 271 "--src-dir", |
| 272 "[SLAVE_BUILD]/src", | 272 "[SLAVE_BUILD]/src", |
| 273 "--goma-cache-dir", | 273 "--goma-cache-dir", |
| 274 "[GOMA_CACHE]", | 274 "[GOMA_CACHE]", |
| 275 "--buildbot-buildername", | |
| 276 "Android Builder (dbg)", | |
| 277 "--buildbot-mastername", | |
| 278 "chromium.linux", | |
| 279 "--buildbot-slavename", | |
| 280 "build1-a1", | |
| 281 "--compiler", | 275 "--compiler", |
| 282 "goma", | 276 "goma", |
| 283 "--goma-jsonstatus", | 277 "--goma-jsonstatus", |
| 284 "/path/to/tmp/json", | 278 "/path/to/tmp/json", |
| 285 "--goma-service-account-json-file", | 279 "--goma-service-account-json-file", |
| 286 "/creds/service_accounts/service-account-goma-client.json", | 280 "/creds/service_accounts/service-account-goma-client.json", |
| 287 "--out-dir", | 281 "--out-dir", |
| 288 "/tmp", | 282 "/tmp", |
| 289 "--goma-dir", | 283 "--goma-dir", |
| 290 "[CACHE]/cipd/goma", | 284 "[CACHE]/cipd/goma", |
| 291 "--", | 285 "--", |
| 292 "All" | 286 "All" |
| 293 ], | 287 ], |
| 294 "env": { | 288 "env": { |
| 295 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 296 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 290 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 297 }, | 291 }, |
| 298 "name": "compile", | 292 "name": "compile", |
| 299 "~followup_annotations": [ | 293 "~followup_annotations": [ |
| 300 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 301 "@@@STEP_LOG_END@json.output (invalid)@@@" | 295 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 302 ] | 296 ] |
| 303 }, | 297 }, |
| 304 { | 298 { |
| 305 "name": "$result", | 299 "name": "$result", |
| 306 "recipe_result": null, | 300 "recipe_result": null, |
| 307 "status_code": 0 | 301 "status_code": 0 |
| 308 } | 302 } |
| 309 ] | 303 ] |
| OLD | NEW |