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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 "--src-dir", | 293 "--src-dir", |
294 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src", | 294 "[BUILDER_CACHE]\\Win_ASan_Release_Coverage\\src", |
295 "--goma-cache-dir", | 295 "--goma-cache-dir", |
296 "[GOMA_CACHE]", | 296 "[GOMA_CACHE]", |
297 "--buildbot-buildername", | 297 "--buildbot-buildername", |
298 "Win ASan Release Coverage", | 298 "Win ASan Release Coverage", |
299 "--buildbot-mastername", | 299 "--buildbot-mastername", |
300 "chromium.lkgr", | 300 "chromium.lkgr", |
301 "--buildbot-slavename", | 301 "--buildbot-slavename", |
302 "TestSlavename", | 302 "TestSlavename", |
303 "--goma-deps-cache-dir", | 303 "--goma-deps-cache-file", |
304 "[GOMA_DEPS_CACHE]", | 304 "Win_ASan_Release_Coverage.gomadeps", |
305 "--build-data-dir", | 305 "--build-data-dir", |
306 "[ROOT]\\build_data_dir", | 306 "[ROOT]\\build_data_dir", |
307 "--compiler", | 307 "--compiler", |
308 "goma-clang", | 308 "goma-clang", |
309 "--goma-jsonstatus", | 309 "--goma-jsonstatus", |
310 "/path/to/tmp/json", | 310 "/path/to/tmp/json", |
311 "--goma-service-account-json-file", | 311 "--goma-service-account-json-file", |
312 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 312 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
313 "--goma-dir", | 313 "--goma-dir", |
314 "[CACHE]\\cipd\\goma", | 314 "[CACHE]\\cipd\\goma", |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 397 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
398 "@@@STEP_LOG_END@python.inline@@@" | 398 "@@@STEP_LOG_END@python.inline@@@" |
399 ] | 399 ] |
400 }, | 400 }, |
401 { | 401 { |
402 "name": "$result", | 402 "name": "$result", |
403 "recipe_result": null, | 403 "recipe_result": null, |
404 "status_code": 0 | 404 "status_code": 0 |
405 } | 405 } |
406 ] | 406 ] |
OLD | NEW |