| 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.memory", | 8 "chromium.memory", |
| 9 "--builder", | 9 "--builder", |
| 10 "Linux ASan LSan Builder", | 10 "Linux ASan LSan Builder", |
| (...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 "--gsutil-py-path", | 302 "--gsutil-py-path", |
| 303 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 303 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 304 "--ninja-path", | 304 "--ninja-path", |
| 305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 305 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 306 "--target", | 306 "--target", |
| 307 "Release", | 307 "Release", |
| 308 "--src-dir", | 308 "--src-dir", |
| 309 "[SLAVE_BUILD]/src", | 309 "[SLAVE_BUILD]/src", |
| 310 "--goma-cache-dir", | 310 "--goma-cache-dir", |
| 311 "[GOMA_CACHE]", | 311 "[GOMA_CACHE]", |
| 312 "--buildbot-buildername", | |
| 313 "Linux ASan LSan Builder", | |
| 314 "--buildbot-mastername", | |
| 315 "chromium.memory", | |
| 316 "--buildbot-slavename", | |
| 317 "TestSlavename", | |
| 318 "--compiler", | 312 "--compiler", |
| 319 "goma-clang", | 313 "goma-clang", |
| 320 "--goma-jsonstatus", | 314 "--goma-jsonstatus", |
| 321 "/path/to/tmp/json", | 315 "/path/to/tmp/json", |
| 322 "--goma-service-account-json-file", | 316 "--goma-service-account-json-file", |
| 323 "/creds/service_accounts/service-account-goma-client.json", | 317 "/creds/service_accounts/service-account-goma-client.json", |
| 324 "--goma-dir", | 318 "--goma-dir", |
| 325 "[CACHE]/cipd/goma", | 319 "[CACHE]/cipd/goma", |
| 326 "--", | 320 "--", |
| 327 "browser_tests" | 321 "browser_tests" |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 410 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" | 404 "@@@STEP_TEXT@Linux ASan LSan Tests (1)<br />Linux ASan Tests (sandboxed)@
@@" |
| 411 ] | 405 ] |
| 412 }, | 406 }, |
| 413 { | 407 { |
| 414 "name": "$result", | 408 "name": "$result", |
| 415 "recipe_result": null, | 409 "recipe_result": null, |
| 416 "status_code": 0 | 410 "status_code": 0 |
| 417 } | 411 } |
| 418 ] | 412 ] |
| OLD | NEW |