Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json

Issue 2031673003: WebRTC: Remove webrtc_perf_tests from trybots and Debug commit bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698