| 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 "client.webrtc", | 8 "client.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "Android32 Tests (L Nexus7.2)(dbg)", | 10 "Android32 Tests (L Nexus7.2)(dbg)", |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 422 }, | 422 }, |
| 423 "name": "modules_unittests" | 423 "name": "modules_unittests" |
| 424 }, | 424 }, |
| 425 { | 425 { |
| 426 "cmd": [ | 426 "cmd": [ |
| 427 "python", | 427 "python", |
| 428 "-u", | 428 "-u", |
| 429 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 429 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
| 430 "gtest", | 430 "gtest", |
| 431 "-s", | 431 "-s", |
| 432 "peerconnection_unittests", |
| 433 "--blacklist-file", |
| 434 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 435 "--verbose", |
| 436 "--isolate_file_path=[SLAVE_BUILD]/src/talk/peerconnection_unittests.isola
te", |
| 437 "-t", |
| 438 "900" |
| 439 ], |
| 440 "cwd": "[SLAVE_BUILD]", |
| 441 "env": { |
| 442 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 443 }, |
| 444 "name": "peerconnection_unittests" |
| 445 }, |
| 446 { |
| 447 "cmd": [ |
| 448 "python", |
| 449 "-u", |
| 450 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
| 451 "gtest", |
| 452 "-s", |
| 432 "system_wrappers_unittests", | 453 "system_wrappers_unittests", |
| 433 "--blacklist-file", | 454 "--blacklist-file", |
| 434 "[SLAVE_BUILD]/src/out/bad_devices.json", | 455 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 435 "--verbose", | 456 "--verbose", |
| 436 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp
ers_unittests.isolate", | 457 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp
ers_unittests.isolate", |
| 437 "-t", | 458 "-t", |
| 438 "900" | 459 "900" |
| 439 ], | 460 ], |
| 440 "cwd": "[SLAVE_BUILD]", | 461 "cwd": "[SLAVE_BUILD]", |
| 441 "env": { | 462 "env": { |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 687 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 708 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 688 "@@@STEP_LOG_END@python.inline@@@" | 709 "@@@STEP_LOG_END@python.inline@@@" |
| 689 ] | 710 ] |
| 690 }, | 711 }, |
| 691 { | 712 { |
| 692 "name": "$result", | 713 "name": "$result", |
| 693 "recipe_result": null, | 714 "recipe_result": null, |
| 694 "status_code": 0 | 715 "status_code": 0 |
| 695 } | 716 } |
| 696 ] | 717 ] |
| OLD | NEW |