| 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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "chromium_builder_tests", | 363 "chromium_builder_tests", |
| 364 "mini_installer" | 364 "mini_installer", |
| 365 "next_version_mini_installer" |
| 365 ], | 366 ], |
| 366 "env": { | 367 "env": { |
| 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 368 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 368 }, | 369 }, |
| 369 "name": "compile", | 370 "name": "compile", |
| 370 "~followup_annotations": [ | 371 "~followup_annotations": [ |
| 371 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 372 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 372 "@@@STEP_LOG_END@json.output (invalid)@@@" | 373 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 373 ] | 374 ] |
| 374 }, | 375 }, |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 "~followup_annotations": [ | 482 "~followup_annotations": [ |
| 482 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" | 483 "@@@STEP_TEXT@Win7 (32) Tests<br />Win7 Tests (1)@@@" |
| 483 ] | 484 ] |
| 484 }, | 485 }, |
| 485 { | 486 { |
| 486 "name": "$result", | 487 "name": "$result", |
| 487 "recipe_result": null, | 488 "recipe_result": null, |
| 488 "status_code": 0 | 489 "status_code": 0 |
| 489 } | 490 } |
| 490 ] | 491 ] |
| OLD | NEW |