| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [], | 3 "cmd": [], |
| 4 "name": "ensure_goma" | 4 "name": "ensure_goma" |
| 5 }, | 5 }, |
| 6 { | 6 { |
| 7 "cmd": [ | 7 "cmd": [ |
| 8 "python", | 8 "python", |
| 9 "-u", | 9 "-u", |
| 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| (...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 "--src-dir", | 276 "--src-dir", |
| 277 "[SLAVE_BUILD]/src", | 277 "[SLAVE_BUILD]/src", |
| 278 "--goma-cache-dir", | 278 "--goma-cache-dir", |
| 279 "[GOMA_CACHE]", | 279 "[GOMA_CACHE]", |
| 280 "--buildbot-buildername", | 280 "--buildbot-buildername", |
| 281 "linux-sdk-multi", | 281 "linux-sdk-multi", |
| 282 "--buildbot-mastername", | 282 "--buildbot-mastername", |
| 283 "client.nacl.sdk", | 283 "client.nacl.sdk", |
| 284 "--buildbot-slavename", | 284 "--buildbot-slavename", |
| 285 "TestSlave", | 285 "TestSlave", |
| 286 "--goma-deps-cache-file", |
| 287 "linux_sdk_multi.gomadeps", |
| 286 "--compiler", | 288 "--compiler", |
| 287 "goma", | 289 "goma", |
| 288 "--goma-jsonstatus", | 290 "--goma-jsonstatus", |
| 289 "/path/to/tmp/json", | 291 "/path/to/tmp/json", |
| 290 "--goma-service-account-json-file", | 292 "--goma-service-account-json-file", |
| 291 "/creds/service_accounts/service-account-goma-client.json", | 293 "/creds/service_accounts/service-account-goma-client.json", |
| 292 "--goma-dir", | 294 "--goma-dir", |
| 293 "[CACHE]/cipd/goma", | 295 "[CACHE]/cipd/goma", |
| 294 "--", | 296 "--", |
| 295 "chrome" | 297 "chrome" |
| (...skipping 15 matching lines...) Expand all Loading... |
| 311 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" | 313 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" |
| 312 ], | 314 ], |
| 313 "name": "annotated_steps" | 315 "name": "annotated_steps" |
| 314 }, | 316 }, |
| 315 { | 317 { |
| 316 "name": "$result", | 318 "name": "$result", |
| 317 "recipe_result": null, | 319 "recipe_result": null, |
| 318 "status_code": 0 | 320 "status_code": 0 |
| 319 } | 321 } |
| 320 ] | 322 ] |
| OLD | NEW |