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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win_Builder.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=static_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=static_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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "[SLAVE_BUILD]\\src\\out\\Release", 214 "[SLAVE_BUILD]\\src\\out\\Release",
214 "--clean-isolated-files" 215 "--clean-isolated-files"
215 ], 216 ],
216 "cwd": "[SLAVE_BUILD]", 217 "cwd": "[SLAVE_BUILD]",
217 "name": "clean isolated files" 218 "name": "clean isolated files"
218 }, 219 },
219 { 220 {
220 "cmd": [ 221 "cmd": [
221 "python", 222 "python",
222 "-u", 223 "-u",
224 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
225 "gen",
226 "-m",
227 "chromium.webkit",
228 "-b",
229 "WebKit Win Builder",
230 "--config-file",
231 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl",
232 "--goma-dir",
233 "[BUILD]\\goma",
234 "--swarming-targets-file",
235 "browser_tests\nbrowser_tests\nbrowser_tests\n",
236 "//out/Release"
237 ],
238 "cwd": "[SLAVE_BUILD]",
239 "name": "generate_build_files"
240 },
241 {
242 "cmd": [
243 "python",
244 "-u",
223 "[BUILD]\\scripts\\slave\\compile.py", 245 "[BUILD]\\scripts\\slave\\compile.py",
224 "--target", 246 "--target",
225 "Release", 247 "Release",
226 "--src-dir", 248 "--src-dir",
227 "[SLAVE_BUILD]\\src", 249 "[SLAVE_BUILD]\\src",
228 "--build-tool", 250 "--build-tool",
229 "ninja", 251 "ninja",
230 "--compiler", 252 "--compiler",
231 "goma", 253 "goma",
232 "--goma-jsonstatus", 254 "--goma-jsonstatus",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 "~followup_annotations": [ 406 "~followup_annotations": [
385 "@@@STEP_TEXT@WebKit XP@@@" 407 "@@@STEP_TEXT@WebKit XP@@@"
386 ] 408 ]
387 }, 409 },
388 { 410 {
389 "name": "$result", 411 "name": "$result",
390 "recipe_result": null, 412 "recipe_result": null,
391 "status_code": 0 413 "status_code": 0
392 } 414 }
393 ] 415 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698