| 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 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android", | 10 "android_dbg", |
| 11 "--slave", | 11 "--slave", |
| 12 "slavename", | 12 "slavename", |
| 13 "--spec", | 13 "--spec", |
| 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['android'
]", | 14 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na
me': 'src', 'url': 'https://chromium.googlesource.com/external/webrtc'}, {'deps_
file': 'DEPS', 'managed': True, 'name': 'webrtc-limited', 'url': 'https://chrome
-internal.googlesource.com/chrome/deps/webrtc-limited'}]\ntarget_os = ['android'
]", |
| 15 "--root", | 15 "--root", |
| 16 "src", | 16 "src", |
| 17 "--revision_mapping_file", | 17 "--revision_mapping_file", |
| 18 "{\"src\": \"got_revision\"}", | 18 "{\"src\": \"got_revision\"}", |
| 19 "--issue", | 19 "--issue", |
| 20 "666666", | 20 "666666", |
| (...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 518 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 518 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 519 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 519 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 520 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 520 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 521 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 521 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 522 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 522 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 523 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 523 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 524 "@@@STEP_LOG_END@python.inline@@@" | 524 "@@@STEP_LOG_END@python.inline@@@" |
| 525 ] | 525 ] |
| 526 } | 526 } |
| 527 ] | 527 ] |
| OLD | NEW |