| 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 "Linux Builder", | 10 "Linux Builder", |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 "--gsutil-py-path", | 285 "--gsutil-py-path", |
| 286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 286 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 287 "--ninja-path", | 287 "--ninja-path", |
| 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 288 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 289 "--target", | 289 "--target", |
| 290 "Release", | 290 "Release", |
| 291 "--src-dir", | 291 "--src-dir", |
| 292 "[SLAVE_BUILD]/src", | 292 "[SLAVE_BUILD]/src", |
| 293 "--goma-cache-dir", | 293 "--goma-cache-dir", |
| 294 "[GOMA_CACHE]", | 294 "[GOMA_CACHE]", |
| 295 "--buildbot-buildername", |
| 296 "Linux Builder", |
| 297 "--buildbot-mastername", |
| 298 "chromium.linux", |
| 299 "--buildbot-slavename", |
| 300 "TestSlavename", |
| 295 "--compiler", | 301 "--compiler", |
| 296 "goma", | 302 "goma", |
| 297 "--goma-jsonstatus", | 303 "--goma-jsonstatus", |
| 298 "/path/to/tmp/json", | 304 "/path/to/tmp/json", |
| 299 "--goma-service-account-json-file", | 305 "--goma-service-account-json-file", |
| 300 "/creds/service_accounts/service-account-goma-client.json", | 306 "/creds/service_accounts/service-account-goma-client.json", |
| 301 "--goma-dir", | 307 "--goma-dir", |
| 302 "[CACHE]/cipd/goma", | 308 "[CACHE]/cipd/goma", |
| 303 "--ninja-ensure-up-to-date", | 309 "--ninja-ensure-up-to-date", |
| 304 "--", | 310 "--", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 "~followup_annotations": [ | 376 "~followup_annotations": [ |
| 371 "@@@STEP_TEXT@Linux Tests@@@" | 377 "@@@STEP_TEXT@Linux Tests@@@" |
| 372 ] | 378 ] |
| 373 }, | 379 }, |
| 374 { | 380 { |
| 375 "name": "$result", | 381 "name": "$result", |
| 376 "recipe_result": null, | 382 "recipe_result": null, |
| 377 "status_code": 0 | 383 "status_code": 0 |
| 378 } | 384 } |
| 379 ] | 385 ] |
| OLD | NEW |