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

Side by Side Diff: scripts/slave/recipes/chromium_pgo.expected/full_chromium_fyi_Chromium_Win_PGO_Builder.json

Issue 1514853004: Use MSVS2015 for the fyi PGO builds (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « scripts/slave/recipes/chromium_pgo.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\kill_processes.py" 6 "[BUILD]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 { 101 {
102 "cmd": [ 102 "cmd": [
103 "python", 103 "python",
104 "-u", 104 "-u",
105 "[DEPOT_TOOLS]\\gclient.py", 105 "[DEPOT_TOOLS]\\gclient.py",
106 "runhooks" 106 "runhooks"
107 ], 107 ],
108 "cwd": "[SLAVE_BUILD]", 108 "cwd": "[SLAVE_BUILD]",
109 "env": { 109 "env": {
110 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_lib rary fastbuild=0 optimize=max target_arch=ia32 use_goma=0", 110 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=1 component=static_lib rary fastbuild=0 optimize=max target_arch=ia32 use_goma=0",
111 "GYP_MSVS_VERSION": "2015",
111 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s" 112 "PATH": "[SLAVE_BUILD]\\src\\out\\Release;%(PATH)s"
112 }, 113 },
113 "name": "gclient Runhooks: Instrumentation phase." 114 "name": "gclient Runhooks: Instrumentation phase."
114 }, 115 },
115 { 116 {
116 "cmd": [ 117 "cmd": [
117 "python", 118 "python",
118 "-u", 119 "-u",
119 "\nimport sys\nfrom common import chromium_utils\n\nchromium_utils.RemoveF ilesWildcards(sys.argv[1], root=sys.argv[2])\n", 120 "\nimport sys\nfrom common import chromium_utils\n\nchromium_utils.RemoveF ilesWildcards(sys.argv[1], root=sys.argv[2])\n",
120 "*.pg[cd]", 121 "*.pg[cd]",
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 }, 491 },
491 { 492 {
492 "cmd": [ 493 "cmd": [
493 "python", 494 "python",
494 "-u", 495 "-u",
495 "[DEPOT_TOOLS]\\gclient.py", 496 "[DEPOT_TOOLS]\\gclient.py",
496 "runhooks" 497 "runhooks"
497 ], 498 ],
498 "cwd": "[SLAVE_BUILD]", 499 "cwd": "[SLAVE_BUILD]",
499 "env": { 500 "env": {
500 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib rary fastbuild=0 optimize=max target_arch=ia32 use_goma=0" 501 "GYP_DEFINES": "buildtype=Official chrome_pgo_phase=2 component=static_lib rary fastbuild=0 optimize=max target_arch=ia32 use_goma=0",
502 "GYP_MSVS_VERSION": "2015"
501 }, 503 },
502 "name": "gclient Runhooks: Optimization phase." 504 "name": "gclient Runhooks: Optimization phase."
503 }, 505 },
504 { 506 {
505 "cmd": [ 507 "cmd": [
506 "python", 508 "python",
507 "-u", 509 "-u",
508 "RECIPE_MODULE[pgo]\\resources\\increase_pgomgr_stack_size.py", 510 "RECIPE_MODULE[pgo]\\resources\\increase_pgomgr_stack_size.py",
509 "[DEPOT_TOOLS]\\win_toolchain\\vs2013_files\\VC\\bin\\amd64_x86" 511 "[DEPOT_TOOLS]\\win_toolchain\\vs2013_files\\VC\\bin\\amd64_x86"
510 ], 512 ],
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 ], 547 ],
546 "cwd": "[SLAVE_BUILD]", 548 "cwd": "[SLAVE_BUILD]",
547 "name": "package build" 549 "name": "package build"
548 }, 550 },
549 { 551 {
550 "name": "$result", 552 "name": "$result",
551 "recipe_result": null, 553 "recipe_result": null,
552 "status_code": 0 554 "status_code": 0
553 } 555 }
554 ] 556 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium_pgo.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698