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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webkit_WebKit_Win10.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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 ], 452 ],
452 "cwd": "[SLAVE_BUILD]", 453 "cwd": "[SLAVE_BUILD]",
453 "name": "process_dumps" 454 "name": "process_dumps"
454 }, 455 },
455 { 456 {
456 "name": "$result", 457 "name": "$result",
457 "recipe_result": null, 458 "recipe_result": null,
458 "status_code": 0 459 "status_code": 0
459 } 460 }
460 ] 461 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698