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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Win_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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 "--annotate=graphing", 446 "--annotate=graphing",
447 "--results-url=https://chromeperf.appspot.com", 447 "--results-url=https://chromeperf.appspot.com",
448 "--perf-dashboard-id=sizes", 448 "--perf-dashboard-id=sizes",
449 "--perf-id=win-32", 449 "--perf-id=win-32",
450 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", 450 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
451 "--target", 451 "--target",
452 "Release", 452 "Release",
453 "--platform", 453 "--platform",
454 "win" 454 "win"
455 ], 455 ],
456 "env": {
457 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
458 },
456 "name": "sizes" 459 "name": "sizes"
457 }, 460 },
458 { 461 {
459 "cmd": [ 462 "cmd": [
460 "python", 463 "python",
461 "-u", 464 "-u",
462 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 465 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
463 "--target", 466 "--target",
464 "Release" 467 "Release"
465 ], 468 ],
469 "env": {
470 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
471 },
466 "name": "process_dumps" 472 "name": "process_dumps"
467 }, 473 },
468 { 474 {
469 "name": "$result", 475 "name": "$result",
470 "recipe_result": null, 476 "recipe_result": null,
471 "status_code": 0 477 "status_code": 0
472 } 478 }
473 ] 479 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698