| 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 "Win 10 Fast Ring", | 264 "Win 10 Fast Ring", |
| 265 "--config-file", | 265 "--config-file", |
| 266 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src\\tools\\mb\\mb_config.pyl", | 266 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src\\tools\\mb\\mb_config.pyl", |
| 267 "--goma-dir", | 267 "--goma-dir", |
| 268 "[CACHE]\\cipd\\goma", | 268 "[CACHE]\\cipd\\goma", |
| 269 "//out/Release_x64" | 269 "//out/Release_x64" |
| 270 ], | 270 ], |
| 271 "cwd": "[BUILDER_CACHE]\\Win_10_Fast_Ring\\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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 316 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 316 "@@@STEP_LOG_END@json.output (invalid)@@@" | 317 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 317 ] | 318 ] |
| 318 }, | 319 }, |
| 319 { | 320 { |
| 320 "name": "$result", | 321 "name": "$result", |
| 321 "recipe_result": null, | 322 "recipe_result": null, |
| 322 "status_code": 0 | 323 "status_code": 0 |
| 323 } | 324 } |
| 324 ] | 325 ] |
| OLD | NEW |