| 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 353 "--goma-jsonstatus", | 353 "--goma-jsonstatus", |
| 354 "/path/to/tmp/json", | 354 "/path/to/tmp/json", |
| 355 "--goma-service-account-json-file", | 355 "--goma-service-account-json-file", |
| 356 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 356 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 357 "--goma-dir", | 357 "--goma-dir", |
| 358 "[CACHE]\\cipd\\goma", | 358 "[CACHE]\\cipd\\goma", |
| 359 "--ninja-ensure-up-to-date", | 359 "--ninja-ensure-up-to-date", |
| 360 "--", | 360 "--", |
| 361 "browser_tests", | 361 "browser_tests", |
| 362 "browser_tests_run", | 362 "browser_tests_run", |
| 363 "mini_installer" | 363 "mini_installer", |
| 364 "next_version_mini_installer" |
| 364 ], | 365 ], |
| 365 "env": { | 366 "env": { |
| 366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 367 }, | 368 }, |
| 368 "name": "compile", | 369 "name": "compile", |
| 369 "~followup_annotations": [ | 370 "~followup_annotations": [ |
| 370 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 371 "@@@STEP_LOG_END@json.output (invalid)@@@" | 372 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 372 ] | 373 ] |
| 373 }, | 374 }, |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 "~followup_annotations": [ | 481 "~followup_annotations": [ |
| 481 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" | 482 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" |
| 482 ] | 483 ] |
| 483 }, | 484 }, |
| 484 { | 485 { |
| 485 "name": "$result", | 486 "name": "$result", |
| 486 "recipe_result": null, | 487 "recipe_result": null, |
| 487 "status_code": 0 | 488 "status_code": 0 |
| 488 } | 489 } |
| 489 ] | 490 ] |
| OLD | NEW |