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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 "@@@STEP_LOG_LINE@json.output@]@@@", 332 "@@@STEP_LOG_LINE@json.output@]@@@",
333 "@@@STEP_LOG_END@json.output@@@" 333 "@@@STEP_LOG_END@json.output@@@"
334 ] 334 ]
335 }, 335 },
336 { 336 {
337 "cmd": [ 337 "cmd": [
338 "python", 338 "python",
339 "-u", 339 "-u",
340 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 340 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
341 "-t", 341 "-t",
342 "Release" 342 "Release",
343 "--adb-key-files /usr/local/google/home/navabi/.android/*.pub"
343 ], 344 ],
344 "env": { 345 "env": {
345 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 346 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
346 }, 347 },
347 "name": "provision_devices" 348 "name": "provision_devices"
348 }, 349 },
349 { 350 {
350 "cmd": [ 351 "cmd": [
351 "python", 352 "python",
352 "-u", 353 "-u",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
504 "-R", 505 "-R",
505 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", 506 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html",
506 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45 7bbc8ad589c8a00" 507 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45 7bbc8ad589c8a00"
507 ], 508 ],
508 "name": "gsutil upload coverage report", 509 "name": "gsutil upload coverage report",
509 "~followup_annotations": [ 510 "~followup_annotations": [
510 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" 511 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@"
511 ] 512 ]
512 } 513 }
513 ] 514 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698