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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android.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 "tryserver.webrtc", 8 "tryserver.webrtc",
9 "--builder", 9 "--builder",
10 "android", 10 "android",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "@@@STEP_LOG_LINE@json.output@}@@@", 43 "@@@STEP_LOG_LINE@json.output@}@@@",
44 "@@@STEP_LOG_END@json.output@@@", 44 "@@@STEP_LOG_END@json.output@@@",
45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@", 45 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" 46 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@"
47 ] 47 ]
48 }, 48 },
49 { 49 {
50 "cmd": [ 50 "cmd": [
51 "python", 51 "python",
52 "-u", 52 "-u",
53 "[BUILD]/scripts/slave/recipe_modules/webrtc/resources/cleanup_files.py", 53 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py",
54 "[SLAVE_BUILD]/src/out" 54 "[SLAVE_BUILD]/src/out"
55 ], 55 ],
56 "name": "clean test output files" 56 "name": "clean test output files"
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n", 62 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree (sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw ith('.pyc'):\n os.remove(os.path.join(base, f))\n",
63 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", 63 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps",
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", 413 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@",
414 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", 414 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@",
415 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", 415 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@",
416 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", 416 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@",
417 "@@@STEP_LOG_LINE@python.inline@ print l@@@", 417 "@@@STEP_LOG_LINE@python.inline@ print l@@@",
418 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 418 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
419 "@@@STEP_LOG_END@python.inline@@@" 419 "@@@STEP_LOG_END@python.inline@@@"
420 ] 420 ]
421 } 421 }
422 ] 422 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698