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