| 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "chromium.mojo", | 239 "chromium.mojo", |
| 240 "-b", | 240 "-b", |
| 241 "Chromium Mojo Windows", | 241 "Chromium Mojo Windows", |
| 242 "--config-file", | 242 "--config-file", |
| 243 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", | 243 "[SLAVE_BUILD]\\src\\tools\\mb\\mb_config.pyl", |
| 244 "--goma-dir", | 244 "--goma-dir", |
| 245 "[CACHE]\\cipd\\goma", | 245 "[CACHE]\\cipd\\goma", |
| 246 "//out/Release" | 246 "//out/Release" |
| 247 ], | 247 ], |
| 248 "cwd": "[SLAVE_BUILD]", | 248 "cwd": "[SLAVE_BUILD]", |
| 249 "env": { |
| 250 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 251 }, |
| 249 "name": "generate_build_files" | 252 "name": "generate_build_files" |
| 250 }, | 253 }, |
| 251 { | 254 { |
| 252 "cmd": [ | 255 "cmd": [ |
| 253 "python", | 256 "python", |
| 254 "-u", | 257 "-u", |
| 255 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 258 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 256 "--show-path", | 259 "--show-path", |
| 257 "python", | 260 "python", |
| 258 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 261 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 294 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 292 "@@@STEP_LOG_END@json.output (invalid)@@@" | 295 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 293 ] | 296 ] |
| 294 }, | 297 }, |
| 295 { | 298 { |
| 296 "name": "$result", | 299 "name": "$result", |
| 297 "recipe_result": null, | 300 "recipe_result": null, |
| 298 "status_code": 0 | 301 "status_code": 0 |
| 299 } | 302 } |
| 300 ] | 303 ] |
| OLD | NEW |