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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "-u", | 196 "-u", |
197 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 197 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
198 ], | 198 ], |
199 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
200 "name": "cleanup_temp" | 200 "name": "cleanup_temp" |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
205 "-u", | 205 "-u", |
206 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 206 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
207 "--build-dir", | 207 "--build-dir", |
208 "[SLAVE_BUILD]\\src\\out\\Release", | 208 "[SLAVE_BUILD]\\src\\out\\Release", |
209 "--clean-isolated-files" | 209 "--clean-isolated-files" |
210 ], | 210 ], |
211 "cwd": "[SLAVE_BUILD]", | 211 "cwd": "[SLAVE_BUILD]", |
212 "name": "clean isolated files" | 212 "name": "clean isolated files" |
213 }, | 213 }, |
214 { | 214 { |
215 "cmd": [ | 215 "cmd": [ |
216 "python", | 216 "python", |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "name": "compile", | 259 "name": "compile", |
260 "~followup_annotations": [ | 260 "~followup_annotations": [ |
261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 261 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
262 "@@@STEP_LOG_END@json.output (invalid)@@@" | 262 "@@@STEP_LOG_END@json.output (invalid)@@@" |
263 ] | 263 ] |
264 }, | 264 }, |
265 { | 265 { |
266 "cmd": [ | 266 "cmd": [ |
267 "python", | 267 "python", |
268 "-u", | 268 "-u", |
269 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 269 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
270 "--build-dir", | 270 "--build-dir", |
271 "[SLAVE_BUILD]\\src\\out\\Release", | 271 "[SLAVE_BUILD]\\src\\out\\Release", |
272 "--src-dir", | 272 "--src-dir", |
273 "[SLAVE_BUILD]\\src" | 273 "[SLAVE_BUILD]\\src" |
274 ], | 274 ], |
275 "cwd": "[SLAVE_BUILD]", | 275 "cwd": "[SLAVE_BUILD]", |
276 "name": "remove_build_metadata" | 276 "name": "remove_build_metadata" |
277 }, | 277 }, |
278 { | 278 { |
279 "cmd": [ | 279 "cmd": [ |
280 "python", | 280 "python", |
281 "-u", | 281 "-u", |
282 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 282 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
283 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 283 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
284 "batcharchive", | 284 "batcharchive", |
285 "--dump-json", | 285 "--dump-json", |
286 "/path/to/tmp/json", | 286 "/path/to/tmp/json", |
287 "--isolate-server", | 287 "--isolate-server", |
288 "https://isolateserver.appspot.com", | 288 "https://isolateserver.appspot.com", |
289 "--verbose", | 289 "--verbose", |
290 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 290 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
291 ], | 291 ], |
292 "cwd": "[SLAVE_BUILD]", | 292 "cwd": "[SLAVE_BUILD]", |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 "~followup_annotations": [ | 373 "~followup_annotations": [ |
374 "@@@STEP_TEXT@WebKit Win7@@@" | 374 "@@@STEP_TEXT@WebKit Win7@@@" |
375 ] | 375 ] |
376 }, | 376 }, |
377 { | 377 { |
378 "name": "$result", | 378 "name": "$result", |
379 "recipe_result": null, | 379 "recipe_result": null, |
380 "status_code": 0 | 380 "status_code": 0 |
381 } | 381 } |
382 ] | 382 ] |
OLD | NEW |