| 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]\\CrWinClangLLD64\\src\\tools\\determinism\\remove_build_m
etadata.py", |
| 324 "--build-dir", | 324 "--build-dir", |
| 325 "[BUILDER_CACHE]\\CrWinClangLLD64\\src\\out\\Release_x64", | 325 "[BUILDER_CACHE]\\CrWinClangLLD64\\src\\out\\Release_x64" |
| 326 "--src-dir", | |
| 327 "[BUILDER_CACHE]\\CrWinClangLLD64\\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]\\CrWinClangLLD64\\src\\tools\\swarming_client", | 335 "[BUILDER_CACHE]\\CrWinClangLLD64\\src\\tools\\swarming_client", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 "~followup_annotations": [ | 404 "~followup_annotations": [ |
| 407 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@" | 405 "@@@STEP_TEXT@CrWinClangLLD64 tester@@@" |
| 408 ] | 406 ] |
| 409 }, | 407 }, |
| 410 { | 408 { |
| 411 "name": "$result", | 409 "name": "$result", |
| 412 "recipe_result": null, | 410 "recipe_result": null, |
| 413 "status_code": 0 | 411 "status_code": 0 |
| 414 } | 412 } |
| 415 ] | 413 ] |
| OLD | NEW |