| OLD | NEW |
| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_rel", | 10 "android_rel", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "@@@STEP_LOG_LINE@json.output@}@@@", | 54 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 55 "@@@STEP_LOG_END@json.output@@@", | 55 "@@@STEP_LOG_END@json.output@@@", |
| 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", | 56 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5
8cb9\"@@@", |
| 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" | 57 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" |
| 58 ] | 58 ] |
| 59 }, | 59 }, |
| 60 { | 60 { |
| 61 "cmd": [ | 61 "cmd": [ |
| 62 "python", | 62 "python", |
| 63 "-u", | 63 "-u", |
| 64 "RECIPE_MODULE[webrtc]/resources/cleanup_files.py", | 64 "RECIPE_MODULE[build.webrtc]/resources/cleanup_files.py", |
| 65 "[SLAVE_BUILD]/src/out" | 65 "[SLAVE_BUILD]/src/out" |
| 66 ], | 66 ], |
| 67 "cwd": "[SLAVE_BUILD]", | 67 "cwd": "[SLAVE_BUILD]", |
| 68 "name": "clean test output files" | 68 "name": "clean test output files" |
| 69 }, | 69 }, |
| 70 { | 70 { |
| 71 "cmd": [ | 71 "cmd": [ |
| 72 "python", | 72 "python", |
| 73 "-u", | 73 "-u", |
| 74 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", | 74 "\nimport shutil, sys, os\nshutil.rmtree(sys.argv[1], True)\nshutil.rmtree
(sys.argv[2], True)\ntry:\n os.remove(sys.argv[3])\nexcept OSError:\n pass\nfo
r base, _dirs, files in os.walk(sys.argv[4]):\n for f in files:\n if f.endsw
ith('.pyc'):\n os.remove(os.path.join(base, f))\n", |
| (...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 { | 298 { |
| 299 "cmd": [ | 299 "cmd": [ |
| 300 "python", | 300 "python", |
| 301 "-u", | 301 "-u", |
| 302 "[BUILD]/scripts/slave/daemonizer.py", | 302 "[BUILD]/scripts/slave/daemonizer.py", |
| 303 "--action", | 303 "--action", |
| 304 "restart", | 304 "restart", |
| 305 "--pid-file-path", | 305 "--pid-file-path", |
| 306 "/tmp/device_monitor.pid", | 306 "/tmp/device_monitor.pid", |
| 307 "--", | 307 "--", |
| 308 "RECIPE_MODULE[chromium_android]/resources/spawn_device_monitor.py", | 308 "RECIPE_MODULE[build.chromium_android]/resources/spawn_device_monitor.py", |
| 309 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 309 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 310 "[\"07a00ca4\"]", | 310 "[\"07a00ca4\"]", |
| 311 "tryserver.webrtc", | 311 "tryserver.webrtc", |
| 312 "android_rel", | 312 "android_rel", |
| 313 "--blacklist-file", | 313 "--blacklist-file", |
| 314 "[SLAVE_BUILD]/src/out/bad_devices.json" | 314 "[SLAVE_BUILD]/src/out/bad_devices.json" |
| 315 ], | 315 ], |
| 316 "cwd": "[SLAVE_BUILD]", | 316 "cwd": "[SLAVE_BUILD]", |
| 317 "name": "spawn_device_monitor" | 317 "name": "spawn_device_monitor" |
| 318 }, | 318 }, |
| (...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 723 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 723 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 724 "@@@STEP_LOG_END@python.inline@@@" | 724 "@@@STEP_LOG_END@python.inline@@@" |
| 725 ] | 725 ] |
| 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 ] |
| OLD | NEW |