| 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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "-u", | 226 "-u", |
| 227 "[BUILD]\\scripts\\slave\\cleanup_temp.py" | 227 "[BUILD]\\scripts\\slave\\cleanup_temp.py" |
| 228 ], | 228 ], |
| 229 "cwd": "[SLAVE_BUILD]", | 229 "cwd": "[SLAVE_BUILD]", |
| 230 "name": "cleanup_temp" | 230 "name": "cleanup_temp" |
| 231 }, | 231 }, |
| 232 { | 232 { |
| 233 "cmd": [ | 233 "cmd": [ |
| 234 "python", | 234 "python", |
| 235 "-u", | 235 "-u", |
| 236 "RECIPE_MODULE[isolate]\\resources\\find_isolated_tests.py", | 236 "RECIPE_MODULE[build.isolate]\\resources\\find_isolated_tests.py", |
| 237 "--build-dir", | 237 "--build-dir", |
| 238 "[SLAVE_BUILD]\\src\\out\\Release", | 238 "[SLAVE_BUILD]\\src\\out\\Release", |
| 239 "--clean-isolated-files" | 239 "--clean-isolated-files" |
| 240 ], | 240 ], |
| 241 "cwd": "[SLAVE_BUILD]", | 241 "cwd": "[SLAVE_BUILD]", |
| 242 "name": "clean isolated files" | 242 "name": "clean isolated files" |
| 243 }, | 243 }, |
| 244 { | 244 { |
| 245 "cmd": [ | 245 "cmd": [ |
| 246 "python", | 246 "python", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 268 "name": "compile", | 268 "name": "compile", |
| 269 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 271 "@@@STEP_LOG_END@json.output (invalid)@@@" | 271 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 272 ] | 272 ] |
| 273 }, | 273 }, |
| 274 { | 274 { |
| 275 "cmd": [ | 275 "cmd": [ |
| 276 "python", | 276 "python", |
| 277 "-u", | 277 "-u", |
| 278 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 278 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
| 279 "--build-dir", | 279 "--build-dir", |
| 280 "[SLAVE_BUILD]\\src\\out\\Release", | 280 "[SLAVE_BUILD]\\src\\out\\Release", |
| 281 "--src-dir", | 281 "--src-dir", |
| 282 "[SLAVE_BUILD]\\src" | 282 "[SLAVE_BUILD]\\src" |
| 283 ], | 283 ], |
| 284 "cwd": "[SLAVE_BUILD]", | 284 "cwd": "[SLAVE_BUILD]", |
| 285 "name": "remove_build_metadata" | 285 "name": "remove_build_metadata" |
| 286 }, | 286 }, |
| 287 { | 287 { |
| 288 "cmd": [ | 288 "cmd": [ |
| 289 "python", | 289 "python", |
| 290 "-u", | 290 "-u", |
| 291 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 291 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
| 292 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 292 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 293 "batcharchive", | 293 "batcharchive", |
| 294 "--dump-json", | 294 "--dump-json", |
| 295 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
| 296 "--isolate-server", | 296 "--isolate-server", |
| 297 "https://isolateserver.appspot.com", | 297 "https://isolateserver.appspot.com", |
| 298 "--verbose", | 298 "--verbose", |
| 299 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" | 299 "[SLAVE_BUILD]\\src\\out\\Release\\browser_tests.isolated.gen.json" |
| 300 ], | 300 ], |
| 301 "cwd": "[SLAVE_BUILD]", | 301 "cwd": "[SLAVE_BUILD]", |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 "~followup_annotations": [ | 461 "~followup_annotations": [ |
| 462 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" | 462 "@@@STEP_TEXT@Win8 Release (NVIDIA)@@@" |
| 463 ] | 463 ] |
| 464 }, | 464 }, |
| 465 { | 465 { |
| 466 "name": "$result", | 466 "name": "$result", |
| 467 "recipe_result": null, | 467 "recipe_result": null, |
| 468 "status_code": 0 | 468 "status_code": 0 |
| 469 } | 469 } |
| 470 ] | 470 ] |
| OLD | NEW |