| 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 "Android GN", | 10 "Android GN", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 "--goma-cache-dir", | 297 "--goma-cache-dir", |
| 298 "[GOMA_CACHE]", | 298 "[GOMA_CACHE]", |
| 299 "--build-tool", | 299 "--build-tool", |
| 300 "ninja", | 300 "ninja", |
| 301 "--build-data-dir", | 301 "--build-data-dir", |
| 302 "[ROOT]/build_data_dir", | 302 "[ROOT]/build_data_dir", |
| 303 "--compiler", | 303 "--compiler", |
| 304 "goma", | 304 "goma", |
| 305 "--goma-jsonstatus", | 305 "--goma-jsonstatus", |
| 306 "/path/to/tmp/json", | 306 "/path/to/tmp/json", |
| 307 "--goma-service-account-json-file", |
| 308 "/creds/service_accounts/service-account-goma-client.json", |
| 307 "--goma-dir", | 309 "--goma-dir", |
| 308 "[CACHE]/cipd/goma", | 310 "[CACHE]/cipd/goma", |
| 309 "--", | 311 "--", |
| 310 "android_webview_test_apk", | 312 "android_webview_test_apk", |
| 311 "base_junit_tests", | 313 "base_junit_tests", |
| 312 "breakpad_unittests_deps", | 314 "breakpad_unittests_deps", |
| 313 "chrome_junit_tests", | 315 "chrome_junit_tests", |
| 314 "chrome_public_test_apk", | 316 "chrome_public_test_apk", |
| 315 "chrome_sync_shell_test_apk", | 317 "chrome_sync_shell_test_apk", |
| 316 "components_invalidation_impl_junit_tests", | 318 "components_invalidation_impl_junit_tests", |
| (...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 934 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 933 "@@@STEP_LOG_END@python.inline@@@" | 935 "@@@STEP_LOG_END@python.inline@@@" |
| 934 ] | 936 ] |
| 935 }, | 937 }, |
| 936 { | 938 { |
| 937 "name": "$result", | 939 "name": "$result", |
| 938 "recipe_result": null, | 940 "recipe_result": null, |
| 939 "status_code": 0 | 941 "status_code": 0 |
| 940 } | 942 } |
| 941 ] | 943 ] |
| OLD | NEW |