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