| 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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 "--goma-cache-dir", | 260 "--goma-cache-dir", |
| 261 "[GOMA_CACHE]", | 261 "[GOMA_CACHE]", |
| 262 "--build-tool", | 262 "--build-tool", |
| 263 "ninja", | 263 "ninja", |
| 264 "--build-data-dir", | 264 "--build-data-dir", |
| 265 "[ROOT]\\build_data_dir", | 265 "[ROOT]\\build_data_dir", |
| 266 "--compiler", | 266 "--compiler", |
| 267 "goma", | 267 "goma", |
| 268 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--goma-service-account-json-file", |
| 271 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 270 "--goma-dir", | 272 "--goma-dir", |
| 271 "[CACHE]\\cipd\\goma", | 273 "[CACHE]\\cipd\\goma", |
| 272 "--ninja-ensure-up-to-date", | 274 "--ninja-ensure-up-to-date", |
| 273 "--", | 275 "--", |
| 274 "chromium_builder_tests" | 276 "chromium_builder_tests" |
| 275 ], | 277 ], |
| 276 "cwd": "[SLAVE_BUILD]", | 278 "cwd": "[SLAVE_BUILD]", |
| 277 "name": "compile", | 279 "name": "compile", |
| 278 "~followup_annotations": [ | 280 "~followup_annotations": [ |
| 279 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| (...skipping 22 matching lines...) Expand all Loading... |
| 302 ], | 304 ], |
| 303 "cwd": "[SLAVE_BUILD]", | 305 "cwd": "[SLAVE_BUILD]", |
| 304 "name": "package build" | 306 "name": "package build" |
| 305 }, | 307 }, |
| 306 { | 308 { |
| 307 "name": "$result", | 309 "name": "$result", |
| 308 "recipe_result": null, | 310 "recipe_result": null, |
| 309 "status_code": 0 | 311 "status_code": 0 |
| 310 } | 312 } |
| 311 ] | 313 ] |
| OLD | NEW |