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