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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Android_Builder.json

Issue 1920863007: Add sizes test to chromium.perf builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Remove unused bots and bot code. Created 4 years, 7 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 Builder", 10 "Android Builder",
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 "--goma-jsonstatus", 229 "--goma-jsonstatus",
230 "/path/to/tmp/json", 230 "/path/to/tmp/json",
231 "--goma-service-account-json-file", 231 "--goma-service-account-json-file",
232 "/creds/service_accounts/service-account-goma-client.json", 232 "/creds/service_accounts/service-account-goma-client.json",
233 "--mode", 233 "--mode",
234 "official", 234 "official",
235 "--goma-dir", 235 "--goma-dir",
236 "[CACHE]/cipd/goma", 236 "[CACHE]/cipd/goma",
237 "--goma-hermetic", 237 "--goma-hermetic",
238 "fallback", 238 "fallback",
239 "--" 239 "--",
240 "chrome"
240 ], 241 ],
241 "cwd": "[SLAVE_BUILD]", 242 "cwd": "[SLAVE_BUILD]",
242 "env": { 243 "env": {
243 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 244 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
244 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s" 245 "PATH": "[SLAVE_BUILD]/src/third_party/android_tools/sdk/platform-tools:[S LAVE_BUILD]/src/build/android:%(PATH)s"
245 }, 246 },
246 "name": "compile", 247 "name": "compile",
247 "~followup_annotations": [ 248 "~followup_annotations": [
248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 249 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
249 "@@@STEP_LOG_END@json.output (invalid)@@@" 250 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4", 753 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f 4",
753 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" 754 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}"
754 } 755 }
755 } 756 }
756 ], 757 ],
757 "~followup_annotations": [ 758 "~followup_annotations": [
758 "@@@STEP_TEXT@Android One Perf (3)@@@" 759 "@@@STEP_TEXT@Android One Perf (3)@@@"
759 ] 760 ]
760 }, 761 },
761 { 762 {
763 "allow_subannotations": true,
764 "cmd": [
765 "python",
766 "-u",
767 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
768 "--target",
769 "Release",
770 "--no-xvfb",
771 "--factory-properties",
772 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername \": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}",
773 "--build-properties",
774 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"Android Builder\ ", \"buildnumber\": 571, \"mastername\": \"chromium.perf\", \"parent_buildername \": null, \"recipe\": \"chromium\", \"slavename\": \"TestSlavename\", \"workdir\ ": \"/path/to/workdir/TestSlavename\"}",
775 "--test-type=sizes",
776 "--builder-name=Android Builder",
777 "--slave-name=TestSlavename",
778 "--build-number=571",
779 "--run-python-script",
780 "--annotate=graphing",
781 "--results-url=https://chromeperf.appspot.com",
782 "--perf-dashboard-id=sizes",
783 "--perf-id=android-32",
784 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
hans 2016/04/27 15:49:42 Will this work on Android? Maybe runtest.py expec
785 "--target",
786 "Release",
787 "--platform",
788 "linux"
789 ],
790 "cwd": "[SLAVE_BUILD]",
791 "name": "sizes"
792 },
793 {
762 "name": "$result", 794 "name": "$result",
763 "recipe_result": null, 795 "recipe_result": null,
764 "status_code": 0 796 "status_code": 0
765 } 797 }
766 ] 798 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698