Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/process_dumps_failure.json

Issue 2304063002: Revert "Avoid to use environment." (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 "--gsutil-py-path", 412 "--gsutil-py-path",
413 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 413 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
414 "--ninja-path", 414 "--ninja-path",
415 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 415 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
416 "--target", 416 "--target",
417 "Release", 417 "Release",
418 "--src-dir", 418 "--src-dir",
419 "[BUILDER_CACHE]\\win\\src", 419 "[BUILDER_CACHE]\\win\\src",
420 "--goma-cache-dir", 420 "--goma-cache-dir",
421 "[GOMA_CACHE]", 421 "[GOMA_CACHE]",
422 "--buildbot-buildername",
423 "win_chromium_rel_ng",
424 "--buildbot-mastername",
425 "tryserver.chromium.win",
426 "--buildbot-slavename",
427 "TestSlavename",
428 "--goma-deps-cache-dir", 422 "--goma-deps-cache-dir",
429 "[GOMA_DEPS_CACHE]", 423 "[GOMA_DEPS_CACHE]",
430 "--compiler", 424 "--compiler",
431 "goma", 425 "goma",
432 "--goma-jsonstatus", 426 "--goma-jsonstatus",
433 "/path/to/tmp/json", 427 "/path/to/tmp/json",
434 "--goma-service-account-json-file", 428 "--goma-service-account-json-file",
435 "C:\\creds\\service_accounts\\service-account-goma-client.json", 429 "C:\\creds\\service_accounts\\service-account-goma-client.json",
436 "--goma-dir", 430 "--goma-dir",
437 "[CACHE]\\cipd\\goma", 431 "[CACHE]\\cipd\\goma",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 "step returned non-zero exit code: 1", 492 "step returned non-zero exit code: 1",
499 "@@@STEP_EXCEPTION@@@" 493 "@@@STEP_EXCEPTION@@@"
500 ] 494 ]
501 }, 495 },
502 { 496 {
503 "name": "$result", 497 "name": "$result",
504 "recipe_result": null, 498 "recipe_result": null,
505 "status_code": 0 499 "status_code": 0
506 } 500 }
507 ] 501 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698