| 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_x64", | 195 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 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_x64", | 255 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 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_x64\\browser_tests.isolated.gen.json" | 274 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
| 275 ], | 275 ], |
| 276 "cwd": "[SLAVE_BUILD]", | 276 "cwd": "[SLAVE_BUILD]", |
| (...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 382 ], | 382 ], |
| 383 "cwd": "[SLAVE_BUILD]", | 383 "cwd": "[SLAVE_BUILD]", |
| 384 "name": "process_dumps" | 384 "name": "process_dumps" |
| 385 }, | 385 }, |
| 386 { | 386 { |
| 387 "name": "$result", | 387 "name": "$result", |
| 388 "recipe_result": null, | 388 "recipe_result": null, |
| 389 "status_code": 0 | 389 "status_code": 0 |
| 390 } | 390 } |
| 391 ] | 391 ] |
| OLD | NEW |