Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Side by Side Diff: scripts/slave/recipes/android/tester.expected/android_dbg_tests_recipe__content_browsertests_failure.json

Issue 815213002: Cause chromium_android recipe to consume device_status_check's json. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add missing files Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "android_dbg_tests_recipe", 10 "android_dbg_tests_recipe",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py", 236 "[SLAVE_BUILD]/src/build/android/adb_logcat_monitor.py",
237 "[SLAVE_BUILD]/src/out/logcat" 237 "[SLAVE_BUILD]/src/out/logcat"
238 ], 238 ],
239 "env": { 239 "env": {
240 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 240 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
241 }, 241 },
242 "name": "spawn_logcat_monitor" 242 "name": "spawn_logcat_monitor"
243 }, 243 },
244 { 244 {
245 "cmd": [ 245 "cmd": [
246 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py" 246 "[SLAVE_BUILD]/src/build/android/buildbot/bb_device_status_check.py",
247 "--json-output",
248 "/path/to/tmp/json"
247 ], 249 ],
248 "env": { 250 "env": {
249 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 251 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
250 }, 252 },
251 "name": "device_status_check" 253 "name": "device_status_check",
254 "~followup_annotations": [
255 "@@@STEP_LOG_LINE@json.output@[@@@",
256 "@@@STEP_LOG_LINE@json.output@ {@@@",
257 "@@@STEP_LOG_LINE@json.output@ \"battery\": {@@@",
258 "@@@STEP_LOG_LINE@json.output@ \"AC powered\": \"false\", @@@",
259 "@@@STEP_LOG_LINE@json.output@ \"USB powered\": \"true\", @@@",
260 "@@@STEP_LOG_LINE@json.output@ \"Wireless powered\": \"false\", @@@",
261 "@@@STEP_LOG_LINE@json.output@ \"health\": \"2\", @@@",
262 "@@@STEP_LOG_LINE@json.output@ \"level\": \"100\", @@@",
263 "@@@STEP_LOG_LINE@json.output@ \"present\": \"true\", @@@",
264 "@@@STEP_LOG_LINE@json.output@ \"scale\": \"100\", @@@",
265 "@@@STEP_LOG_LINE@json.output@ \"status\": \"5\", @@@",
266 "@@@STEP_LOG_LINE@json.output@ \"technology\": \"Li-ion\", @@@",
267 "@@@STEP_LOG_LINE@json.output@ \"temperature\": \"249\", @@@",
268 "@@@STEP_LOG_LINE@json.output@ \"voltage\": \"4286\"@@@",
269 "@@@STEP_LOG_LINE@json.output@ }, @@@",
270 "@@@STEP_LOG_LINE@json.output@ \"build\": \"LRX21O\", @@@",
271 "@@@STEP_LOG_LINE@json.output@ \"build_detail\": \"google/razor/flo:5.0 /LRX21O/1570415:userdebug/dev-keys\", @@@",
272 "@@@STEP_LOG_LINE@json.output@ \"imei_slice\": \"Unknown\", @@@",
273 "@@@STEP_LOG_LINE@json.output@ \"serial\": \"07a00ca4\", @@@",
274 "@@@STEP_LOG_LINE@json.output@ \"type\": \"flo\", @@@",
275 "@@@STEP_LOG_LINE@json.output@ \"wifi_ip\": \"\"@@@",
276 "@@@STEP_LOG_LINE@json.output@ }@@@",
277 "@@@STEP_LOG_LINE@json.output@]@@@",
278 "@@@STEP_LOG_END@json.output@@@"
279 ]
252 }, 280 },
253 { 281 {
254 "cmd": [ 282 "cmd": [
255 "python", 283 "python",
256 "-u", 284 "-u",
257 "[SLAVE_BUILD]/src/build/android/provision_devices.py", 285 "[SLAVE_BUILD]/src/build/android/provision_devices.py",
258 "-t", 286 "-t",
259 "Debug" 287 "Debug"
260 ], 288 ],
261 "env": { 289 "env": {
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 411 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
384 "@@@STEP_LOG_END@python.inline@@@" 412 "@@@STEP_LOG_END@python.inline@@@"
385 ] 413 ]
386 }, 414 },
387 { 415 {
388 "name": "$final_result", 416 "name": "$final_result",
389 "reason": "1 out of 6 aggregated steps failed. Failures: Step('content_brows ertests') failed with return_code 1", 417 "reason": "1 out of 6 aggregated steps failed. Failures: Step('content_brows ertests') failed with return_code 1",
390 "status_code": 1 418 "status_code": 1
391 } 419 }
392 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698