| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "--gsutil-py-path", | 267 "--gsutil-py-path", |
| 268 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 268 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 269 "--ninja-path", | 269 "--ninja-path", |
| 270 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 270 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 271 "--target", | 271 "--target", |
| 272 "Release", | 272 "Release", |
| 273 "--src-dir", | 273 "--src-dir", |
| 274 "[BUILDER_CACHE]\\Print_Preview_Win\\src", | 274 "[BUILDER_CACHE]\\Print_Preview_Win\\src", |
| 275 "--goma-cache-dir", | 275 "--goma-cache-dir", |
| 276 "[GOMA_CACHE]", | 276 "[GOMA_CACHE]", |
| 277 "--buildbot-buildername", | |
| 278 "Print Preview Win", | |
| 279 "--buildbot-mastername", | |
| 280 "chromium.fyi", | |
| 281 "--buildbot-slavename", | |
| 282 "TestSlavename", | |
| 283 "--goma-deps-cache-dir", | 277 "--goma-deps-cache-dir", |
| 284 "[GOMA_DEPS_CACHE]", | 278 "[GOMA_DEPS_CACHE]", |
| 285 "--build-data-dir", | 279 "--build-data-dir", |
| 286 "[ROOT]\\build_data_dir", | 280 "[ROOT]\\build_data_dir", |
| 287 "--compiler", | 281 "--compiler", |
| 288 "goma", | 282 "goma", |
| 289 "--goma-jsonstatus", | 283 "--goma-jsonstatus", |
| 290 "/path/to/tmp/json", | 284 "/path/to/tmp/json", |
| 291 "--goma-service-account-json-file", | 285 "--goma-service-account-json-file", |
| 292 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 286 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 340 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 347 }, | 341 }, |
| 348 "name": "process_dumps" | 342 "name": "process_dumps" |
| 349 }, | 343 }, |
| 350 { | 344 { |
| 351 "name": "$result", | 345 "name": "$result", |
| 352 "recipe_result": null, | 346 "recipe_result": null, |
| 353 "status_code": 0 | 347 "status_code": 0 |
| 354 } | 348 } |
| 355 ] | 349 ] |
| OLD | NEW |