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

Side by Side Diff: scripts/slave/recipes/cronet.expected/android_cronet_tester.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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 { 351 {
352 "cmd": [ 352 "cmd": [
353 "python", 353 "python",
354 "-u", 354 "-u",
355 "[BUILD]/scripts/slave/daemonizer.py", 355 "[BUILD]/scripts/slave/daemonizer.py",
356 "--action", 356 "--action",
357 "restart", 357 "restart",
358 "--pid-file-path", 358 "--pid-file-path",
359 "/tmp/device_monitor.pid", 359 "/tmp/device_monitor.pid",
360 "--", 360 "--",
361 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", 361 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py",
362 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 362 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
363 "[\"07a00ca4\"]", 363 "[\"07a00ca4\"]",
364 "chromium.testing.master", 364 "chromium.testing.master",
365 "android_cronet_tester", 365 "android_cronet_tester",
366 "--blacklist-file", 366 "--blacklist-file",
367 "[SLAVE_BUILD]/src/out/bad_devices.json" 367 "[SLAVE_BUILD]/src/out/bad_devices.json"
368 ], 368 ],
369 "cwd": "[SLAVE_BUILD]", 369 "cwd": "[SLAVE_BUILD]",
370 "name": "spawn_device_monitor" 370 "name": "spawn_device_monitor"
371 }, 371 },
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 543 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
544 "@@@STEP_LOG_END@python.inline@@@" 544 "@@@STEP_LOG_END@python.inline@@@"
545 ] 545 ]
546 }, 546 },
547 { 547 {
548 "name": "$result", 548 "name": "$result",
549 "recipe_result": null, 549 "recipe_result": null,
550 "status_code": 0 550 "status_code": 0
551 } 551 }
552 ] 552 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698