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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_fyi_Win_Clang_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, 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 | 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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 "--results-url=https://chromeperf.appspot.com", 265 "--results-url=https://chromeperf.appspot.com",
266 "--perf-dashboard-id=sizes", 266 "--perf-dashboard-id=sizes",
267 "--perf-id=win-clang-builder", 267 "--perf-id=win-clang-builder",
268 "--perf-config={'r_clang_rev': '123456'}", 268 "--perf-config={'r_clang_rev': '123456'}",
269 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", 269 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
270 "--target", 270 "--target",
271 "Release", 271 "Release",
272 "--platform", 272 "--platform",
273 "win" 273 "win"
274 ], 274 ],
275 "env": {
276 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
277 },
275 "name": "sizes" 278 "name": "sizes"
276 }, 279 },
277 { 280 {
278 "cmd": [ 281 "cmd": [
279 "python", 282 "python",
280 "-u", 283 "-u",
281 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 284 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
282 "--target", 285 "--target",
283 "Release" 286 "Release"
284 ], 287 ],
288 "env": {
289 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
290 },
285 "name": "process_dumps" 291 "name": "process_dumps"
286 }, 292 },
287 { 293 {
288 "name": "$result", 294 "name": "$result",
289 "recipe_result": null, 295 "recipe_result": null,
290 "status_code": 0 296 "status_code": 0
291 } 297 }
292 ] 298 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698