| 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'}]\ntarget_os = ['android']", | 8 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': '.DEPS.git', 'manag
ed': True, 'name': 'src', 'url': 'https://chromium.googlesource.com/chromium/src
.git'}]\ntarget_os = ['android']", |
| 9 "--patch_root", | 9 "--patch_root", |
| 10 "src", | 10 "src", |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 316 "--src-dir", | 316 "--src-dir", |
| 317 "[SLAVE_BUILD]/src", | 317 "[SLAVE_BUILD]/src", |
| 318 "--goma-cache-dir", | 318 "--goma-cache-dir", |
| 319 "[GOMA_CACHE]", | 319 "[GOMA_CACHE]", |
| 320 "--buildbot-buildername", | 320 "--buildbot-buildername", |
| 321 "Android Builder", | 321 "Android Builder", |
| 322 "--buildbot-mastername", | 322 "--buildbot-mastername", |
| 323 "chromium.linux", | 323 "chromium.linux", |
| 324 "--buildbot-slavename", | 324 "--buildbot-slavename", |
| 325 "TestSlavename", | 325 "TestSlavename", |
| 326 "--goma-deps-cache-file", |
| 327 "Android_Builder.gomadeps", |
| 326 "--compiler", | 328 "--compiler", |
| 327 "goma", | 329 "goma", |
| 328 "--goma-jsonstatus", | 330 "--goma-jsonstatus", |
| 329 "/path/to/tmp/json", | 331 "/path/to/tmp/json", |
| 330 "--goma-service-account-json-file", | 332 "--goma-service-account-json-file", |
| 331 "/creds/service_accounts/service-account-goma-client.json", | 333 "/creds/service_accounts/service-account-goma-client.json", |
| 332 "--goma-dir", | 334 "--goma-dir", |
| 333 "[CACHE]/cipd/goma", | 335 "[CACHE]/cipd/goma", |
| 334 "--", | 336 "--", |
| 335 "blimp_test_apk" | 337 "blimp_test_apk" |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 "~followup_annotations": [ | 401 "~followup_annotations": [ |
| 400 "@@@STEP_TEXT@Android Tests@@@" | 402 "@@@STEP_TEXT@Android Tests@@@" |
| 401 ] | 403 ] |
| 402 }, | 404 }, |
| 403 { | 405 { |
| 404 "name": "$result", | 406 "name": "$result", |
| 405 "recipe_result": null, | 407 "recipe_result": null, |
| 406 "status_code": 0 | 408 "status_code": 0 |
| 407 } | 409 } |
| 408 ] | 410 ] |
| OLD | NEW |