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

Side by Side Diff: scripts/slave/recipes/chromium.expected/chromium_linux_Android_Tests_logcat_upload_timeout.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 "RECIPE_PACKAGE[build]/bot_update.py", 6 "RECIPE_PACKAGE[build]/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Tests", 10 "Android Tests",
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 "--build-number", 241 "--build-number",
242 "77457" 242 "77457"
243 ], 243 ],
244 "cwd": "[SLAVE_BUILD]", 244 "cwd": "[SLAVE_BUILD]",
245 "name": "extract build" 245 "name": "extract build"
246 }, 246 },
247 { 247 {
248 "cmd": [ 248 "cmd": [
249 "python", 249 "python",
250 "-u", 250 "-u",
251 "RECIPE_MODULE[adb]/resources/list_devices.py", 251 "RECIPE_MODULE[build.adb]/resources/list_devices.py",
252 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']", 252 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd evices']",
253 "/path/to/tmp/json" 253 "/path/to/tmp/json"
254 ], 254 ],
255 "cwd": "[SLAVE_BUILD]", 255 "cwd": "[SLAVE_BUILD]",
256 "name": "List adb devices", 256 "name": "List adb devices",
257 "~followup_annotations": [ 257 "~followup_annotations": [
258 "@@@STEP_LOG_LINE@json.output@[@@@", 258 "@@@STEP_LOG_LINE@json.output@[@@@",
259 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", 259 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@",
260 "@@@STEP_LOG_LINE@json.output@]@@@", 260 "@@@STEP_LOG_LINE@json.output@]@@@",
261 "@@@STEP_LOG_END@json.output@@@" 261 "@@@STEP_LOG_END@json.output@@@"
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 { 441 {
442 "cmd": [ 442 "cmd": [
443 "python", 443 "python",
444 "-u", 444 "-u",
445 "[BUILD]/scripts/slave/daemonizer.py", 445 "[BUILD]/scripts/slave/daemonizer.py",
446 "--action", 446 "--action",
447 "restart", 447 "restart",
448 "--pid-file-path", 448 "--pid-file-path",
449 "/tmp/device_monitor.pid", 449 "/tmp/device_monitor.pid",
450 "--", 450 "--",
451 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", 451 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py",
452 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", 452 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb",
453 "[\"07a00ca4\"]", 453 "[\"07a00ca4\"]",
454 "chromium.linux", 454 "chromium.linux",
455 "Android Tests", 455 "Android Tests",
456 "--blacklist-file", 456 "--blacklist-file",
457 "[SLAVE_BUILD]/src/out/bad_devices.json" 457 "[SLAVE_BUILD]/src/out/bad_devices.json"
458 ], 458 ],
459 "cwd": "[SLAVE_BUILD]", 459 "cwd": "[SLAVE_BUILD]",
460 "name": "spawn_device_monitor" 460 "name": "spawn_device_monitor"
461 }, 461 },
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 "[SLAVE_BUILD]/src/out/Release/full_log", 783 "[SLAVE_BUILD]/src/out/Release/full_log",
784 "[SLAVE_BUILD]/src/out/logcat" 784 "[SLAVE_BUILD]/src/out/logcat"
785 ], 785 ],
786 "cwd": "[SLAVE_BUILD]", 786 "cwd": "[SLAVE_BUILD]",
787 "name": "logcat_dump" 787 "name": "logcat_dump"
788 }, 788 },
789 { 789 {
790 "cmd": [ 790 "cmd": [
791 "python", 791 "python",
792 "-u", 792 "-u",
793 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 793 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py",
794 "--timeout", 794 "--timeout",
795 "300", 795 "300",
796 "--", 796 "--",
797 "[DEPOT_TOOLS]/gsutil.py", 797 "[DEPOT_TOOLS]/gsutil.py",
798 "--force-version", 798 "--force-version",
799 "4.7", 799 "4.7",
800 "-o", 800 "-o",
801 "GSUtil:parallel_composite_upload_threshold=50M", 801 "GSUtil:parallel_composite_upload_threshold=50M",
802 "----", 802 "----",
803 "cp", 803 "cp",
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
857 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 857 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
858 "@@@STEP_LOG_END@python.inline@@@" 858 "@@@STEP_LOG_END@python.inline@@@"
859 ] 859 ]
860 }, 860 },
861 { 861 {
862 "name": "$result", 862 "name": "$result",
863 "recipe_result": null, 863 "recipe_result": null,
864 "status_code": 0 864 "status_code": 0
865 } 865 }
866 ] 866 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698