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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Linux_x64.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_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.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome Linux x64", 10 "Google Chrome Linux x64",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "--annotate=graphing", 309 "--annotate=graphing",
310 "--results-url=https://chromeperf.appspot.com", 310 "--results-url=https://chromeperf.appspot.com",
311 "--perf-dashboard-id=sizes", 311 "--perf-dashboard-id=sizes",
312 "--perf-id=Google Chrome Linux x64", 312 "--perf-id=Google Chrome Linux x64",
313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 313 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
314 "--target", 314 "--target",
315 "Release", 315 "Release",
316 "--platform", 316 "--platform",
317 "linux" 317 "linux"
318 ], 318 ],
319 "env": {
320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
321 },
319 "name": "sizes" 322 "name": "sizes"
320 }, 323 },
321 { 324 {
322 "name": "$result", 325 "name": "$result",
323 "recipe_result": null, 326 "recipe_result": null,
324 "status_code": 0 327 "status_code": 0
325 } 328 }
326 ] 329 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698