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

Side by Side Diff: scripts/slave/recipes/android/perf.expected/host_info_failure.json

Issue 2284913002: chromium_android: Add device affinity to links (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 3 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 "chromium.perf", 8 "chromium.perf",
9 "--builder", 9 "--builder",
10 "Android Nexus5 Perf (1)", 10 "Android Nexus5 Perf (1)",
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 ], 663 ],
664 "env": { 664 "env": {
665 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 665 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
666 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 666 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
667 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 667 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
668 }, 668 },
669 "name": "page_cycler.foo", 669 "name": "page_cycler.foo",
670 "~followup_annotations": [ 670 "~followup_annotations": [
671 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 671 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
672 "@@@STEP_LOG_LINE@json.output@[]@@@", 672 "@@@STEP_LOG_LINE@json.output@[]@@@",
673 "@@@STEP_LOG_END@json.output@@@" 673 "@@@STEP_LOG_END@json.output@@@",
674 "@@@STEP_LOG_LINE@device affinity@0@@@",
675 "@@@STEP_LOG_END@device affinity@@@"
674 ] 676 ]
675 }, 677 },
676 { 678 {
677 "allow_subannotations": true, 679 "allow_subannotations": true,
678 "cmd": [ 680 "cmd": [
679 "python", 681 "python",
680 "-u", 682 "-u",
681 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py", 683 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
682 "--target", 684 "--target",
683 "Release", 685 "Release",
(...skipping 29 matching lines...) Expand all
713 ], 715 ],
714 "env": { 716 "env": {
715 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release", 717 "CHROMIUM_OUTPUT_DIR": "[SLAVE_BUILD]/src/out/Release",
716 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 718 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
717 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 719 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
718 }, 720 },
719 "name": "perf_test.foo", 721 "name": "perf_test.foo",
720 "~followup_annotations": [ 722 "~followup_annotations": [
721 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@", 723 "@@@STEP_TEXT@<br/>Device Affinity: 0<br/>@@@",
722 "@@@STEP_LOG_LINE@json.output@[]@@@", 724 "@@@STEP_LOG_LINE@json.output@[]@@@",
723 "@@@STEP_LOG_END@json.output@@@" 725 "@@@STEP_LOG_END@json.output@@@",
726 "@@@STEP_LOG_LINE@device affinity@0@@@",
727 "@@@STEP_LOG_END@device affinity@@@"
724 ] 728 ]
725 }, 729 },
726 { 730 {
727 "cmd": [ 731 "cmd": [
728 "python", 732 "python",
729 "-u", 733 "-u",
730 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py", 734 "RECIPE_PACKAGE_REPO[build]/scripts/slave/daemonizer.py",
731 "--action", 735 "--action",
732 "stop", 736 "stop",
733 "--pid-file-path", 737 "--pid-file-path",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 828 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
825 "@@@STEP_LOG_END@python.inline@@@" 829 "@@@STEP_LOG_END@python.inline@@@"
826 ] 830 ]
827 }, 831 },
828 { 832 {
829 "name": "$result", 833 "name": "$result",
830 "recipe_result": null, 834 "recipe_result": null,
831 "status_code": 0 835 "status_code": 0
832 } 836 }
833 ] 837 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698