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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 "-u", | 194 "-u", |
195 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 195 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
196 ], | 196 ], |
197 "cwd": "[SLAVE_BUILD]", | 197 "cwd": "[SLAVE_BUILD]", |
198 "name": "cleanup_temp" | 198 "name": "cleanup_temp" |
199 }, | 199 }, |
200 { | 200 { |
201 "cmd": [ | 201 "cmd": [ |
202 "python", | 202 "python", |
203 "-u", | 203 "-u", |
204 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 204 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
205 "--build-dir", | 205 "--build-dir", |
206 "[SLAVE_BUILD]\\src\\out\\Release", | 206 "[SLAVE_BUILD]\\src\\out\\Release", |
207 "--clean-isolated-files" | 207 "--clean-isolated-files" |
208 ], | 208 ], |
209 "cwd": "[SLAVE_BUILD]", | 209 "cwd": "[SLAVE_BUILD]", |
210 "name": "clean isolated files" | 210 "name": "clean isolated files" |
211 }, | 211 }, |
212 { | 212 { |
213 "cmd": [ | 213 "cmd": [ |
214 "python", | 214 "python", |
(...skipping 23 matching lines...) Expand all Loading... |
238 "name": "compile", | 238 "name": "compile", |
239 "~followup_annotations": [ | 239 "~followup_annotations": [ |
240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 240 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
241 "@@@STEP_LOG_END@json.output (invalid)@@@" | 241 "@@@STEP_LOG_END@json.output (invalid)@@@" |
242 ] | 242 ] |
243 }, | 243 }, |
244 { | 244 { |
245 "cmd": [ | 245 "cmd": [ |
246 "python", | 246 "python", |
247 "-u", | 247 "-u", |
248 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 248 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
249 "--build-dir", | 249 "--build-dir", |
250 "[SLAVE_BUILD]\\src\\out\\Release", | 250 "[SLAVE_BUILD]\\src\\out\\Release", |
251 "--src-dir", | 251 "--src-dir", |
252 "[SLAVE_BUILD]\\src" | 252 "[SLAVE_BUILD]\\src" |
253 ], | 253 ], |
254 "cwd": "[SLAVE_BUILD]", | 254 "cwd": "[SLAVE_BUILD]", |
255 "name": "remove_build_metadata" | 255 "name": "remove_build_metadata" |
256 }, | 256 }, |
257 { | 257 { |
258 "cmd": [ | 258 "cmd": [ |
259 "python", | 259 "python", |
260 "-u", | 260 "-u", |
261 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 261 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
262 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 262 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
263 "batcharchive", | 263 "batcharchive", |
264 "--dump-json", | 264 "--dump-json", |
265 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
266 "--isolate-server", | 266 "--isolate-server", |
267 "https://isolateserver.appspot.com", | 267 "https://isolateserver.appspot.com", |
268 "--verbose", | 268 "--verbose", |
269 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 269 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
270 ], | 270 ], |
271 "cwd": "[SLAVE_BUILD]", | 271 "cwd": "[SLAVE_BUILD]", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
325 "~followup_annotations": [ | 325 "~followup_annotations": [ |
326 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 326 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
327 ] | 327 ] |
328 }, | 328 }, |
329 { | 329 { |
330 "name": "$result", | 330 "name": "$result", |
331 "recipe_result": null, | 331 "recipe_result": null, |
332 "status_code": 0 | 332 "status_code": 0 |
333 } | 333 } |
334 ] | 334 ] |
OLD | NEW |