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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_One_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 One Perf", 10 "Android One Perf",
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 ], 216 ],
217 "env": { 217 "env": {
218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 218 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
219 }, 219 },
220 "name": "provision_devices" 220 "name": "provision_devices"
221 }, 221 },
222 { 222 {
223 "cmd": [ 223 "cmd": [
224 "python", 224 "python",
225 "-u", 225 "-u",
226 "[BUILD]/scripts/slave/recipe_modules/adb/resources/list_devices.py", 226 "RECIPE_MODULE[adb]/resources/list_devices.py",
227 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 227 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
228 "/path/to/tmp/json" 228 "/path/to/tmp/json"
229 ], 229 ],
230 "name": "List adb devices", 230 "name": "List adb devices",
231 "~followup_annotations": [ 231 "~followup_annotations": [
232 "@@@STEP_LOG_LINE@json.output@[@@@", 232 "@@@STEP_LOG_LINE@json.output@[@@@",
233 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\", @@@", 233 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\", @@@",
234 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C010\"@@@", 234 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C010\"@@@",
235 "@@@STEP_LOG_LINE@json.output@]@@@", 235 "@@@STEP_LOG_LINE@json.output@]@@@",
236 "@@@STEP_LOG_END@json.output@@@" 236 "@@@STEP_LOG_END@json.output@@@"
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 446 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
447 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 447 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
448 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 448 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
449 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 449 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
450 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 450 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
451 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 451 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
452 "@@@STEP_LOG_END@python.inline@@@" 452 "@@@STEP_LOG_END@python.inline@@@"
453 ] 453 ]
454 } 454 }
455 ] 455 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698