| 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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "chromium.webrtc.fyi", | 275 "chromium.webrtc.fyi", |
| 276 "-b", | 276 "-b", |
| 277 "Win x64 GN", | 277 "Win x64 GN", |
| 278 "--config-file", | 278 "--config-file", |
| 279 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 279 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 280 "--goma-dir", | 280 "--goma-dir", |
| 281 "[CACHE]\\cipd\\goma", | 281 "[CACHE]\\cipd\\goma", |
| 282 "//out/Release_x64" | 282 "//out/Release_x64" |
| 283 ], | 283 ], |
| 284 "cwd": "[SLAVE_BUILD]", | 284 "cwd": "[SLAVE_BUILD]", |
| 285 "env": { |
| 286 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 287 }, |
| 285 "name": "generate_build_files" | 288 "name": "generate_build_files" |
| 286 }, | 289 }, |
| 287 { | 290 { |
| 288 "cmd": [ | 291 "cmd": [ |
| 289 "python", | 292 "python", |
| 290 "-u", | 293 "-u", |
| 291 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 294 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 292 "--show-path", | 295 "--show-path", |
| 293 "python", | 296 "python", |
| 294 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 297 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 ], | 354 ], |
| 352 "cwd": "[SLAVE_BUILD]", | 355 "cwd": "[SLAVE_BUILD]", |
| 353 "name": "package build" | 356 "name": "package build" |
| 354 }, | 357 }, |
| 355 { | 358 { |
| 356 "name": "$result", | 359 "name": "$result", |
| 357 "recipe_result": null, | 360 "recipe_result": null, |
| 358 "status_code": 0 | 361 "status_code": 0 |
| 359 } | 362 } |
| 360 ] | 363 ] |
| OLD | NEW |