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 380 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 "--src-dir", | 391 "--src-dir", |
392 "[BUILDER_CACHE]\\win_archive\\src", | 392 "[BUILDER_CACHE]\\win_archive\\src", |
393 "--goma-cache-dir", | 393 "--goma-cache-dir", |
394 "[GOMA_CACHE]", | 394 "[GOMA_CACHE]", |
395 "--buildbot-buildername", | 395 "--buildbot-buildername", |
396 "win_archive", | 396 "win_archive", |
397 "--buildbot-mastername", | 397 "--buildbot-mastername", |
398 "tryserver.chromium.win", | 398 "tryserver.chromium.win", |
399 "--buildbot-slavename", | 399 "--buildbot-slavename", |
400 "TestSlavename", | 400 "TestSlavename", |
401 "--goma-deps-cache-dir", | 401 "--goma-deps-cache-file", |
402 "[GOMA_DEPS_CACHE]", | 402 "win_archive.gomadeps", |
403 "--compiler", | 403 "--compiler", |
404 "goma", | 404 "goma", |
405 "--goma-jsonstatus", | 405 "--goma-jsonstatus", |
406 "/path/to/tmp/json", | 406 "/path/to/tmp/json", |
407 "--goma-service-account-json-file", | 407 "--goma-service-account-json-file", |
408 "C:\\creds\\service_accounts\\service-account-goma-client.json", | 408 "C:\\creds\\service_accounts\\service-account-goma-client.json", |
409 "--goma-dir", | 409 "--goma-dir", |
410 "[CACHE]\\cipd\\goma", | 410 "[CACHE]\\cipd\\goma", |
411 "--goma-fail-fast", | 411 "--goma-fail-fast", |
412 "--goma-disable-local-fallback", | 412 "--goma-disable-local-fallback", |
(...skipping 17 matching lines...) Expand all Loading... |
430 "import sys; sys.exit(0)" | 430 "import sys; sys.exit(0)" |
431 ], | 431 ], |
432 "name": "mark: before_tests" | 432 "name": "mark: before_tests" |
433 }, | 433 }, |
434 { | 434 { |
435 "name": "$result", | 435 "name": "$result", |
436 "recipe_result": null, | 436 "recipe_result": null, |
437 "status_code": 0 | 437 "status_code": 0 |
438 } | 438 } |
439 ] | 439 ] |
OLD | NEW |