| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "-m", | 355 "-m", |
| 356 "tryserver.blink", | 356 "tryserver.blink", |
| 357 "-b", | 357 "-b", |
| 358 "win_blink_rel", | 358 "win_blink_rel", |
| 359 "--config-file", | 359 "--config-file", |
| 360 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl", | 360 "[BUILDER_CACHE]\\win_layout\\src\\tools\\mb\\mb_config.pyl", |
| 361 "--goma-dir", | 361 "--goma-dir", |
| 362 "[CACHE]\\cipd\\goma", | 362 "[CACHE]\\cipd\\goma", |
| 363 "//out/Release" | 363 "//out/Release" |
| 364 ], | 364 ], |
| 365 "cwd": "[BUILDER_CACHE]\\win_layout\\src", |
| 365 "env": { | 366 "env": { |
| 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 367 }, | 368 }, |
| 368 "name": "generate_build_files (with patch)" | 369 "name": "generate_build_files (with patch)" |
| 369 }, | 370 }, |
| 370 { | 371 { |
| 371 "cmd": [ | 372 "cmd": [ |
| 372 "python", | 373 "python", |
| 373 "-u", | 374 "-u", |
| 374 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 375 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 492 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 493 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 493 }, | 494 }, |
| 494 "name": "process_dumps" | 495 "name": "process_dumps" |
| 495 }, | 496 }, |
| 496 { | 497 { |
| 497 "name": "$result", | 498 "name": "$result", |
| 498 "recipe_result": null, | 499 "recipe_result": null, |
| 499 "status_code": 0 | 500 "status_code": 0 |
| 500 } | 501 } |
| 501 ] | 502 ] |
| OLD | NEW |