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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Mac_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_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 "Mac Builder", 10 "Mac Builder",
(...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after
708 "--results-url=https://chromeperf.appspot.com", 708 "--results-url=https://chromeperf.appspot.com",
709 "--perf-dashboard-id=sizes", 709 "--perf-dashboard-id=sizes",
710 "--perf-id=mac", 710 "--perf-id=mac",
711 "--perf-config={'r_clang_rev': '123456'}", 711 "--perf-config={'r_clang_rev': '123456'}",
712 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 712 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
713 "--target", 713 "--target",
714 "Release", 714 "Release",
715 "--platform", 715 "--platform",
716 "mac" 716 "mac"
717 ], 717 ],
718 "env": {
719 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
720 },
718 "name": "sizes" 721 "name": "sizes"
719 }, 722 },
720 { 723 {
721 "name": "$result", 724 "name": "$result",
722 "recipe_result": null, 725 "recipe_result": null,
723 "status_code": 0 726 "status_code": 0
724 } 727 }
725 ] 728 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698