| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 "--gsutil-py-path", | 254 "--gsutil-py-path", |
| 255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", | 255 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 256 "--ninja-path", | 256 "--ninja-path", |
| 257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 257 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 258 "--target", | 258 "--target", |
| 259 "Release_x64", | 259 "Release_x64", |
| 260 "--src-dir", | 260 "--src-dir", |
| 261 "[BUILDER_CACHE]\\Win_x64_Builder\\src", | 261 "[BUILDER_CACHE]\\Win_x64_Builder\\src", |
| 262 "--goma-cache-dir", | 262 "--goma-cache-dir", |
| 263 "[GOMA_CACHE]", | 263 "[GOMA_CACHE]", |
| 264 "--buildbot-buildername", | |
| 265 "Win x64 Builder", | |
| 266 "--buildbot-mastername", | |
| 267 "chromium.perf", | |
| 268 "--buildbot-slavename", | |
| 269 "TestSlavename", | |
| 270 "--goma-deps-cache-dir", | 264 "--goma-deps-cache-dir", |
| 271 "[GOMA_DEPS_CACHE]", | 265 "[GOMA_DEPS_CACHE]", |
| 272 "--build-data-dir", | 266 "--build-data-dir", |
| 273 "[ROOT]\\build_data_dir", | 267 "[ROOT]\\build_data_dir", |
| 274 "--compiler", | 268 "--compiler", |
| 275 "goma", | 269 "goma", |
| 276 "--goma-jsonstatus", | 270 "--goma-jsonstatus", |
| 277 "/path/to/tmp/json", | 271 "/path/to/tmp/json", |
| 278 "--goma-service-account-json-file", | 272 "--goma-service-account-json-file", |
| 279 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 273 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
| (...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1213 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 1207 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
| 1214 }, | 1208 }, |
| 1215 "name": "process_dumps" | 1209 "name": "process_dumps" |
| 1216 }, | 1210 }, |
| 1217 { | 1211 { |
| 1218 "name": "$result", | 1212 "name": "$result", |
| 1219 "recipe_result": null, | 1213 "recipe_result": null, |
| 1220 "status_code": 0 | 1214 "status_code": 0 |
| 1221 } | 1215 } |
| 1222 ] | 1216 ] |
| OLD | NEW |