| 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 "name": "taskkill" | 8 "name": "taskkill" |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 "/path/to/tmp/json", | 322 "/path/to/tmp/json", |
| 323 "--goma-service-account-json-file", | 323 "--goma-service-account-json-file", |
| 324 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 324 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 325 "--goma-dir", | 325 "--goma-dir", |
| 326 "[CACHE]\\cipd\\goma", | 326 "[CACHE]\\cipd\\goma", |
| 327 "--ninja-ensure-up-to-date", | 327 "--ninja-ensure-up-to-date", |
| 328 "--", | 328 "--", |
| 329 "browser_tests", | 329 "browser_tests", |
| 330 "browser_tests_run", | 330 "browser_tests_run", |
| 331 "chromium_builder_tests", | 331 "chromium_builder_tests", |
| 332 "mini_installer" | 332 "mini_installer", |
| 333 "next_version_mini_installer" |
| 333 ], | 334 ], |
| 334 "env": { | 335 "env": { |
| 335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 336 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 336 }, | 337 }, |
| 337 "name": "compile", | 338 "name": "compile", |
| 338 "~followup_annotations": [ | 339 "~followup_annotations": [ |
| 339 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 340 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 340 "@@@STEP_LOG_END@json.output (invalid)@@@" | 341 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 341 ] | 342 ] |
| 342 }, | 343 }, |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 "~followup_annotations": [ | 425 "~followup_annotations": [ |
| 425 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 426 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
| 426 ] | 427 ] |
| 427 }, | 428 }, |
| 428 { | 429 { |
| 429 "name": "$result", | 430 "name": "$result", |
| 430 "recipe_result": null, | 431 "recipe_result": null, |
| 431 "status_code": 0 | 432 "status_code": 0 |
| 432 } | 433 } |
| 433 ] | 434 ] |
| OLD | NEW |