| 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 Nexus5)", | 10 "Android32 Tests (L Nexus5)", |
| (...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 427 }, | 427 }, |
| 428 "name": "modules_unittests" | 428 "name": "modules_unittests" |
| 429 }, | 429 }, |
| 430 { | 430 { |
| 431 "cmd": [ | 431 "cmd": [ |
| 432 "python", | 432 "python", |
| 433 "-u", | 433 "-u", |
| 434 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", | 434 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
| 435 "gtest", | 435 "gtest", |
| 436 "-s", | 436 "-s", |
| 437 "peerconnection_unittests", |
| 438 "--blacklist-file", |
| 439 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 440 "--verbose", |
| 441 "--release", |
| 442 "--isolate_file_path=[SLAVE_BUILD]/src/talk/peerconnection_unittests.isola
te", |
| 443 "-t", |
| 444 "900" |
| 445 ], |
| 446 "cwd": "[SLAVE_BUILD]", |
| 447 "env": { |
| 448 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 449 }, |
| 450 "name": "peerconnection_unittests" |
| 451 }, |
| 452 { |
| 453 "cmd": [ |
| 454 "python", |
| 455 "-u", |
| 456 "[SLAVE_BUILD]/src/webrtc/build/android/test_runner.py", |
| 457 "gtest", |
| 458 "-s", |
| 437 "system_wrappers_unittests", | 459 "system_wrappers_unittests", |
| 438 "--blacklist-file", | 460 "--blacklist-file", |
| 439 "[SLAVE_BUILD]/src/out/bad_devices.json", | 461 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 440 "--verbose", | 462 "--verbose", |
| 441 "--release", | 463 "--release", |
| 442 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp
ers_unittests.isolate", | 464 "--isolate_file_path=[SLAVE_BUILD]/src/webrtc/system_wrappers/system_wrapp
ers_unittests.isolate", |
| 443 "-t", | 465 "-t", |
| 444 "900" | 466 "900" |
| 445 ], | 467 ], |
| 446 "cwd": "[SLAVE_BUILD]", | 468 "cwd": "[SLAVE_BUILD]", |
| (...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 722 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 744 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 723 "@@@STEP_LOG_END@python.inline@@@" | 745 "@@@STEP_LOG_END@python.inline@@@" |
| 724 ] | 746 ] |
| 725 }, | 747 }, |
| 726 { | 748 { |
| 727 "name": "$result", | 749 "name": "$result", |
| 728 "recipe_result": null, | 750 "recipe_result": null, |
| 729 "status_code": 0 | 751 "status_code": 0 |
| 730 } | 752 } |
| 731 ] | 753 ] |
| OLD | NEW |