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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/coverage_builder_basic.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 "\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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 "[DEPOT_TOOLS]/git_number.py" 244 "[DEPOT_TOOLS]/git_number.py"
245 ], 245 ],
246 "cwd": "[SLAVE_BUILD]/src", 246 "cwd": "[SLAVE_BUILD]/src",
247 "name": "git_number", 247 "name": "git_number",
248 "stdout": "/path/to/tmp/" 248 "stdout": "/path/to/tmp/"
249 }, 249 },
250 { 250 {
251 "cmd": [ 251 "cmd": [
252 "python", 252 "python",
253 "-u", 253 "-u",
254 "[BUILD]/scripts/slave/recipe_modules/adb/resources/list_devices.py", 254 "RECIPE_MODULE[adb]/resources/list_devices.py",
255 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 255 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
256 "/path/to/tmp/json" 256 "/path/to/tmp/json"
257 ], 257 ],
258 "name": "List adb devices", 258 "name": "List adb devices",
259 "~followup_annotations": [ 259 "~followup_annotations": [
260 "@@@STEP_LOG_LINE@json.output@[@@@", 260 "@@@STEP_LOG_LINE@json.output@[@@@",
261 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 261 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
262 "@@@STEP_LOG_LINE@json.output@]@@@", 262 "@@@STEP_LOG_LINE@json.output@]@@@",
263 "@@@STEP_LOG_END@json.output@@@" 263 "@@@STEP_LOG_END@json.output@@@"
264 ] 264 ]
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 "--cleanup", 487 "--cleanup",
488 "--output", 488 "--output",
489 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html/index.html" 489 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html/index.html"
490 ], 490 ],
491 "name": "Generate coverage report" 491 "name": "Generate coverage report"
492 }, 492 },
493 { 493 {
494 "cmd": [ 494 "cmd": [
495 "python", 495 "python",
496 "-u", 496 "-u",
497 "[BUILD]/scripts/slave/recipe_modules/gsutil/resources/gsutil_wrapper.py", 497 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
498 "--", 498 "--",
499 "[DEPOT_TOOLS]/gsutil.py", 499 "[DEPOT_TOOLS]/gsutil.py",
500 "--force-version", 500 "--force-version",
501 "4.7", 501 "4.7",
502 "--", 502 "--",
503 "cp", 503 "cp",
504 "-R", 504 "-R",
505 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", 505 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html",
506 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45 7bbc8ad589c8a00" 506 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45 7bbc8ad589c8a00"
507 ], 507 ],
508 "name": "gsutil upload coverage report", 508 "name": "gsutil upload coverage report",
509 "~followup_annotations": [ 509 "~followup_annotations": [
510 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" 510 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code -coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@"
511 ] 511 ]
512 } 512 }
513 ] 513 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698