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

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

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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
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 "cwd": "[SLAVE_BUILD]", 9 "cwd": "[SLAVE_BUILD]",
10 "name": "cleanup index.lock", 10 "name": "cleanup index.lock",
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 "[DEPOT_TOOLS]/git_number.py" 242 "[DEPOT_TOOLS]/git_number.py"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD]/src", 244 "cwd": "[SLAVE_BUILD]/src",
245 "name": "git_number", 245 "name": "git_number",
246 "stdout": "/path/to/tmp/" 246 "stdout": "/path/to/tmp/"
247 }, 247 },
248 { 248 {
249 "cmd": [ 249 "cmd": [
250 "python", 250 "python",
251 "-u", 251 "-u",
252 "RECIPE_MODULE[adb]/resources/list_devices.py", 252 "RECIPE_MODULE[build.adb]/resources/list_devices.py",
253 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 253 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
254 "/path/to/tmp/json" 254 "/path/to/tmp/json"
255 ], 255 ],
256 "cwd": "[SLAVE_BUILD]", 256 "cwd": "[SLAVE_BUILD]",
257 "name": "List adb devices", 257 "name": "List adb devices",
258 "~followup_annotations": [ 258 "~followup_annotations": [
259 "@@@STEP_LOG_LINE@json.output@[@@@", 259 "@@@STEP_LOG_LINE@json.output@[@@@",
260 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 260 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
261 "@@@STEP_LOG_LINE@json.output@]@@@", 261 "@@@STEP_LOG_LINE@json.output@]@@@",
262 "@@@STEP_LOG_END@json.output@@@" 262 "@@@STEP_LOG_END@json.output@@@"
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 723 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
724 }, 724 },
725 "name": "stack_tool_for_asan" 725 "name": "stack_tool_for_asan"
726 }, 726 },
727 { 727 {
728 "name": "$result", 728 "name": "$result",
729 "recipe_result": null, 729 "recipe_result": null,
730 "status_code": 0 730 "status_code": 0
731 } 731 }
732 ] 732 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698