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

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

Issue 985273002: Changed recipe_modules base paths to be abstract entities in their own right. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Rebase Created 5 years, 9 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android MotoE Perf", 10 "Android MotoE Perf",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", 120 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@",
121 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", 121 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@",
122 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" , 122 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@" ,
123 "@@@STEP_LOG_END@python.inline@@@" 123 "@@@STEP_LOG_END@python.inline@@@"
124 ] 124 ]
125 }, 125 },
126 { 126 {
127 "cmd": [ 127 "cmd": [
128 "python", 128 "python",
129 "-u", 129 "-u",
130 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 130 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
131 "--", 131 "--",
132 "[DEPOT_TOOLS]/gsutil.py", 132 "[DEPOT_TOOLS]/gsutil.py",
133 "--force-version", 133 "--force-version",
134 "4.7", 134 "4.7",
135 "--", 135 "--",
136 "cp", 136 "cp",
137 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip", 137 "gs://chrome-perf/android_perf_rel/full-build-linux_deadbeef.zip",
138 "[SLAVE_BUILD]/src/out/build_product.zip" 138 "[SLAVE_BUILD]/src/out/build_product.zip"
139 ], 139 ],
140 "name": "gsutil download_build_product" 140 "name": "gsutil download_build_product"
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 448 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
449 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 449 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
450 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 450 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
451 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 451 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
452 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 452 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
453 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 453 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
454 "@@@STEP_LOG_END@python.inline@@@" 454 "@@@STEP_LOG_END@python.inline@@@"
455 ] 455 ]
456 } 456 }
457 ] 457 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698