| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "-m", | 261 "-m", |
| 262 "chromium.fyi", | 262 "chromium.fyi", |
| 263 "-b", | 263 "-b", |
| 264 "CrWin7Goma", | 264 "CrWin7Goma", |
| 265 "--config-file", | 265 "--config-file", |
| 266 "[BUILDER_CACHE]\\CrWin7Goma\\src\\tools\\mb\\mb_config.pyl", | 266 "[BUILDER_CACHE]\\CrWin7Goma\\src\\tools\\mb\\mb_config.pyl", |
| 267 "--goma-dir", | 267 "--goma-dir", |
| 268 "[CACHE]\\cipd\\goma", | 268 "[CACHE]\\cipd\\goma", |
| 269 "//out/Release" | 269 "//out/Release" |
| 270 ], | 270 ], |
| 271 "cwd": "[BUILDER_CACHE]\\CrWin7Goma\\src", |
| 271 "env": { | 272 "env": { |
| 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 273 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 273 }, | 274 }, |
| 274 "name": "generate_build_files" | 275 "name": "generate_build_files" |
| 275 }, | 276 }, |
| 276 { | 277 { |
| 277 "cmd": [ | 278 "cmd": [ |
| 278 "python", | 279 "python", |
| 279 "-u", | 280 "-u", |
| 280 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 281 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 389 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 390 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 390 }, | 391 }, |
| 391 "name": "process_dumps" | 392 "name": "process_dumps" |
| 392 }, | 393 }, |
| 393 { | 394 { |
| 394 "name": "$result", | 395 "name": "$result", |
| 395 "recipe_result": null, | 396 "recipe_result": null, |
| 396 "status_code": 0 | 397 "status_code": 0 |
| 397 } | 398 } |
| 398 ] | 399 ] |
| OLD | NEW |