| 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_x64", | 194 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 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 "allow_subannotations": true, | 201 "allow_subannotations": true, |
| 202 "cmd": [ | 202 "cmd": [ |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "--", | 236 "--", |
| 237 "all" | 237 "all" |
| 238 ], | 238 ], |
| 239 "cwd": "[SLAVE_BUILD]", | 239 "cwd": "[SLAVE_BUILD]", |
| 240 "name": "compile" | 240 "name": "compile" |
| 241 }, | 241 }, |
| 242 { | 242 { |
| 243 "cmd": [ | 243 "cmd": [ |
| 244 "python", | 244 "python", |
| 245 "-u", | 245 "-u", |
| 246 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 246 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
| 247 "--build-dir", | 247 "--build-dir", |
| 248 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 248 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 249 "--src-dir", | 249 "--src-dir", |
| 250 "[SLAVE_BUILD]\\src" | 250 "[SLAVE_BUILD]\\src" |
| 251 ], | 251 ], |
| 252 "cwd": "[SLAVE_BUILD]", | 252 "cwd": "[SLAVE_BUILD]", |
| 253 "name": "remove_build_metadata" | 253 "name": "remove_build_metadata" |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "cmd": [ | 256 "cmd": [ |
| 257 "python", | 257 "python", |
| 258 "-u", | 258 "-u", |
| 259 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 259 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
| 260 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 260 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 261 "batcharchive", | 261 "batcharchive", |
| 262 "--dump-json", | 262 "--dump-json", |
| 263 "/path/to/tmp/json", | 263 "/path/to/tmp/json", |
| 264 "--isolate-server", | 264 "--isolate-server", |
| 265 "https://isolateserver.appspot.com", | 265 "https://isolateserver.appspot.com", |
| 266 "--verbose", | 266 "--verbose", |
| 267 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" | 267 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
| 268 ], | 268 ], |
| 269 "cwd": "[SLAVE_BUILD]", | 269 "cwd": "[SLAVE_BUILD]", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "~followup_annotations": [ | 321 "~followup_annotations": [ |
| 322 "@@@STEP_TEXT@CrWinClang64 tester@@@" | 322 "@@@STEP_TEXT@CrWinClang64 tester@@@" |
| 323 ] | 323 ] |
| 324 }, | 324 }, |
| 325 { | 325 { |
| 326 "name": "$result", | 326 "name": "$result", |
| 327 "recipe_result": null, | 327 "recipe_result": null, |
| 328 "status_code": 0 | 328 "status_code": 0 |
| 329 } | 329 } |
| 330 ] | 330 ] |
| OLD | NEW |