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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/gerrit_refs.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 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 "[DEPOT_TOOLS]/git_number.py" 246 "[DEPOT_TOOLS]/git_number.py"
247 ], 247 ],
248 "cwd": "[SLAVE_BUILD]/src", 248 "cwd": "[SLAVE_BUILD]/src",
249 "name": "git_number", 249 "name": "git_number",
250 "stdout": "/path/to/tmp/" 250 "stdout": "/path/to/tmp/"
251 }, 251 },
252 { 252 {
253 "cmd": [ 253 "cmd": [
254 "python", 254 "python",
255 "-u", 255 "-u",
256 "[BUILD]/scripts/slave/recipe_modules/adb/resources/list_devices.py", 256 "RECIPE_MODULE[adb]/resources/list_devices.py",
257 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 257 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
258 "/path/to/tmp/json" 258 "/path/to/tmp/json"
259 ], 259 ],
260 "name": "List adb devices", 260 "name": "List adb devices",
261 "~followup_annotations": [ 261 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@json.output@[@@@", 262 "@@@STEP_LOG_LINE@json.output@[@@@",
263 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 263 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
264 "@@@STEP_LOG_LINE@json.output@]@@@", 264 "@@@STEP_LOG_LINE@json.output@]@@@",
265 "@@@STEP_LOG_END@json.output@@@" 265 "@@@STEP_LOG_END@json.output@@@"
266 ] 266 ]
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", 469 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py",
470 "-l", 470 "-l",
471 "[SLAVE_BUILD]/src/out/Release/full_log" 471 "[SLAVE_BUILD]/src/out/Release/full_log"
472 ], 472 ],
473 "env": { 473 "env": {
474 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 474 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
475 }, 475 },
476 "name": "stack_tool_for_asan" 476 "name": "stack_tool_for_asan"
477 } 477 }
478 ] 478 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698