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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 "--ninja-path", | 295 "--ninja-path", |
296 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 296 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
297 "--target", | 297 "--target", |
298 "Debug", | 298 "Debug", |
299 "--src-dir", | 299 "--src-dir", |
300 "[BUILDER_CACHE]\\CrWinClngLLDdbg\\src", | 300 "[BUILDER_CACHE]\\CrWinClngLLDdbg\\src", |
301 "--goma-cache-dir", | 301 "--goma-cache-dir", |
302 "[GOMA_CACHE]", | 302 "[GOMA_CACHE]", |
303 "--goma-deps-cache-dir", | 303 "--goma-deps-cache-dir", |
304 "[GOMA_DEPS_CACHE]", | 304 "[GOMA_DEPS_CACHE]", |
305 "--build-tool", | |
306 "ninja", | |
307 "--build-data-dir", | 305 "--build-data-dir", |
308 "[ROOT]\\build_data_dir", | 306 "[ROOT]\\build_data_dir", |
309 "--compiler", | 307 "--compiler", |
310 "clang", | 308 "clang", |
311 "--", | 309 "--", |
312 "all" | 310 "all" |
313 ], | 311 ], |
314 "env": { | 312 "env": { |
315 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", | 313 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac
count-goma-client.json", |
316 "LLVM_FORCE_HEAD_REVISION": "YES" | 314 "LLVM_FORCE_HEAD_REVISION": "YES" |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
407 "~followup_annotations": [ | 405 "~followup_annotations": [ |
408 "@@@STEP_TEXT@CrWinClngLLDdbg tester@@@" | 406 "@@@STEP_TEXT@CrWinClngLLDdbg tester@@@" |
409 ] | 407 ] |
410 }, | 408 }, |
411 { | 409 { |
412 "name": "$result", | 410 "name": "$result", |
413 "recipe_result": null, | 411 "recipe_result": null, |
414 "status_code": 0 | 412 "status_code": 0 |
415 } | 413 } |
416 ] | 414 ] |
OLD | NEW |