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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_Mac.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.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome Mac", 10 "Google Chrome Mac",
(...skipping 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 "--results-url=https://chromeperf.appspot.com", 331 "--results-url=https://chromeperf.appspot.com",
332 "--perf-dashboard-id=sizes", 332 "--perf-dashboard-id=sizes",
333 "--perf-id=Google Chrome Mac", 333 "--perf-id=Google Chrome Mac",
334 "--perf-config={'r_clang_rev': '123456'}", 334 "--perf-config={'r_clang_rev': '123456'}",
335 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 335 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
336 "--target", 336 "--target",
337 "Release", 337 "Release",
338 "--platform", 338 "--platform",
339 "mac" 339 "mac"
340 ], 340 ],
341 "env": {
342 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
343 },
341 "name": "sizes" 344 "name": "sizes"
342 }, 345 },
343 { 346 {
344 "name": "$result", 347 "name": "$result",
345 "recipe_result": null, 348 "recipe_result": null,
346 "status_code": 0 349 "status_code": 0
347 } 350 }
348 ] 351 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698