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 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 "-u", | 183 "-u", |
184 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 184 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
185 ], | 185 ], |
186 "cwd": "[SLAVE_BUILD]", | 186 "cwd": "[SLAVE_BUILD]", |
187 "name": "cleanup_temp" | 187 "name": "cleanup_temp" |
188 }, | 188 }, |
189 { | 189 { |
190 "cmd": [ | 190 "cmd": [ |
191 "python", | 191 "python", |
192 "-u", | 192 "-u", |
193 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 193 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
194 "--build-dir", | 194 "--build-dir", |
195 "[SLAVE_BUILD]\\src\\out\\Release", | 195 "[SLAVE_BUILD]\\src\\out\\Release", |
196 "--clean-isolated-files" | 196 "--clean-isolated-files" |
197 ], | 197 ], |
198 "cwd": "[SLAVE_BUILD]", | 198 "cwd": "[SLAVE_BUILD]", |
199 "name": "clean isolated files" | 199 "name": "clean isolated files" |
200 }, | 200 }, |
201 { | 201 { |
202 "allow_subannotations": true, | 202 "allow_subannotations": true, |
203 "cmd": [ | 203 "cmd": [ |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 "cwd": "[SLAVE_BUILD]", | 243 "cwd": "[SLAVE_BUILD]", |
244 "env": { | 244 "env": { |
245 "LLVM_FORCE_HEAD_REVISION": "YES" | 245 "LLVM_FORCE_HEAD_REVISION": "YES" |
246 }, | 246 }, |
247 "name": "compile" | 247 "name": "compile" |
248 }, | 248 }, |
249 { | 249 { |
250 "cmd": [ | 250 "cmd": [ |
251 "python", | 251 "python", |
252 "-u", | 252 "-u", |
253 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 253 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
254 "--build-dir", | 254 "--build-dir", |
255 "[SLAVE_BUILD]\\src\\out\\Release", | 255 "[SLAVE_BUILD]\\src\\out\\Release", |
256 "--src-dir", | 256 "--src-dir", |
257 "[SLAVE_BUILD]\\src" | 257 "[SLAVE_BUILD]\\src" |
258 ], | 258 ], |
259 "cwd": "[SLAVE_BUILD]", | 259 "cwd": "[SLAVE_BUILD]", |
260 "name": "remove_build_metadata" | 260 "name": "remove_build_metadata" |
261 }, | 261 }, |
262 { | 262 { |
263 "cmd": [ | 263 "cmd": [ |
264 "python", | 264 "python", |
265 "-u", | 265 "-u", |
266 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 266 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
267 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 267 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
268 "batcharchive", | 268 "batcharchive", |
269 "--dump-json", | 269 "--dump-json", |
270 "/path/to/tmp/json", | 270 "/path/to/tmp/json", |
271 "--isolate-server", | 271 "--isolate-server", |
272 "https://isolateserver.appspot.com", | 272 "https://isolateserver.appspot.com", |
273 "--verbose", | 273 "--verbose", |
274 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 274 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
275 ], | 275 ], |
276 "cwd": "[SLAVE_BUILD]", | 276 "cwd": "[SLAVE_BUILD]", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
328 "~followup_annotations": [ | 328 "~followup_annotations": [ |
329 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" | 329 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" |
330 ] | 330 ] |
331 }, | 331 }, |
332 { | 332 { |
333 "name": "$result", | 333 "name": "$result", |
334 "recipe_result": null, | 334 "recipe_result": null, |
335 "status_code": 0 | 335 "status_code": 0 |
336 } | 336 } |
337 ] | 337 ] |
OLD | NEW |