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

Side by Side Diff: scripts/slave/recipe_modules/chromium_android/example.expected/downgrade_install_tester_basic.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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "[SLAVE_BUILD]/src/chrome/VERSION", 196 "[SLAVE_BUILD]/src/chrome/VERSION",
197 "/path/to/tmp/" 197 "/path/to/tmp/"
198 ], 198 ],
199 "cwd": "[SLAVE_BUILD]", 199 "cwd": "[SLAVE_BUILD]",
200 "name": "get version" 200 "name": "get version"
201 }, 201 },
202 { 202 {
203 "cmd": [ 203 "cmd": [
204 "python", 204 "python",
205 "-u", 205 "-u",
206 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 206 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
207 "--", 207 "--",
208 "[DEPOT_TOOLS]/gsutil.py", 208 "[DEPOT_TOOLS]/gsutil.py",
209 "--force-version", 209 "--force-version",
210 "4.7", 210 "4.7",
211 "----", 211 "----",
212 "cp", 212 "cp",
213 "gs://build-bucket/build_product.zip", 213 "gs://build-bucket/build_product.zip",
214 "[SLAVE_BUILD]/src/out/build_product.zip" 214 "[SLAVE_BUILD]/src/out/build_product.zip"
215 ], 215 ],
216 "cwd": "[SLAVE_BUILD]", 216 "cwd": "[SLAVE_BUILD]",
(...skipping 13 matching lines...) Expand all
230 "[DEPOT_TOOLS]/git_number.py" 230 "[DEPOT_TOOLS]/git_number.py"
231 ], 231 ],
232 "cwd": "[SLAVE_BUILD]/src", 232 "cwd": "[SLAVE_BUILD]/src",
233 "name": "git_number", 233 "name": "git_number",
234 "stdout": "/path/to/tmp/" 234 "stdout": "/path/to/tmp/"
235 }, 235 },
236 { 236 {
237 "cmd": [ 237 "cmd": [
238 "python", 238 "python",
239 "-u", 239 "-u",
240 "RECIPE_MODULE[adb]/resources/list_devices.py", 240 "RECIPE_MODULE[build.adb]/resources/list_devices.py",
241 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 241 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
242 "/path/to/tmp/json" 242 "/path/to/tmp/json"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
245 "name": "List adb devices", 245 "name": "List adb devices",
246 "~followup_annotations": [ 246 "~followup_annotations": [
247 "@@@STEP_LOG_LINE@json.output@[@@@", 247 "@@@STEP_LOG_LINE@json.output@[@@@",
248 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 248 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
249 "@@@STEP_LOG_LINE@json.output@]@@@", 249 "@@@STEP_LOG_LINE@json.output@]@@@",
250 "@@@STEP_LOG_END@json.output@@@" 250 "@@@STEP_LOG_END@json.output@@@"
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 726 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
727 }, 727 },
728 "name": "stack_tool_for_asan" 728 "name": "stack_tool_for_asan"
729 }, 729 },
730 { 730 {
731 "name": "$result", 731 "name": "$result",
732 "recipe_result": null, 732 "recipe_result": null,
733 "status_code": 0 733 "status_code": 0
734 } 734 }
735 ] 735 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698