| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]/scripts/slave/bot_update.py", | 6 "[BUILD]/scripts/slave/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android Tests (KK Nexus5)", | 10 "Android Tests (KK Nexus5)", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "python", | 77 "python", |
| 78 "-u", | 78 "-u", |
| 79 "[BUILD]/scripts/slave/extract_build.py", | 79 "[BUILD]/scripts/slave/extract_build.py", |
| 80 "--target", | 80 "--target", |
| 81 "Release", | 81 "Release", |
| 82 "--build-url", | 82 "--build-url", |
| 83 "gs://chromium-webrtc/android_rel", | 83 "gs://chromium-webrtc/android_rel", |
| 84 "--build_revision", | 84 "--build_revision", |
| 85 "12345", | 85 "12345", |
| 86 "--factory-properties", | 86 "--factory-properties", |
| 87 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu
s5)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android Buil
der\", \"parent_got_revision\": \"12345\", \"recipe\": \"webrtc/standalone\", \"
slavename\": \"slavename\"}", | 87 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu
s5)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_builde
rname\": \"Android Builder\", \"parent_got_revision\": \"12345\", \"recipe\": \"
webrtc/standalone\", \"slavename\": \"slavename\"}", |
| 88 "--build-properties", | 88 "--build-properties", |
| 89 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu
s5)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android Buil
der\", \"parent_got_revision\": \"12345\", \"recipe\": \"webrtc/standalone\", \"
slavename\": \"slavename\"}" | 89 "{\"BUILD_CONFIG\": \"Release\", \"buildername\": \"Android Tests (KK Nexu
s5)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_builde
rname\": \"Android Builder\", \"parent_got_revision\": \"12345\", \"recipe\": \"
webrtc/standalone\", \"slavename\": \"slavename\"}" |
| 90 ], | 90 ], |
| 91 "name": "extract build" | 91 "name": "extract build" |
| 92 }, | 92 }, |
| 93 { | 93 { |
| 94 "cmd": [ | 94 "cmd": [ |
| 95 "python", | 95 "python", |
| 96 "-u", | 96 "-u", |
| 97 "\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", | 97 "\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", |
| 98 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", | 98 "[SLAVE_BUILD]/src/out/Release/debug_info_dumps", |
| 99 "[SLAVE_BUILD]/src/out/Release/test_logs", | 99 "[SLAVE_BUILD]/src/out/Release/test_logs", |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 410 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 411 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 411 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 412 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 412 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 413 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 413 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 414 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 414 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 415 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 415 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 416 "@@@STEP_LOG_END@python.inline@@@" | 416 "@@@STEP_LOG_END@python.inline@@@" |
| 417 ] | 417 ] |
| 418 } | 418 } |
| 419 ] | 419 ] |
| OLD | NEW |