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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac__dbg_.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.fyi", 8 "chromium.fyi",
9 "--builder", 9 "--builder",
10 "ClangToTMac (dbg)", 10 "ClangToTMac (dbg)",
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "--results-url=https://chromeperf.appspot.com", 300 "--results-url=https://chromeperf.appspot.com",
301 "--perf-dashboard-id=sizes", 301 "--perf-dashboard-id=sizes",
302 "--perf-id=ClangToTMac (dbg)", 302 "--perf-id=ClangToTMac (dbg)",
303 "--perf-config={'r_clang_rev': '123456'}", 303 "--perf-config={'r_clang_rev': '123456'}",
304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py", 304 "RECIPE_PACKAGE_REPO[build]/scripts/slave/chromium/sizes.py",
305 "--target", 305 "--target",
306 "Debug", 306 "Debug",
307 "--platform", 307 "--platform",
308 "mac" 308 "mac"
309 ], 309 ],
310 "env": {
311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
312 "LLVM_FORCE_HEAD_REVISION": "YES"
313 },
310 "name": "sizes" 314 "name": "sizes"
311 }, 315 },
312 { 316 {
313 "name": "$result", 317 "name": "$result",
314 "recipe_result": null, 318 "recipe_result": null,
315 "status_code": 0 319 "status_code": 0
316 } 320 }
317 ] 321 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698