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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 "--ninja-path", | 305 "--ninja-path", |
306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 306 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
307 "--target", | 307 "--target", |
308 "Release", | 308 "Release", |
309 "--src-dir", | 309 "--src-dir", |
310 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", | 310 "[BUILDER_CACHE]\\CrWin7Goma_clbr_\\src", |
311 "--goma-cache-dir", | 311 "--goma-cache-dir", |
312 "[GOMA_CACHE]", | 312 "[GOMA_CACHE]", |
313 "--goma-deps-cache-dir", | 313 "--goma-deps-cache-dir", |
314 "[GOMA_DEPS_CACHE]", | 314 "[GOMA_DEPS_CACHE]", |
315 "--build-tool", | |
316 "ninja", | |
317 "--build-data-dir", | 315 "--build-data-dir", |
318 "[ROOT]\\build_data_dir", | 316 "[ROOT]\\build_data_dir", |
319 "--compiler", | 317 "--compiler", |
320 "goma", | 318 "goma", |
321 "--goma-jsonstatus", | 319 "--goma-jsonstatus", |
322 "/path/to/tmp/json", | 320 "/path/to/tmp/json", |
323 "--goma-service-account-json-file", | 321 "--goma-service-account-json-file", |
324 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 322 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
325 "--goma-dir", | 323 "--goma-dir", |
326 "[CACHE]\\cipd\\goma", | 324 "[CACHE]\\cipd\\goma", |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" | 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json" |
411 }, | 409 }, |
412 "name": "process_dumps" | 410 "name": "process_dumps" |
413 }, | 411 }, |
414 { | 412 { |
415 "name": "$result", | 413 "name": "$result", |
416 "recipe_result": null, | 414 "recipe_result": null, |
417 "status_code": 0 | 415 "status_code": 0 |
418 } | 416 } |
419 ] | 417 ] |
OLD | NEW |