OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
220 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
221 "name": "analyze", | 221 "name": "analyze", |
222 "~followup_annotations": [ | 222 "~followup_annotations": [ |
223 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 223 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
224 "@@@STEP_LOG_END@excluded_files@@@", | 224 "@@@STEP_LOG_END@excluded_files@@@", |
225 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 225 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
226 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", | 226 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", |
227 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 227 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 228 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
229 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", | 229 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", |
230 "@@@STEP_LOG_LINE@analyze_details@ \"all\", @@@", | 230 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
231 "@@@STEP_LOG_LINE@analyze_details@ \"crash_service\"@@@", | |
232 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 231 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
233 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", | 232 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@
@", |
234 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", | 233 "@@@STEP_LOG_LINE@analyze_details@ \"all\"@@@", |
235 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", | 234 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", |
236 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 235 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
237 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 236 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
238 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 237 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
239 "@@@STEP_LOG_END@analyze_details@@@" | 238 "@@@STEP_LOG_END@analyze_details@@@" |
240 ] | 239 ] |
241 }, | 240 }, |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 "goma", | 272 "goma", |
274 "--goma-jsonstatus", | 273 "--goma-jsonstatus", |
275 "/path/to/tmp/json", | 274 "/path/to/tmp/json", |
276 "--goma-dir", | 275 "--goma-dir", |
277 "[BUILD]\\goma", | 276 "[BUILD]\\goma", |
278 "--goma-fail-fast", | 277 "--goma-fail-fast", |
279 "--goma-disable-local-fallback", | 278 "--goma-disable-local-fallback", |
280 "--ninja-ensure-up-to-date", | 279 "--ninja-ensure-up-to-date", |
281 "--clobber", | 280 "--clobber", |
282 "--", | 281 "--", |
283 "all", | 282 "all" |
284 "crash_service" | |
285 ], | 283 ], |
286 "cwd": "[SLAVE_BUILD]", | 284 "cwd": "[SLAVE_BUILD]", |
287 "name": "compile (with patch)", | 285 "name": "compile (with patch)", |
288 "~followup_annotations": [ | 286 "~followup_annotations": [ |
289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
290 "@@@STEP_LOG_END@json.output (invalid)@@@" | 288 "@@@STEP_LOG_END@json.output (invalid)@@@" |
291 ] | 289 ] |
292 }, | 290 }, |
293 { | 291 { |
294 "cmd": [ | 292 "cmd": [ |
295 "python", | 293 "python", |
296 "-u", | 294 "-u", |
297 "import sys; sys.exit(0)" | 295 "import sys; sys.exit(0)" |
298 ], | 296 ], |
299 "cwd": "[SLAVE_BUILD]", | 297 "cwd": "[SLAVE_BUILD]", |
300 "name": "mark: before_tests" | 298 "name": "mark: before_tests" |
301 }, | 299 }, |
302 { | 300 { |
303 "name": "$result", | 301 "name": "$result", |
304 "recipe_result": null, | 302 "recipe_result": null, |
305 "status_code": 0 | 303 "status_code": 0 |
306 } | 304 } |
307 ] | 305 ] |
OLD | NEW |