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.fyi", | 8 "chromium.fyi", |
9 "--builder", | 9 "--builder", |
10 "ClangToTAndroidASan tester", | 10 "ClangToTAndroidASan tester", |
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 577 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
578 }, | 578 }, |
579 "name": "logcat_dump" | 579 "name": "logcat_dump" |
580 }, | 580 }, |
581 { | 581 { |
582 "cmd": [ | 582 "cmd": [ |
583 "python", | 583 "python", |
584 "-u", | 584 "-u", |
585 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 585 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
586 "--", | 586 "--", |
587 "[DEPOT_TOOLS]/gsutil.py", | 587 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
588 "--force-version", | 588 "--force-version", |
589 "4.7", | 589 "4.7", |
590 "-o", | 590 "-o", |
591 "GSUtil:parallel_composite_upload_threshold=50M", | 591 "GSUtil:parallel_composite_upload_threshold=50M", |
592 "----", | 592 "----", |
593 "cp", | 593 "cp", |
594 "[SLAVE_BUILD]/src/out/Debug/full_log", | 594 "[SLAVE_BUILD]/src/out/Debug/full_log", |
595 "gs://chromium-android/logcat_dumps/ClangToTAndroidASan tester/571" | 595 "gs://chromium-android/logcat_dumps/ClangToTAndroidASan tester/571" |
596 ], | 596 ], |
597 "env": { | 597 "env": { |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
672 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 672 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
673 "@@@STEP_LOG_END@python.inline@@@" | 673 "@@@STEP_LOG_END@python.inline@@@" |
674 ] | 674 ] |
675 }, | 675 }, |
676 { | 676 { |
677 "name": "$result", | 677 "name": "$result", |
678 "recipe_result": null, | 678 "recipe_result": null, |
679 "status_code": 0 | 679 "status_code": 0 |
680 } | 680 } |
681 ] | 681 ] |
OLD | NEW |