| 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 "tryserver.chromium.perf", | 8 "tryserver.chromium.perf", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_one_perf_bisect", | 10 "android_one_perf_bisect", |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 "[SLAVE_BUILD]/src/out/logcat" | 420 "[SLAVE_BUILD]/src/out/logcat" |
| 421 ], | 421 ], |
| 422 "name": "logcat_dump" | 422 "name": "logcat_dump" |
| 423 }, | 423 }, |
| 424 { | 424 { |
| 425 "cmd": [ | 425 "cmd": [ |
| 426 "python", | 426 "python", |
| 427 "-u", | 427 "-u", |
| 428 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 428 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
| 429 "--", | 429 "--", |
| 430 "[DEPOT_TOOLS]/gsutil.py", | 430 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 431 "--force-version", | 431 "--force-version", |
| 432 "4.7", | 432 "4.7", |
| 433 "-o", | 433 "-o", |
| 434 "GSUtil:parallel_composite_upload_threshold=50M", | 434 "GSUtil:parallel_composite_upload_threshold=50M", |
| 435 "----", | 435 "----", |
| 436 "cp", | 436 "cp", |
| 437 "-a", | 437 "-a", |
| 438 "public-read", | 438 "public-read", |
| 439 "[SLAVE_BUILD]/src/out/Release/full_log", | 439 "[SLAVE_BUILD]/src/out/Release/full_log", |
| 440 "gs://chromium-android/logcat_dumps/android_one_perf_bisect/571" | 440 "gs://chromium-android/logcat_dumps/android_one_perf_bisect/571" |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 491 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 492 "@@@STEP_LOG_END@python.inline@@@" | 492 "@@@STEP_LOG_END@python.inline@@@" |
| 493 ] | 493 ] |
| 494 }, | 494 }, |
| 495 { | 495 { |
| 496 "name": "$result", | 496 "name": "$result", |
| 497 "recipe_result": null, | 497 "recipe_result": null, |
| 498 "status_code": 0 | 498 "status_code": 0 |
| 499 } | 499 } |
| 500 ] | 500 ] |
| OLD | NEW |