| 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 "--ninja-path", | 286 "--ninja-path", |
| 287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 287 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 288 "--target", | 288 "--target", |
| 289 "Release_x64", | 289 "Release_x64", |
| 290 "--src-dir", | 290 "--src-dir", |
| 291 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src", | 291 "[BUILDER_CACHE]\\Win_10_Fast_Ring\\src", |
| 292 "--goma-cache-dir", | 292 "--goma-cache-dir", |
| 293 "[GOMA_CACHE]", | 293 "[GOMA_CACHE]", |
| 294 "--goma-deps-cache-dir", | 294 "--goma-deps-cache-dir", |
| 295 "[GOMA_DEPS_CACHE]", | 295 "[GOMA_DEPS_CACHE]", |
| 296 "--build-tool", | |
| 297 "ninja", | |
| 298 "--build-data-dir", | 296 "--build-data-dir", |
| 299 "[ROOT]\\build_data_dir", | 297 "[ROOT]\\build_data_dir", |
| 300 "--compiler", | 298 "--compiler", |
| 301 "goma", | 299 "goma", |
| 302 "--goma-jsonstatus", | 300 "--goma-jsonstatus", |
| 303 "/path/to/tmp/json", | 301 "/path/to/tmp/json", |
| 304 "--goma-service-account-json-file", | 302 "--goma-service-account-json-file", |
| 305 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 303 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| 306 "--goma-dir", | 304 "--goma-dir", |
| 307 "[CACHE]\\cipd\\goma", | 305 "[CACHE]\\cipd\\goma", |
| 308 "--", | 306 "--", |
| 309 "All", | 307 "All", |
| 310 "chromium_builder_tests" | 308 "chromium_builder_tests" |
| 311 ], | 309 ], |
| 312 "env": { | 310 "env": { |
| 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 311 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 314 }, | 312 }, |
| 315 "name": "compile", | 313 "name": "compile", |
| 316 "~followup_annotations": [ | 314 "~followup_annotations": [ |
| 317 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 315 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 318 "@@@STEP_LOG_END@json.output (invalid)@@@" | 316 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 319 ] | 317 ] |
| 320 }, | 318 }, |
| 321 { | 319 { |
| 322 "name": "$result", | 320 "name": "$result", |
| 323 "recipe_result": null, | 321 "recipe_result": null, |
| 324 "status_code": 0 | 322 "status_code": 0 |
| 325 } | 323 } |
| 326 ] | 324 ] |
| OLD | NEW |