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

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

Powered by Google App Engine
This is Rietveld 408576698