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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
185 "-u", | 185 "-u", |
186 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 186 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
187 ], | 187 ], |
188 "cwd": "[SLAVE_BUILD]", | 188 "cwd": "[SLAVE_BUILD]", |
189 "name": "cleanup_temp" | 189 "name": "cleanup_temp" |
190 }, | 190 }, |
191 { | 191 { |
192 "cmd": [ | 192 "cmd": [ |
193 "python", | 193 "python", |
194 "-u", | 194 "-u", |
195 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 195 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
196 "--build-dir", | 196 "--build-dir", |
197 "[SLAVE_BUILD]\\src\\out\\Release", | 197 "[SLAVE_BUILD]\\src\\out\\Release", |
198 "--clean-isolated-files" | 198 "--clean-isolated-files" |
199 ], | 199 ], |
200 "cwd": "[SLAVE_BUILD]", | 200 "cwd": "[SLAVE_BUILD]", |
201 "name": "clean isolated files" | 201 "name": "clean isolated files" |
202 }, | 202 }, |
203 { | 203 { |
204 "cmd": [ | 204 "cmd": [ |
205 "python", | 205 "python", |
(...skipping 21 matching lines...) Expand all Loading... |
227 "name": "compile", | 227 "name": "compile", |
228 "~followup_annotations": [ | 228 "~followup_annotations": [ |
229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 229 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
230 "@@@STEP_LOG_END@json.output (invalid)@@@" | 230 "@@@STEP_LOG_END@json.output (invalid)@@@" |
231 ] | 231 ] |
232 }, | 232 }, |
233 { | 233 { |
234 "cmd": [ | 234 "cmd": [ |
235 "python", | 235 "python", |
236 "-u", | 236 "-u", |
237 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 237 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
238 "--build-dir", | 238 "--build-dir", |
239 "[SLAVE_BUILD]\\src\\out\\Release", | 239 "[SLAVE_BUILD]\\src\\out\\Release", |
240 "--src-dir", | 240 "--src-dir", |
241 "[SLAVE_BUILD]\\src" | 241 "[SLAVE_BUILD]\\src" |
242 ], | 242 ], |
243 "cwd": "[SLAVE_BUILD]", | 243 "cwd": "[SLAVE_BUILD]", |
244 "name": "remove_build_metadata" | 244 "name": "remove_build_metadata" |
245 }, | 245 }, |
246 { | 246 { |
247 "cmd": [ | 247 "cmd": [ |
248 "python", | 248 "python", |
249 "-u", | 249 "-u", |
250 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 250 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
251 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 251 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
252 "batcharchive", | 252 "batcharchive", |
253 "--dump-json", | 253 "--dump-json", |
254 "/path/to/tmp/json", | 254 "/path/to/tmp/json", |
255 "--isolate-server", | 255 "--isolate-server", |
256 "https://isolateserver.appspot.com", | 256 "https://isolateserver.appspot.com", |
257 "--verbose", | 257 "--verbose", |
258 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 258 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
259 ], | 259 ], |
260 "cwd": "[SLAVE_BUILD]", | 260 "cwd": "[SLAVE_BUILD]", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 "~followup_annotations": [ | 312 "~followup_annotations": [ |
313 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" | 313 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" |
314 ] | 314 ] |
315 }, | 315 }, |
316 { | 316 { |
317 "name": "$result", | 317 "name": "$result", |
318 "recipe_result": null, | 318 "recipe_result": null, |
319 "status_code": 0 | 319 "status_code": 0 |
320 } | 320 } |
321 ] | 321 ] |
OLD | NEW |