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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 "--gsutil-py-path", 396 "--gsutil-py-path",
397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 397 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
398 "--ninja-path", 398 "--ninja-path",
399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 399 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
400 "--target", 400 "--target",
401 "Release", 401 "Release",
402 "--src-dir", 402 "--src-dir",
403 "[BUILDER_CACHE]/linux/src", 403 "[BUILDER_CACHE]/linux/src",
404 "--goma-cache-dir", 404 "--goma-cache-dir",
405 "[GOMA_CACHE]", 405 "[GOMA_CACHE]",
406 "--buildbot-buildername",
407 "linux_chromium_rel_ng",
408 "--buildbot-mastername",
409 "tryserver.chromium.linux",
410 "--buildbot-slavename",
411 "TestSlavename",
412 "--goma-deps-cache-dir", 406 "--goma-deps-cache-dir",
413 "[GOMA_DEPS_CACHE]", 407 "[GOMA_DEPS_CACHE]",
414 "--compiler", 408 "--compiler",
415 "goma", 409 "goma",
416 "--goma-jsonstatus", 410 "--goma-jsonstatus",
417 "/path/to/tmp/json", 411 "/path/to/tmp/json",
418 "--goma-service-account-json-file", 412 "--goma-service-account-json-file",
419 "/creds/service_accounts/service-account-goma-client.json", 413 "/creds/service_accounts/service-account-goma-client.json",
420 "--goma-dir", 414 "--goma-dir",
421 "[CACHE]/cipd/goma", 415 "[CACHE]/cipd/goma",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
626 "--gsutil-py-path", 620 "--gsutil-py-path",
627 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 621 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
628 "--ninja-path", 622 "--ninja-path",
629 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 623 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
630 "--target", 624 "--target",
631 "Release", 625 "Release",
632 "--src-dir", 626 "--src-dir",
633 "[BUILDER_CACHE]/linux/src", 627 "[BUILDER_CACHE]/linux/src",
634 "--goma-cache-dir", 628 "--goma-cache-dir",
635 "[GOMA_CACHE]", 629 "[GOMA_CACHE]",
636 "--buildbot-buildername",
637 "linux_chromium_rel_ng",
638 "--buildbot-mastername",
639 "tryserver.chromium.linux",
640 "--buildbot-slavename",
641 "TestSlavename",
642 "--goma-deps-cache-dir", 630 "--goma-deps-cache-dir",
643 "[GOMA_DEPS_CACHE]", 631 "[GOMA_DEPS_CACHE]",
644 "--compiler", 632 "--compiler",
645 "goma", 633 "goma",
646 "--goma-jsonstatus", 634 "--goma-jsonstatus",
647 "/path/to/tmp/json", 635 "/path/to/tmp/json",
648 "--goma-service-account-json-file", 636 "--goma-service-account-json-file",
649 "/creds/service_accounts/service-account-goma-client.json", 637 "/creds/service_accounts/service-account-goma-client.json",
650 "--goma-dir", 638 "--goma-dir",
651 "[CACHE]/cipd/goma", 639 "[CACHE]/cipd/goma",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 710 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
723 ] 711 ]
724 }, 712 },
725 { 713 {
726 "name": "$result", 714 "name": "$result",
727 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 715 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
728 "recipe_result": null, 716 "recipe_result": null,
729 "status_code": 1 717 "status_code": 1
730 } 718 }
731 ] 719 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698