| 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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 "[BUILD]/scripts/slave/daemonizer.py", | 241 "[BUILD]/scripts/slave/daemonizer.py", |
| 242 "--action", | 242 "--action", |
| 243 "restart", | 243 "restart", |
| 244 "--pid-file-path", | 244 "--pid-file-path", |
| 245 "/tmp/device_monitor.pid", | 245 "/tmp/device_monitor.pid", |
| 246 "--", | 246 "--", |
| 247 "RECIPE_MODULE[chromium_android]/resources/spawn_device_temp_monitor.py", | 247 "RECIPE_MODULE[chromium_android]/resources/spawn_device_temp_monitor.py", |
| 248 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", | 248 "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb", |
| 249 "[\"07a00ca4\"]", | 249 "[\"07a00ca4\"]", |
| 250 "tryserver.webrtc", | 250 "tryserver.webrtc", |
| 251 "android" | 251 "android_dbg" |
| 252 ], | 252 ], |
| 253 "cwd": "[SLAVE_BUILD]", | 253 "cwd": "[SLAVE_BUILD]", |
| 254 "name": "spawn_device_temp_monitor" | 254 "name": "spawn_device_temp_monitor" |
| 255 }, | 255 }, |
| 256 { | 256 { |
| 257 "cmd": [ | 257 "cmd": [ |
| 258 "python", | 258 "python", |
| 259 "-u", | 259 "-u", |
| 260 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 260 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
| 261 "gtest", | 261 "gtest", |
| (...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 548 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 549 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 549 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 550 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 550 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 551 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 551 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 552 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 552 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 553 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 553 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 554 "@@@STEP_LOG_END@python.inline@@@" | 554 "@@@STEP_LOG_END@python.inline@@@" |
| 555 ] | 555 ] |
| 556 } | 556 } |
| 557 ] | 557 ] |
| OLD | NEW |