| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 "env": { | 334 "env": { |
| 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
| 336 "LLVM_FORCE_HEAD_REVISION": "YES" | 336 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 337 }, | 337 }, |
| 338 "name": "compile" | 338 "name": "compile" |
| 339 }, | 339 }, |
| 340 { | 340 { |
| 341 "cmd": [ | 341 "cmd": [ |
| 342 "python", | 342 "python", |
| 343 "-u", | 343 "-u", |
| 344 "RECIPE_MODULE[build::isolate]\\resources\\remove_build_metadata.py", | 344 "[BUILDER_CACHE]\\ClangToTWin\\src\\tools\\determinism\\remove_build_metad
ata.py", |
| 345 "--build-dir", | 345 "--build-dir", |
| 346 "[BUILDER_CACHE]\\ClangToTWin\\src\\out\\Release", | 346 "[BUILDER_CACHE]\\ClangToTWin\\src\\out\\Release" |
| 347 "--src-dir", | |
| 348 "[BUILDER_CACHE]\\ClangToTWin\\src" | |
| 349 ], | 347 ], |
| 350 "cwd": "[SLAVE_BUILD]", | 348 "cwd": "[SLAVE_BUILD]", |
| 351 "name": "remove_build_metadata" | 349 "name": "remove_build_metadata" |
| 352 }, | 350 }, |
| 353 { | 351 { |
| 354 "cmd": [ | 352 "cmd": [ |
| 355 "python", | 353 "python", |
| 356 "-u", | 354 "-u", |
| 357 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", | 355 "RECIPE_MODULE[build::isolate]\\resources\\isolate.py", |
| 358 "[BUILDER_CACHE]\\ClangToTWin\\src\\tools\\swarming_client", | 356 "[BUILDER_CACHE]\\ClangToTWin\\src\\tools\\swarming_client", |
| (...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 "LLVM_FORCE_HEAD_REVISION": "YES" | 476 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 479 }, | 477 }, |
| 480 "name": "process_dumps" | 478 "name": "process_dumps" |
| 481 }, | 479 }, |
| 482 { | 480 { |
| 483 "name": "$result", | 481 "name": "$result", |
| 484 "recipe_result": null, | 482 "recipe_result": null, |
| 485 "status_code": 0 | 483 "status_code": 0 |
| 486 } | 484 } |
| 487 ] | 485 ] |
| OLD | NEW |