| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "tryserver.webrtc", | 8 "tryserver.webrtc", |
| 9 "--builder", | 9 "--builder", |
| 10 "android_n6", | 10 "android_n6", |
| (...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 573 "env": { | 573 "env": { |
| 574 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 574 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 575 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | 575 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" |
| 576 }, | 576 }, |
| 577 "name": "webrtc_nonparallel_tests" | 577 "name": "webrtc_nonparallel_tests" |
| 578 }, | 578 }, |
| 579 { | 579 { |
| 580 "cmd": [ | 580 "cmd": [ |
| 581 "python", | 581 "python", |
| 582 "-u", | 582 "-u", |
| 583 "[SLAVE_BUILD]/src/out/Debug/bin/run_webrtc_perf_tests", | |
| 584 "--blacklist-file", | |
| 585 "[SLAVE_BUILD]/src/out/bad_devices.json", | |
| 586 "--verbose" | |
| 587 ], | |
| 588 "env": { | |
| 589 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | |
| 590 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S
LAVE_BUILD]/src/build/android:%(PATH)s" | |
| 591 }, | |
| 592 "name": "webrtc_perf_tests" | |
| 593 }, | |
| 594 { | |
| 595 "cmd": [ | |
| 596 "python", | |
| 597 "-u", | |
| 598 "[SLAVE_BUILD]/src/out/Debug/bin/run_AppRTCDemoTest", | 583 "[SLAVE_BUILD]/src/out/Debug/bin/run_AppRTCDemoTest", |
| 599 "--blacklist-file", | 584 "--blacklist-file", |
| 600 "[SLAVE_BUILD]/src/out/bad_devices.json", | 585 "[SLAVE_BUILD]/src/out/bad_devices.json", |
| 601 "--verbose" | 586 "--verbose" |
| 602 ], | 587 ], |
| 603 "name": "Instrumentation test AppRTCDemoTest" | 588 "name": "Instrumentation test AppRTCDemoTest" |
| 604 }, | 589 }, |
| 605 { | 590 { |
| 606 "cmd": [ | 591 "cmd": [ |
| 607 "python", | 592 "python", |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 677 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 662 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 678 "@@@STEP_LOG_END@python.inline@@@" | 663 "@@@STEP_LOG_END@python.inline@@@" |
| 679 ] | 664 ] |
| 680 }, | 665 }, |
| 681 { | 666 { |
| 682 "name": "$result", | 667 "name": "$result", |
| 683 "recipe_result": null, | 668 "recipe_result": null, |
| 684 "status_code": 0 | 669 "status_code": 0 |
| 685 } | 670 } |
| 686 ] | 671 ] |
| OLD | NEW |