OLD | NEW |
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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 "-u", | 205 "-u", |
206 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 206 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
207 ], | 207 ], |
208 "cwd": "[SLAVE_BUILD]", | 208 "cwd": "[SLAVE_BUILD]", |
209 "name": "cleanup_temp" | 209 "name": "cleanup_temp" |
210 }, | 210 }, |
211 { | 211 { |
212 "cmd": [ | 212 "cmd": [ |
213 "python", | 213 "python", |
214 "-u", | 214 "-u", |
215 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 215 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
216 "--build-dir", | 216 "--build-dir", |
217 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 217 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
218 "--clean-isolated-files" | 218 "--clean-isolated-files" |
219 ], | 219 ], |
220 "cwd": "[SLAVE_BUILD]", | 220 "cwd": "[SLAVE_BUILD]", |
221 "name": "clean isolated files" | 221 "name": "clean isolated files" |
222 }, | 222 }, |
223 { | 223 { |
224 "cmd": [ | 224 "cmd": [ |
225 "python", | 225 "python", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 "name": "compile", | 267 "name": "compile", |
268 "~followup_annotations": [ | 268 "~followup_annotations": [ |
269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 269 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
270 "@@@STEP_LOG_END@json.output (invalid)@@@" | 270 "@@@STEP_LOG_END@json.output (invalid)@@@" |
271 ] | 271 ] |
272 }, | 272 }, |
273 { | 273 { |
274 "cmd": [ | 274 "cmd": [ |
275 "python", | 275 "python", |
276 "-u", | 276 "-u", |
277 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 277 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
278 "--build-dir", | 278 "--build-dir", |
279 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 279 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
280 "--src-dir", | 280 "--src-dir", |
281 "[SLAVE_BUILD]\\src" | 281 "[SLAVE_BUILD]\\src" |
282 ], | 282 ], |
283 "cwd": "[SLAVE_BUILD]", | 283 "cwd": "[SLAVE_BUILD]", |
284 "name": "remove_build_metadata" | 284 "name": "remove_build_metadata" |
285 }, | 285 }, |
286 { | 286 { |
287 "cmd": [ | 287 "cmd": [ |
288 "python", | 288 "python", |
289 "-u", | 289 "-u", |
290 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 290 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
291 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 291 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
292 "batcharchive", | 292 "batcharchive", |
293 "--dump-json", | 293 "--dump-json", |
294 "/path/to/tmp/json", | 294 "/path/to/tmp/json", |
295 "--isolate-server", | 295 "--isolate-server", |
296 "https://isolateserver.appspot.com", | 296 "https://isolateserver.appspot.com", |
297 "--verbose", | 297 "--verbose", |
298 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" | 298 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
299 ], | 299 ], |
300 "cwd": "[SLAVE_BUILD]", | 300 "cwd": "[SLAVE_BUILD]", |
301 "name": "isolate tests", | 301 "name": "isolate tests", |
302 "~followup_annotations": [ | 302 "~followup_annotations": [ |
303 "@@@STEP_LOG_LINE@json.output@{@@@", | 303 "@@@STEP_LOG_LINE@json.output@{@@@", |
304 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 304 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
305 "@@@STEP_LOG_LINE@json.output@}@@@", | 305 "@@@STEP_LOG_LINE@json.output@}@@@", |
306 "@@@STEP_LOG_END@json.output@@@" | 306 "@@@STEP_LOG_END@json.output@@@" |
307 ] | 307 ] |
308 }, | 308 }, |
309 { | 309 { |
310 "cmd": [ | 310 "cmd": [ |
311 "python", | 311 "python", |
312 "-u", | 312 "-u", |
313 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 313 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
314 "--build-dir", | 314 "--build-dir", |
315 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 315 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
316 "--output-json", | 316 "--output-json", |
317 "/path/to/tmp/json" | 317 "/path/to/tmp/json" |
318 ], | 318 ], |
319 "cwd": "[SLAVE_BUILD]", | 319 "cwd": "[SLAVE_BUILD]", |
320 "name": "find isolated tests", | 320 "name": "find isolated tests", |
321 "~followup_annotations": [ | 321 "~followup_annotations": [ |
322 "@@@STEP_LOG_LINE@json.output@{@@@", | 322 "@@@STEP_LOG_LINE@json.output@{@@@", |
323 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 323 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 ], | 382 ], |
383 "cwd": "[SLAVE_BUILD]", | 383 "cwd": "[SLAVE_BUILD]", |
384 "name": "process_dumps" | 384 "name": "process_dumps" |
385 }, | 385 }, |
386 { | 386 { |
387 "name": "$result", | 387 "name": "$result", |
388 "recipe_result": null, | 388 "recipe_result": null, |
389 "status_code": 0 | 389 "status_code": 0 |
390 } | 390 } |
391 ] | 391 ] |
OLD | NEW |