| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 "-b", | 309 "-b", |
| 310 "Win x64 Builder", | 310 "Win x64 Builder", |
| 311 "--config-file", | 311 "--config-file", |
| 312 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", | 312 "[BUILDER_CACHE]\\win\\src\\tools\\mb\\mb_config.pyl", |
| 313 "--goma-dir", | 313 "--goma-dir", |
| 314 "[CACHE]\\cipd\\goma", | 314 "[CACHE]\\cipd\\goma", |
| 315 "--swarming-targets-file", | 315 "--swarming-targets-file", |
| 316 "browser_tests\n", | 316 "browser_tests\n", |
| 317 "//out/Release_x64" | 317 "//out/Release_x64" |
| 318 ], | 318 ], |
| 319 "cwd": "[BUILDER_CACHE]\\win\\src", |
| 319 "env": { | 320 "env": { |
| 320 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 321 }, | 322 }, |
| 322 "name": "generate_build_files", | 323 "name": "generate_build_files", |
| 323 "~followup_annotations": [ | 324 "~followup_annotations": [ |
| 324 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", | 325 "@@@STEP_LOG_LINE@swarming-targets-file.txt@browser_tests@@@", |
| 325 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" | 326 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" |
| 326 ] | 327 ] |
| 327 }, | 328 }, |
| 328 { | 329 { |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "~followup_annotations": [ | 480 "~followup_annotations": [ |
| 480 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" | 481 "@@@STEP_TEXT@Win 7 Tests x64 (1)<br />Win10 Tests x64@@@" |
| 481 ] | 482 ] |
| 482 }, | 483 }, |
| 483 { | 484 { |
| 484 "name": "$result", | 485 "name": "$result", |
| 485 "recipe_result": null, | 486 "recipe_result": null, |
| 486 "status_code": 0 | 487 "status_code": 0 |
| 487 } | 488 } |
| 488 ] | 489 ] |
| OLD | NEW |