| 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 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 188 "--buildbot-slavename", | 188 "--buildbot-slavename", |
| 189 "TestSlavename", | 189 "TestSlavename", |
| 190 "--compiler", | 190 "--compiler", |
| 191 "goma", | 191 "goma", |
| 192 "--goma-jsonstatus", | 192 "--goma-jsonstatus", |
| 193 "/path/to/tmp/json", | 193 "/path/to/tmp/json", |
| 194 "--goma-service-account-json-file", | 194 "--goma-service-account-json-file", |
| 195 "/creds/service_accounts/service-account-goma-client.json", | 195 "/creds/service_accounts/service-account-goma-client.json", |
| 196 "--goma-dir", | 196 "--goma-dir", |
| 197 "[BUILD]/goma", | 197 "[BUILD]/goma", |
| 198 "--ninja-ensure-up-to-date", | |
| 199 "--", | 198 "--", |
| 200 "android_webview_unittests_apk", | 199 "android_webview_unittests_apk", |
| 201 "base_unittests_apk", | 200 "base_unittests_apk", |
| 202 "cc_unittests_apk", | 201 "cc_unittests_apk", |
| 203 "components_unittests_apk", | 202 "components_unittests_apk", |
| 204 "events_unittests_apk", | 203 "events_unittests_apk", |
| 205 "gl_tests_apk", | 204 "gl_tests_apk", |
| 206 "ipc_tests_apk", | 205 "ipc_tests_apk", |
| 207 "skia_unittests_apk", | 206 "skia_unittests_apk", |
| 208 "sql_unittests_apk", | 207 "sql_unittests_apk", |
| (...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 568 "delete" | 567 "delete" |
| 569 ], | 568 ], |
| 570 "name": "[emulator] deleting all temp avds after running" | 569 "name": "[emulator] deleting all temp avds after running" |
| 571 }, | 570 }, |
| 572 { | 571 { |
| 573 "name": "$result", | 572 "name": "$result", |
| 574 "recipe_result": null, | 573 "recipe_result": null, |
| 575 "status_code": 0 | 574 "status_code": 0 |
| 576 } | 575 } |
| 577 ] | 576 ] |
| OLD | NEW |