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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_perf_Linux_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 "Linux Builder", 10 "Linux Builder",
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
400 "--annotate=graphing", 400 "--annotate=graphing",
401 "--results-url=https://chromeperf.appspot.com", 401 "--results-url=https://chromeperf.appspot.com",
402 "--perf-dashboard-id=sizes", 402 "--perf-dashboard-id=sizes",
403 "--perf-id=linux", 403 "--perf-id=linux",
404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 404 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
405 "--target", 405 "--target",
406 "Release", 406 "Release",
407 "--platform", 407 "--platform",
408 "linux" 408 "linux"
409 ], 409 ],
410 "env": {
411 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
412 },
410 "name": "sizes" 413 "name": "sizes"
411 }, 414 },
412 { 415 {
413 "name": "$result", 416 "name": "$result",
414 "recipe_result": null, 417 "recipe_result": null,
415 "status_code": 0 418 "status_code": 0
416 } 419 }
417 ] 420 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698