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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTWin_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, 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_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "--results-url=https://chromeperf.appspot.com", 399 "--results-url=https://chromeperf.appspot.com",
400 "--perf-dashboard-id=sizes", 400 "--perf-dashboard-id=sizes",
401 "--perf-id=ClangToTWin(dbg)", 401 "--perf-id=ClangToTWin(dbg)",
402 "--perf-config={'r_clang_rev': '123456'}", 402 "--perf-config={'r_clang_rev': '123456'}",
403 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", 403 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py",
404 "--target", 404 "--target",
405 "Debug", 405 "Debug",
406 "--platform", 406 "--platform",
407 "win" 407 "win"
408 ], 408 ],
409 "env": {
410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
411 "LLVM_FORCE_HEAD_REVISION": "YES"
412 },
409 "name": "sizes" 413 "name": "sizes"
410 }, 414 },
411 { 415 {
412 "cmd": [ 416 "cmd": [
413 "python", 417 "python",
414 "-u", 418 "-u",
415 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", 419 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py",
416 "--target", 420 "--target",
417 "Debug" 421 "Debug"
418 ], 422 ],
423 "env": {
424 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json",
425 "LLVM_FORCE_HEAD_REVISION": "YES"
426 },
419 "name": "process_dumps" 427 "name": "process_dumps"
420 }, 428 },
421 { 429 {
422 "name": "$result", 430 "name": "$result",
423 "recipe_result": null, 431 "recipe_result": null,
424 "status_code": 0 432 "status_code": 0
425 } 433 }
426 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698