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