| 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)(dbg)", | 10 "Android Tests (KK Nexus5)(dbg)", |
| (...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 "Debug", | 81 "Debug", |
| 82 "--build-url", | 82 "--build-url", |
| 83 "gs://chromium-webrtc/android_dbg", | 83 "gs://chromium-webrtc/android_dbg", |
| 84 "--build_revision", | 84 "--build_revision", |
| 85 "12345", | 85 "12345", |
| 86 "--factory-properties", | 86 "--factory-properties", |
| 87 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (KK Nexus5
)(dbg)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android B
uilder (dbg)\", \"parent_got_revision\": \"12345\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}", | 87 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (KK Nexus5
)(dbg)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_bui
ldername\": \"Android Builder (dbg)\", \"parent_got_revision\": \"12345\", \"rec
ipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavenam
e\"}", |
| 88 "--build-properties", | 88 "--build-properties", |
| 89 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (KK Nexus5
)(dbg)\", \"mastername\": \"client.webrtc\", \"parent_buildername\": \"Android B
uilder (dbg)\", \"parent_got_revision\": \"12345\", \"recipe\": \"webrtc/standal
one\", \"revision\": \"12345\", \"slavename\": \"slavename\"}" | 89 "{\"BUILD_CONFIG\": \"Debug\", \"buildername\": \"Android Tests (KK Nexus5
)(dbg)\", \"buildnumber\": 1337, \"mastername\": \"client.webrtc\", \"parent_bui
ldername\": \"Android Builder (dbg)\", \"parent_got_revision\": \"12345\", \"rec
ipe\": \"webrtc/standalone\", \"revision\": \"12345\", \"slavename\": \"slavenam
e\"}" |
| 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/Debug/debug_info_dumps", | 98 "[SLAVE_BUILD]/src/out/Debug/debug_info_dumps", |
| 99 "[SLAVE_BUILD]/src/out/Debug/test_logs", | 99 "[SLAVE_BUILD]/src/out/Debug/test_logs", |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 397 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 398 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 398 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 399 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 399 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 400 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 400 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 401 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 401 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 402 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 402 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 403 "@@@STEP_LOG_END@python.inline@@@" | 403 "@@@STEP_LOG_END@python.inline@@@" |
| 404 ] | 404 ] |
| 405 } | 405 } |
| 406 ] | 406 ] |
| OLD | NEW |