| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 "--goma-cache-dir", | 268 "--goma-cache-dir", |
| 269 "[GOMA_CACHE]", | 269 "[GOMA_CACHE]", |
| 270 "--build-tool", | 270 "--build-tool", |
| 271 "ninja", | 271 "ninja", |
| 272 "--build-data-dir", | 272 "--build-data-dir", |
| 273 "[ROOT]\\build_data_dir", | 273 "[ROOT]\\build_data_dir", |
| 274 "--compiler", | 274 "--compiler", |
| 275 "goma", | 275 "goma", |
| 276 "--goma-jsonstatus", | 276 "--goma-jsonstatus", |
| 277 "/path/to/tmp/json", | 277 "/path/to/tmp/json", |
| 278 "--goma-service-account-json-file", |
| 279 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 278 "--goma-dir", | 280 "--goma-dir", |
| 279 "[CACHE]\\cipd\\goma", | 281 "[CACHE]\\cipd\\goma", |
| 280 "--", | 282 "--", |
| 281 "browser_tests", | 283 "browser_tests", |
| 282 "chromium_builder_webrtc", | 284 "chromium_builder_webrtc", |
| 283 "content_browsertests", | 285 "content_browsertests", |
| 284 "content_unittests", | 286 "content_unittests", |
| 285 "media_unittests", | 287 "media_unittests", |
| 286 "remoting_unittests" | 288 "remoting_unittests" |
| 287 ], | 289 ], |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 "~followup_annotations": [ | 378 "~followup_annotations": [ |
| 377 "@@@STEP_TEXT@Win7 Tester@@@" | 379 "@@@STEP_TEXT@Win7 Tester@@@" |
| 378 ] | 380 ] |
| 379 }, | 381 }, |
| 380 { | 382 { |
| 381 "name": "$result", | 383 "name": "$result", |
| 382 "recipe_result": null, | 384 "recipe_result": null, |
| 383 "status_code": 0 | 385 "status_code": 0 |
| 384 } | 386 } |
| 385 ] | 387 ] |
| OLD | NEW |