Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(954)

Side by Side Diff: scripts/slave/recipes/android/perf.expected/test_failure.json

Issue 2035863004: gsutil: use depot_tools.gsutil_py_path instead of path['depot_tools'] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 165 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
166 "@@@STEP_LOG_END@python.inline@@@" 166 "@@@STEP_LOG_END@python.inline@@@"
167 ] 167 ]
168 }, 168 },
169 { 169 {
170 "cmd": [ 170 "cmd": [
171 "python", 171 "python",
172 "-u", 172 "-u",
173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 173 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
174 "--", 174 "--",
175 "[DEPOT_TOOLS]/gsutil.py", 175 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
176 "--force-version", 176 "--force-version",
177 "4.7", 177 "4.7",
178 "----", 178 "----",
179 "cp", 179 "cp",
180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", 180 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip",
181 "[SLAVE_BUILD]/src/out/build_product.zip" 181 "[SLAVE_BUILD]/src/out/build_product.zip"
182 ], 182 ],
183 "name": "gsutil download_build_product" 183 "name": "gsutil download_build_product"
184 }, 184 },
185 { 185 {
(...skipping 439 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 "[SLAVE_BUILD]/src/out/logcat" 625 "[SLAVE_BUILD]/src/out/logcat"
626 ], 626 ],
627 "name": "logcat_dump" 627 "name": "logcat_dump"
628 }, 628 },
629 { 629 {
630 "cmd": [ 630 "cmd": [
631 "python", 631 "python",
632 "-u", 632 "-u",
633 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 633 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
634 "--", 634 "--",
635 "[DEPOT_TOOLS]/gsutil.py", 635 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
636 "--force-version", 636 "--force-version",
637 "4.7", 637 "4.7",
638 "-o", 638 "-o",
639 "GSUtil:parallel_composite_upload_threshold=50M", 639 "GSUtil:parallel_composite_upload_threshold=50M",
640 "----", 640 "----",
641 "cp", 641 "cp",
642 "[SLAVE_BUILD]/src/out/Release/full_log", 642 "[SLAVE_BUILD]/src/out/Release/full_log",
643 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571" 643 "gs://chromium-android/logcat_dumps/Android Nexus5 Perf (1)/571"
644 ], 644 ],
645 "name": "gsutil upload", 645 "name": "gsutil upload",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
694 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 694 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
695 "@@@STEP_LOG_END@python.inline@@@" 695 "@@@STEP_LOG_END@python.inline@@@"
696 ] 696 ]
697 }, 697 },
698 { 698 {
699 "name": "$result", 699 "name": "$result",
700 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]", 700 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa iled with return_code 1\",)]",
701 "status_code": 1 701 "status_code": 1
702 } 702 }
703 ] 703 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698