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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/perf_runner_basic.json

Issue 976913002: Add '--adb-keys-file $HOME/.android/*.pub' to all bot provision_devices calls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Combine if statements 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 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n", 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files :\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove (path_to_file)\n",
7 "[SLAVE_BUILD]" 7 "[SLAVE_BUILD]"
8 ], 8 ],
9 "name": "cleanup index.lock", 9 "name": "cleanup index.lock",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 "@@@STEP_LOG_LINE@json.output@]@@@", 305 "@@@STEP_LOG_LINE@json.output@]@@@",
306 "@@@STEP_LOG_END@json.output@@@" 306 "@@@STEP_LOG_END@json.output@@@"
307 ] 307 ]
308 }, 308 },
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "python", 311 "python",
312 "-u", 312 "-u",
313 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 313 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
314 "-t", 314 "-t",
315 "Release" 315 "Release",
316 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub"
316 ], 317 ],
317 "env": { 318 "env": {
318 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 319 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
319 }, 320 },
320 "name": "provision_devices" 321 "name": "provision_devices"
321 }, 322 },
322 { 323 {
323 "cmd": [ 324 "cmd": [
324 "python", 325 "python",
325 "-u", 326 "-u",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", 556 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py",
556 "-l", 557 "-l",
557 "[SLAVE_BUILD]/src/out/Release/full_log" 558 "[SLAVE_BUILD]/src/out/Release/full_log"
558 ], 559 ],
559 "env": { 560 "env": {
560 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 561 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
561 }, 562 },
562 "name": "stack_tool_for_asan" 563 "name": "stack_tool_for_asan"
563 } 564 }
564 ] 565 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698