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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win_blink_compile_dbg_analyze.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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 }, 121 },
122 { 122 {
123 "cmd": [ 123 "cmd": [
124 "python", 124 "python",
125 "-u", 125 "-u",
126 "[DEPOT_TOOLS]\\gclient.py", 126 "[DEPOT_TOOLS]\\gclient.py",
127 "runhooks" 127 "runhooks"
128 ], 128 ],
129 "cwd": "[SLAVE_BUILD]", 129 "cwd": "[SLAVE_BUILD]",
130 "env": { 130 "env": {
131 "GYP_CHROMIUM_NO_ACTION": "1",
131 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr epare use_goma=1" 132 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr epare use_goma=1"
132 }, 133 },
133 "name": "gclient runhooks (with patch)" 134 "name": "gclient runhooks (with patch)"
134 }, 135 },
135 { 136 {
136 "cmd": [ 137 "cmd": [
137 "python", 138 "python",
138 "-u", 139 "-u",
139 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 140 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
140 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json", 141 "[SLAVE_BUILD]\\src\\testing\\buildbot\\chromium.webkit.json",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@", 210 "@@@STEP_LOG_LINE@json.output@ \"exclusions\": []@@@",
210 "@@@STEP_LOG_LINE@json.output@ }@@@", 211 "@@@STEP_LOG_LINE@json.output@ }@@@",
211 "@@@STEP_LOG_LINE@json.output@}@@@", 212 "@@@STEP_LOG_LINE@json.output@}@@@",
212 "@@@STEP_LOG_END@json.output@@@" 213 "@@@STEP_LOG_END@json.output@@@"
213 ] 214 ]
214 }, 215 },
215 { 216 {
216 "cmd": [ 217 "cmd": [
217 "python", 218 "python",
218 "-u", 219 "-u",
219 "[SLAVE_BUILD]\\src\\build\\gyp_chromium", 220 "[SLAVE_BUILD]\\src\\tools\\mb\\mb.py",
220 "--analyzer", 221 "analyze",
222 "-m",
223 "tryserver.blink",
224 "-b",
225 "win_blink_compile_dbg",
226 "-v",
227 "//out/Debug",
221 "{\"additional_compile_targets\": [\"crash_service\"], \"files\": [\"foo.c c\"], \"test_targets\": [\"blink_tests\"]}", 228 "{\"additional_compile_targets\": [\"crash_service\"], \"files\": [\"foo.c c\"], \"test_targets\": [\"blink_tests\"]}",
222 "/path/to/tmp/json" 229 "/path/to/tmp/json"
223 ], 230 ],
224 "cwd": "[SLAVE_BUILD]", 231 "cwd": "[SLAVE_BUILD]",
225 "env": {
226 "GYP_DEFINES": "chromium_win_pch=0 component=shared_library dcheck_always_ on=1 fastbuild=1 gomadir='[BUILD]\\goma' target_arch=ia32 test_isolation_mode=pr epare use_goma=1"
227 },
228 "name": "analyze", 232 "name": "analyze",
229 "~followup_annotations": [ 233 "~followup_annotations": [
230 "@@@STEP_TEXT@No compile necessary@@@", 234 "@@@STEP_TEXT@No compile necessary@@@",
231 "@@@STEP_LOG_LINE@json.output@{@@@", 235 "@@@STEP_LOG_LINE@json.output@{@@@",
232 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 236 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
233 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 237 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
234 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 238 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
235 "@@@STEP_LOG_LINE@json.output@}@@@", 239 "@@@STEP_LOG_LINE@json.output@}@@@",
236 "@@@STEP_LOG_END@json.output@@@", 240 "@@@STEP_LOG_END@json.output@@@",
237 "@@@STEP_LOG_LINE@analyze_details@{@@@", 241 "@@@STEP_LOG_LINE@analyze_details@{@@@",
238 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 242 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
239 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", 243 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@",
240 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 244 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
241 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 245 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
242 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 246 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
243 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 247 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
244 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 248 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
245 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 249 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
246 "@@@STEP_LOG_LINE@analyze_details@ ]@@@", 250 "@@@STEP_LOG_LINE@analyze_details@ ]@@@",
247 "@@@STEP_LOG_LINE@analyze_details@}@@@", 251 "@@@STEP_LOG_LINE@analyze_details@}@@@",
248 "@@@STEP_LOG_END@analyze_details@@@" 252 "@@@STEP_LOG_END@analyze_details@@@"
249 ] 253 ]
250 }, 254 },
251 { 255 {
252 "name": "$result", 256 "name": "$result",
253 "recipe_result": null, 257 "recipe_result": null,
254 "status_code": 0 258 "status_code": 0
255 } 259 }
256 ] 260 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698