| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "--goma-cache-dir", | 286 "--goma-cache-dir", |
| 287 "[GOMA_CACHE]", | 287 "[GOMA_CACHE]", |
| 288 "--build-tool", | 288 "--build-tool", |
| 289 "ninja", | 289 "ninja", |
| 290 "--build-data-dir", | 290 "--build-data-dir", |
| 291 "[ROOT]\\build_data_dir", | 291 "[ROOT]\\build_data_dir", |
| 292 "--compiler", | 292 "--compiler", |
| 293 "goma", | 293 "goma", |
| 294 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
| 295 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
| 296 "--goma-service-account-json-file", |
| 297 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 296 "--goma-dir", | 298 "--goma-dir", |
| 297 "[CACHE]\\cipd\\goma", | 299 "[CACHE]\\cipd\\goma", |
| 298 "--", | 300 "--", |
| 299 "browser_tests", | 301 "browser_tests", |
| 300 "browser_tests_run", | 302 "browser_tests_run", |
| 301 "chromium_builder_tests" | 303 "chromium_builder_tests" |
| 302 ], | 304 ], |
| 303 "cwd": "[SLAVE_BUILD]", | 305 "cwd": "[SLAVE_BUILD]", |
| 304 "name": "compile", | 306 "name": "compile", |
| 305 "~followup_annotations": [ | 307 "~followup_annotations": [ |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 "~followup_annotations": [ | 394 "~followup_annotations": [ |
| 393 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" | 395 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" |
| 394 ] | 396 ] |
| 395 }, | 397 }, |
| 396 { | 398 { |
| 397 "name": "$result", | 399 "name": "$result", |
| 398 "recipe_result": null, | 400 "recipe_result": null, |
| 399 "status_code": 0 | 401 "status_code": 0 |
| 400 } | 402 } |
| 401 ] | 403 ] |
| OLD | NEW |