| 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 "--spec", | 7 "--spec", |
| 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "--src-dir", | 300 "--src-dir", |
| 301 "[SLAVE_BUILD]/src", | 301 "[SLAVE_BUILD]/src", |
| 302 "--goma-cache-dir", | 302 "--goma-cache-dir", |
| 303 "[GOMA_CACHE]", | 303 "[GOMA_CACHE]", |
| 304 "--buildbot-buildername", | 304 "--buildbot-buildername", |
| 305 "Linux ASan LSan Builder", | 305 "Linux ASan LSan Builder", |
| 306 "--buildbot-mastername", | 306 "--buildbot-mastername", |
| 307 "chromium.memory", | 307 "chromium.memory", |
| 308 "--buildbot-slavename", | 308 "--buildbot-slavename", |
| 309 "TestSlavename", | 309 "TestSlavename", |
| 310 "--goma-deps-cache-file", |
| 311 "Linux_ASan_LSan_Builder.gomadeps", |
| 310 "--compiler", | 312 "--compiler", |
| 311 "goma-clang", | 313 "goma-clang", |
| 312 "--goma-jsonstatus", | 314 "--goma-jsonstatus", |
| 313 "/path/to/tmp/json", | 315 "/path/to/tmp/json", |
| 314 "--goma-service-account-json-file", | 316 "--goma-service-account-json-file", |
| 315 "/creds/service_accounts/service-account-goma-client.json", | 317 "/creds/service_accounts/service-account-goma-client.json", |
| 316 "--goma-dir", | 318 "--goma-dir", |
| 317 "[CACHE]/cipd/goma", | 319 "[CACHE]/cipd/goma", |
| 318 "--", | 320 "--", |
| 319 "browser_tests" | 321 "browser_tests" |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 "~followup_annotations": [ | 403 "~followup_annotations": [ |
| 402 "@@@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)@
@@" |
| 403 ] | 405 ] |
| 404 }, | 406 }, |
| 405 { | 407 { |
| 406 "name": "$result", | 408 "name": "$result", |
| 407 "recipe_result": null, | 409 "recipe_result": null, |
| 408 "status_code": 0 | 410 "status_code": 0 |
| 409 } | 411 } |
| 410 ] | 412 ] |
| OLD | NEW |