OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
8 ], | 8 ], |
9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 "[SLAVE_BUILD]/src/out/logcat" | 271 "[SLAVE_BUILD]/src/out/logcat" |
272 ], | 272 ], |
273 "env": { | 273 "env": { |
274 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 274 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
275 }, | 275 }, |
276 "name": "spawn_logcat_monitor" | 276 "name": "spawn_logcat_monitor" |
277 }, | 277 }, |
278 { | 278 { |
279 "cmd": [ | 279 "cmd": [ |
280 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", | 280 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py", |
| 281 "--json-output", |
| 282 "/path/to/tmp/json", |
281 "--restart-usb" | 283 "--restart-usb" |
282 ], | 284 ], |
283 "env": { | 285 "env": { |
284 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 286 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
285 }, | 287 }, |
286 "name": "device_status_check" | 288 "name": "device_status_check", |
| 289 "~followup_annotations": [ |
| 290 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"build\": \"LRX21O\", @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0
/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"type\": \"flo\", @@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 312 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 313 "@@@STEP_LOG_END@json.output@@@" |
| 314 ] |
287 }, | 315 }, |
288 { | 316 { |
289 "cmd": [ | 317 "cmd": [ |
290 "python", | 318 "python", |
291 "-u", | 319 "-u", |
292 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 320 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
293 "-t", | 321 "-t", |
294 "Release" | 322 "Release" |
295 ], | 323 ], |
296 "env": { | 324 "env": { |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
418 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", | 446 "[SLAVE_BUILD]/src/build/android/asan_symbolize.py", |
419 "-l", | 447 "-l", |
420 "[SLAVE_BUILD]/src/out/Release/full_log" | 448 "[SLAVE_BUILD]/src/out/Release/full_log" |
421 ], | 449 ], |
422 "env": { | 450 "env": { |
423 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 451 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
424 }, | 452 }, |
425 "name": "stack_tool_for_asan" | 453 "name": "stack_tool_for_asan" |
426 } | 454 } |
427 ] | 455 ] |
OLD | NEW |