| 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 "/path/to/tmp/json", | 355 "/path/to/tmp/json", |
| 356 "--goma-service-account-json-file", | 356 "--goma-service-account-json-file", |
| 357 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 357 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 358 "--goma-dir", | 358 "--goma-dir", |
| 359 "[CACHE]\\cipd\\goma", | 359 "[CACHE]\\cipd\\goma", |
| 360 "--ninja-ensure-up-to-date", | 360 "--ninja-ensure-up-to-date", |
| 361 "--", | 361 "--", |
| 362 "browser_tests", | 362 "browser_tests", |
| 363 "browser_tests_run", | 363 "browser_tests_run", |
| 364 "chromium_builder_tests", | 364 "chromium_builder_tests", |
| 365 "mini_installer" | 365 "mini_installer", |
| 366 "next_version_mini_installer" |
| 366 ], | 367 ], |
| 367 "env": { | 368 "env": { |
| 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 369 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 369 }, | 370 }, |
| 370 "name": "compile", | 371 "name": "compile", |
| 371 "~followup_annotations": [ | 372 "~followup_annotations": [ |
| 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 373 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 373 "@@@STEP_LOG_END@json.output (invalid)@@@" | 374 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 374 ] | 375 ] |
| 375 }, | 376 }, |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 "~followup_annotations": [ | 466 "~followup_annotations": [ |
| 466 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" | 467 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" |
| 467 ] | 468 ] |
| 468 }, | 469 }, |
| 469 { | 470 { |
| 470 "name": "$result", | 471 "name": "$result", |
| 471 "recipe_result": null, | 472 "recipe_result": null, |
| 472 "status_code": 0 | 473 "status_code": 0 |
| 473 } | 474 } |
| 474 ] | 475 ] |
| OLD | NEW |