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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 "-u", | 184 "-u", |
185 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 185 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
186 ], | 186 ], |
187 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
188 "name": "cleanup_temp" | 188 "name": "cleanup_temp" |
189 }, | 189 }, |
190 { | 190 { |
191 "cmd": [ | 191 "cmd": [ |
192 "python", | 192 "python", |
193 "-u", | 193 "-u", |
194 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 194 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
195 "--build-dir", | 195 "--build-dir", |
196 "[SLAVE_BUILD]\\src\\out\\Debug", | 196 "[SLAVE_BUILD]\\src\\out\\Debug", |
197 "--clean-isolated-files" | 197 "--clean-isolated-files" |
198 ], | 198 ], |
199 "cwd": "[SLAVE_BUILD]", | 199 "cwd": "[SLAVE_BUILD]", |
200 "name": "clean isolated files" | 200 "name": "clean isolated files" |
201 }, | 201 }, |
202 { | 202 { |
203 "cmd": [ | 203 "cmd": [ |
204 "python", | 204 "python", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
246 "name": "compile", | 246 "name": "compile", |
247 "~followup_annotations": [ | 247 "~followup_annotations": [ |
248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 248 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
249 "@@@STEP_LOG_END@json.output (invalid)@@@" | 249 "@@@STEP_LOG_END@json.output (invalid)@@@" |
250 ] | 250 ] |
251 }, | 251 }, |
252 { | 252 { |
253 "cmd": [ | 253 "cmd": [ |
254 "python", | 254 "python", |
255 "-u", | 255 "-u", |
256 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 256 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
257 "--build-dir", | 257 "--build-dir", |
258 "[SLAVE_BUILD]\\src\\out\\Debug", | 258 "[SLAVE_BUILD]\\src\\out\\Debug", |
259 "--src-dir", | 259 "--src-dir", |
260 "[SLAVE_BUILD]\\src" | 260 "[SLAVE_BUILD]\\src" |
261 ], | 261 ], |
262 "cwd": "[SLAVE_BUILD]", | 262 "cwd": "[SLAVE_BUILD]", |
263 "name": "remove_build_metadata" | 263 "name": "remove_build_metadata" |
264 }, | 264 }, |
265 { | 265 { |
266 "cmd": [ | 266 "cmd": [ |
267 "python", | 267 "python", |
268 "-u", | 268 "-u", |
269 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 269 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
270 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 270 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
271 "batcharchive", | 271 "batcharchive", |
272 "--dump-json", | 272 "--dump-json", |
273 "/path/to/tmp/json", | 273 "/path/to/tmp/json", |
274 "--isolate-server", | 274 "--isolate-server", |
275 "https://isolateserver.appspot.com", | 275 "https://isolateserver.appspot.com", |
276 "--verbose", | 276 "--verbose", |
277 "[SLAVE_BUILD]\\src\\out\\Debug\\browser_tests.isolated.gen.json" | 277 "[SLAVE_BUILD]\\src\\out\\Debug\\browser_tests.isolated.gen.json" |
278 ], | 278 ], |
279 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
280 "name": "isolate tests", | 280 "name": "isolate tests", |
281 "~followup_annotations": [ | 281 "~followup_annotations": [ |
282 "@@@STEP_LOG_LINE@json.output@{@@@", | 282 "@@@STEP_LOG_LINE@json.output@{@@@", |
283 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", | 283 "@@@STEP_LOG_LINE@json.output@ \"browser_tests\": \"[dummy hash for brows
er_tests]\"@@@", |
284 "@@@STEP_LOG_LINE@json.output@}@@@", | 284 "@@@STEP_LOG_LINE@json.output@}@@@", |
285 "@@@STEP_LOG_END@json.output@@@" | 285 "@@@STEP_LOG_END@json.output@@@" |
286 ] | 286 ] |
287 }, | 287 }, |
288 { | 288 { |
289 "cmd": [ | 289 "cmd": [ |
290 "python", | 290 "python", |
291 "-u", | 291 "-u", |
292 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 292 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
293 "--build-dir", | 293 "--build-dir", |
294 "[SLAVE_BUILD]\\src\\out\\Debug", | 294 "[SLAVE_BUILD]\\src\\out\\Debug", |
295 "--output-json", | 295 "--output-json", |
296 "/path/to/tmp/json" | 296 "/path/to/tmp/json" |
297 ], | 297 ], |
298 "cwd": "[SLAVE_BUILD]", | 298 "cwd": "[SLAVE_BUILD]", |
299 "name": "find isolated tests", | 299 "name": "find isolated tests", |
300 "~followup_annotations": [ | 300 "~followup_annotations": [ |
301 "@@@STEP_LOG_LINE@json.output@{@@@", | 301 "@@@STEP_LOG_LINE@json.output@{@@@", |
302 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", | 302 "@@@STEP_LOG_LINE@json.output@ \"dummy_target_1\": \"[dummy hash for dumm
y_target_1]\", @@@", |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
361 ], | 361 ], |
362 "cwd": "[SLAVE_BUILD]", | 362 "cwd": "[SLAVE_BUILD]", |
363 "name": "process_dumps" | 363 "name": "process_dumps" |
364 }, | 364 }, |
365 { | 365 { |
366 "name": "$result", | 366 "name": "$result", |
367 "recipe_result": null, | 367 "recipe_result": null, |
368 "status_code": 0 | 368 "status_code": 0 |
369 } | 369 } |
370 ] | 370 ] |
OLD | NEW |