| 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 "chromium.testing.master", | 8 "chromium.testing.master", |
| 9 "--builder", | 9 "--builder", |
| 10 "TestBuilder", | 10 "TestBuilder", |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 221 ], | 221 ], |
| 222 "env": { | 222 "env": { |
| 223 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 223 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 224 }, | 224 }, |
| 225 "name": "install AndroidWebViewTelemetryShell.apk" | 225 "name": "install AndroidWebViewTelemetryShell.apk" |
| 226 }, | 226 }, |
| 227 { | 227 { |
| 228 "cmd": [ | 228 "cmd": [ |
| 229 "python", | 229 "python", |
| 230 "-u", | 230 "-u", |
| 231 "[BUILD]/scripts/slave/recipe_modules/adb/resources/list_devices.py", | 231 "RECIPE_MODULE[adb]/resources/list_devices.py", |
| 232 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", | 232 "['[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools/adb', 'd
evices']", |
| 233 "/path/to/tmp/json" | 233 "/path/to/tmp/json" |
| 234 ], | 234 ], |
| 235 "name": "List adb devices", | 235 "name": "List adb devices", |
| 236 "~followup_annotations": [ | 236 "~followup_annotations": [ |
| 237 "@@@STEP_LOG_LINE@json.output@[@@@", | 237 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 238 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", | 238 "@@@STEP_LOG_LINE@json.output@ \"014E1F310401C009\"@@@", |
| 239 "@@@STEP_LOG_LINE@json.output@]@@@", | 239 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 240 "@@@STEP_LOG_END@json.output@@@" | 240 "@@@STEP_LOG_END@json.output@@@" |
| 241 ] | 241 ] |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 450 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", | 450 "@@@STEP_LOG_LINE@python.inline@import glob, os, sys@@@", |
| 451 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", | 451 "@@@STEP_LOG_LINE@python.inline@for report in glob.glob(sys.argv[1]):@@@", |
| 452 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", | 452 "@@@STEP_LOG_LINE@python.inline@ with open(report, 'r') as f:@@@", |
| 453 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", | 453 "@@@STEP_LOG_LINE@python.inline@ for l in f.readlines():@@@", |
| 454 "@@@STEP_LOG_LINE@python.inline@ print l@@@", | 454 "@@@STEP_LOG_LINE@python.inline@ print l@@@", |
| 455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 455 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 456 "@@@STEP_LOG_END@python.inline@@@" | 456 "@@@STEP_LOG_END@python.inline@@@" |
| 457 ] | 457 ] |
| 458 } | 458 } |
| 459 ] | 459 ] |
| OLD | NEW |