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

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

Issue 2306523002: Avoid to use environment. (Closed)
Patch Set: rebase 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",
422 "--goma-deps-cache-dir", 428 "--goma-deps-cache-dir",
423 "[GOMA_DEPS_CACHE]", 429 "[GOMA_DEPS_CACHE]",
424 "--compiler", 430 "--compiler",
425 "goma", 431 "goma",
426 "--goma-jsonstatus", 432 "--goma-jsonstatus",
427 "/path/to/tmp/json", 433 "/path/to/tmp/json",
428 "--goma-service-account-json-file", 434 "--goma-service-account-json-file",
429 "C:\\creds\\service_accounts\\service-account-goma-client.json", 435 "C:\\creds\\service_accounts\\service-account-goma-client.json",
430 "--goma-dir", 436 "--goma-dir",
431 "[CACHE]\\cipd\\goma", 437 "[CACHE]\\cipd\\goma",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 "step returned non-zero exit code: 1", 498 "step returned non-zero exit code: 1",
493 "@@@STEP_EXCEPTION@@@" 499 "@@@STEP_EXCEPTION@@@"
494 ] 500 ]
495 }, 501 },
496 { 502 {
497 "name": "$result", 503 "name": "$result",
498 "recipe_result": null, 504 "recipe_result": null,
499 "status_code": 0 505 "status_code": 0
500 } 506 }
501 ] 507 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698