| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "env": { | 313 "env": { |
| 314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 314 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 315 "LLVM_FORCE_HEAD_REVISION": "YES" | 315 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 316 }, | 316 }, |
| 317 "name": "compile" | 317 "name": "compile" |
| 318 }, | 318 }, |
| 319 { | 319 { |
| 320 "cmd": [ | 320 "cmd": [ |
| 321 "python", | 321 "python", |
| 322 "-u", | 322 "-u", |
| 323 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 323 "[BUILDER_CACHE]\\ClangToTWin64_dbg_\\src\\tools\\determinism\\remove_buil
d_metadata.py", |
| 324 "--build-dir", | 324 "--build-dir", |
| 325 "[BUILDER_CACHE]\\ClangToTWin64_dbg_\\src\\out\\Debug_x64", | 325 "[BUILDER_CACHE]\\ClangToTWin64_dbg_\\src\\out\\Debug_x64" |
| 326 "--src-dir", | |
| 327 "[BUILDER_CACHE]\\ClangToTWin64_dbg_\\src" | |
| 328 ], | 326 ], |
| 329 "cwd": "[SLAVE_BUILD]", | 327 "cwd": "[SLAVE_BUILD]", |
| 330 "name": "remove_build_metadata" | 328 "name": "remove_build_metadata" |
| 331 }, | 329 }, |
| 332 { | 330 { |
| 333 "cmd": [ | 331 "cmd": [ |
| 334 "python", | 332 "python", |
| 335 "-u", | 333 "-u", |
| 336 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 334 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 337 "[BUILDER_CACHE]\\ClangToTWin64_dbg_\\src\\tools\\swarming_client", | 335 "[BUILDER_CACHE]\\ClangToTWin64_dbg_\\src\\tools\\swarming_client", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 457 "LLVM_FORCE_HEAD_REVISION": "YES" | 455 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 458 }, | 456 }, |
| 459 "name": "process_dumps" | 457 "name": "process_dumps" |
| 460 }, | 458 }, |
| 461 { | 459 { |
| 462 "name": "$result", | 460 "name": "$result", |
| 463 "recipe_result": null, | 461 "recipe_result": null, |
| 464 "status_code": 0 | 462 "status_code": 0 |
| 465 } | 463 } |
| 466 ] | 464 ] |
| OLD | NEW |