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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Builder__dbg_.json

Issue 1507193004: Use MB on all of the blink bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: reparent 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 | Annotate | Revision Log
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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 }, 115 },
116 { 116 {
117 "cmd": [ 117 "cmd": [
118 "python", 118 "python",
119 "-u", 119 "-u",
120 "[DEPOT_TOOLS]\\gclient.py", 120 "[DEPOT_TOOLS]\\gclient.py",
121 "runhooks" 121 "runhooks"
122 ], 122 ],
123 "cwd": "[SLAVE_BUILD]", 123 "cwd": "[SLAVE_BUILD]",
124 "env": { 124 "env": {
125 "GYP_CHROMIUM_NO_ACTION": "1",
125 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1" 126 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library fastbuild=1 go madir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=prepare use_goma=1"
126 }, 127 },
127 "name": "gclient runhooks" 128 "name": "gclient runhooks"
128 }, 129 },
129 { 130 {
130 "cmd": [ 131 "cmd": [
131 "python", 132 "python",
132 "-u", 133 "-u",
133 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 134 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
134 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", 135 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "[SLAVE_BUILD]\\src\\out\\Debug", 194 "[SLAVE_BUILD]\\src\\out\\Debug",
194 "--clean-isolated-files" 195 "--clean-isolated-files"
195 ], 196 ],
196 "cwd": "[SLAVE_BUILD]", 197 "cwd": "[SLAVE_BUILD]",
197 "name": "clean isolated files" 198 "name": "clean isolated files"
198 }, 199 },
199 { 200 {
200 "cmd": [ 201 "cmd": [
201 "python", 202 "python",
202 "-u", 203 "-u",
204 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
205 "gen",
206 "-m",
207 "chromium.webkit",
208 "-b",
209 "WebKit Win Builder (dbg)",
210 "--config-file",
211 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
212 "--goma-dir",
213 "[BUILD]\\goma",
214 "--swarming-targets-file",
215 "browser_tests\n",
216 "//out/Debug"
217 ],
218 "cwd": "[SLAVE_BUILD]",
219 "name": "generate_build_files"
220 },
221 {
222 "cmd": [
223 "python",
224 "-u",
203 "[BUILD]\\scripts\\slave\\compile.py", 225 "[BUILD]\\scripts\\slave\\compile.py",
204 "--target", 226 "--target",
205 "Debug", 227 "Debug",
206 "--src-dir", 228 "--src-dir",
207 "[SLAVE_BUILD]\\src", 229 "[SLAVE_BUILD]\\src",
208 "--build-tool", 230 "--build-tool",
209 "ninja", 231 "ninja",
210 "--compiler", 232 "--compiler",
211 "goma", 233 "goma",
212 "--goma-jsonstatus", 234 "--goma-jsonstatus",
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 "~followup_annotations": [ 332 "~followup_annotations": [
311 "@@@STEP_TEXT@WebKit Win7 (dbg)@@@" 333 "@@@STEP_TEXT@WebKit Win7 (dbg)@@@"
312 ] 334 ]
313 }, 335 },
314 { 336 {
315 "name": "$result", 337 "name": "$result",
316 "recipe_result": null, 338 "recipe_result": null,
317 "status_code": 0 339 "status_code": 0
318 } 340 }
319 ] 341 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698