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