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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", | 270 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", |
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 ], | 283 ], |
282 "env": { | 284 "env": { |
283 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 285 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
284 }, | 286 }, |
285 "name": "device_status_check" | 287 "name": "device_status_check", |
| 288 "~followup_annotations": [ |
| 289 "@@@STEP_LOG_LINE@json.output@[@@@", |
| 290 "@@@STEP_LOG_LINE@json.output@ {@@@", |
| 291 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@", |
| 292 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@", |
| 293 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@", |
| 294 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@", |
| 295 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@", |
| 296 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@", |
| 297 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@", |
| 298 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@", |
| 299 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@", |
| 300 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@", |
| 301 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@", |
| 302 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@", |
| 303 "@@@STEP_LOG_LINE@json.output@ }, @@@", |
| 304 "@@@STEP_LOG_LINE@json.output@ \"build\": \"LRX21O\", @@@", |
| 305 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0
/LRX21O/1570415:userdebug/dev-keys\", @@@", |
| 306 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@", |
| 307 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@", |
| 308 "@@@STEP_LOG_LINE@json.output@ \"type\": \"flo\", @@@", |
| 309 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@", |
| 310 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 311 "@@@STEP_LOG_LINE@json.output@]@@@", |
| 312 "@@@STEP_LOG_END@json.output@@@" |
| 313 ] |
286 }, | 314 }, |
287 { | 315 { |
288 "cmd": [ | 316 "cmd": [ |
289 "python", | 317 "python", |
290 "-u", | 318 "-u", |
291 "[SLAVE_BUILD]/src/build/android/provision_devices.py", | 319 "[SLAVE_BUILD]/src/build/android/provision_devices.py", |
292 "-t", | 320 "-t", |
293 "Release" | 321 "Release" |
294 ], | 322 ], |
295 "env": { | 323 "env": { |
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
452 "-R", | 480 "-R", |
453 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", | 481 "[SLAVE_BUILD]/src/out/Release/coverage/coverage_html", |
454 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00" | 482 "gs://chrome-code-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c45
7bbc8ad589c8a00" |
455 ], | 483 ], |
456 "name": "gsutil upload coverage report", | 484 "name": "gsutil upload coverage report", |
457 "~followup_annotations": [ | 485 "~followup_annotations": [ |
458 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" | 486 "@@@STEP_LINK@Coverage report@https://storage.cloud.google.com/chrome-code
-coverage/java/coverage_builder/4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00@@@" |
459 ] | 487 ] |
460 } | 488 } |
461 ] | 489 ] |
OLD | NEW |