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

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

Issue 2014373002: chromium_tests: apply chromium.get_env() when running tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 987 matching lines...) Expand 10 before | Expand all | Expand 10 after
998 "--annotate=graphing", 998 "--annotate=graphing",
999 "--results-url=https://chromeperf.appspot.com", 999 "--results-url=https://chromeperf.appspot.com",
1000 "--perf-dashboard-id=sizes", 1000 "--perf-dashboard-id=sizes",
1001 "--perf-id=win", 1001 "--perf-id=win",
1002 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", 1002 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
1003 "--target", 1003 "--target",
1004 "Release_x64", 1004 "Release_x64",
1005 "--platform", 1005 "--platform",
1006 "win" 1006 "win"
1007 ], 1007 ],
1008 "env": {
1009 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1010 },
1008 "name": "sizes" 1011 "name": "sizes"
1009 }, 1012 },
1010 { 1013 {
1011 "cmd": [ 1014 "cmd": [
1012 "python", 1015 "python",
1013 "-u", 1016 "-u",
1014 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 1017 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
1015 "--target", 1018 "--target",
1016 "Release_x64" 1019 "Release_x64"
1017 ], 1020 ],
1021 "env": {
1022 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
1023 },
1018 "name": "process_dumps" 1024 "name": "process_dumps"
1019 }, 1025 },
1020 { 1026 {
1021 "name": "$result", 1027 "name": "$result",
1022 "recipe_result": null, 1028 "recipe_result": null,
1023 "status_code": 0 1029 "status_code": 0
1024 } 1030 }
1025 ] 1031 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698