| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 "cwd": "[SLAVE_BUILD]", | 240 "cwd": "[SLAVE_BUILD]", |
| 241 "env": { | 241 "env": { |
| 242 "LLVM_FORCE_HEAD_REVISION": "YES" | 242 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 243 }, | 243 }, |
| 244 "name": "compile" | 244 "name": "compile" |
| 245 }, | 245 }, |
| 246 { | 246 { |
| 247 "cmd": [ | 247 "cmd": [ |
| 248 "python", | 248 "python", |
| 249 "-u", | 249 "-u", |
| 250 "RECIPE_MODULE[isolate]\\resources\\remove_build_metadata.py", | 250 "RECIPE_MODULE[build.isolate]\\resources\\remove_build_metadata.py", |
| 251 "--build-dir", | 251 "--build-dir", |
| 252 "[SLAVE_BUILD]\\src\\out\\Release_x64", | 252 "[SLAVE_BUILD]\\src\\out\\Release_x64", |
| 253 "--src-dir", | 253 "--src-dir", |
| 254 "[SLAVE_BUILD]\\src" | 254 "[SLAVE_BUILD]\\src" |
| 255 ], | 255 ], |
| 256 "cwd": "[SLAVE_BUILD]", | 256 "cwd": "[SLAVE_BUILD]", |
| 257 "name": "remove_build_metadata" | 257 "name": "remove_build_metadata" |
| 258 }, | 258 }, |
| 259 { | 259 { |
| 260 "cmd": [ | 260 "cmd": [ |
| 261 "python", | 261 "python", |
| 262 "-u", | 262 "-u", |
| 263 "RECIPE_MODULE[isolate]\\resources\\isolate.py", | 263 "RECIPE_MODULE[build.isolate]\\resources\\isolate.py", |
| 264 "[SLAVE_BUILD]\\src\\tools\\swarming_client", | 264 "[SLAVE_BUILD]\\src\\tools\\swarming_client", |
| 265 "batcharchive", | 265 "batcharchive", |
| 266 "--dump-json", | 266 "--dump-json", |
| 267 "/path/to/tmp/json", | 267 "/path/to/tmp/json", |
| 268 "--isolate-server", | 268 "--isolate-server", |
| 269 "https://isolateserver.appspot.com", | 269 "https://isolateserver.appspot.com", |
| 270 "--verbose", | 270 "--verbose", |
| 271 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" | 271 "[SLAVE_BUILD]\\src\\out\\Release_x64\\browser_tests.isolated.gen.json" |
| 272 ], | 272 ], |
| 273 "cwd": "[SLAVE_BUILD]", | 273 "cwd": "[SLAVE_BUILD]", |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 325 "~followup_annotations": [ | 325 "~followup_annotations": [ |
| 326 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@" | 326 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@" |
| 327 ] | 327 ] |
| 328 }, | 328 }, |
| 329 { | 329 { |
| 330 "name": "$result", | 330 "name": "$result", |
| 331 "recipe_result": null, | 331 "recipe_result": null, |
| 332 "status_code": 0 | 332 "status_code": 0 |
| 333 } | 333 } |
| 334 ] | 334 ] |
| OLD | NEW |