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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_test_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 "\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 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "--gsutil-py-path", 422 "--gsutil-py-path",
423 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 423 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
424 "--ninja-path", 424 "--ninja-path",
425 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 425 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
426 "--target", 426 "--target",
427 "Release", 427 "Release",
428 "--src-dir", 428 "--src-dir",
429 "[BUILDER_CACHE]/linux/src", 429 "[BUILDER_CACHE]/linux/src",
430 "--goma-cache-dir", 430 "--goma-cache-dir",
431 "[GOMA_CACHE]", 431 "[GOMA_CACHE]",
432 "--buildbot-buildername",
433 "linux_chromium_rel_ng",
434 "--buildbot-mastername",
435 "tryserver.chromium.linux",
436 "--buildbot-slavename",
437 "TestSlavename",
438 "--goma-deps-cache-dir", 432 "--goma-deps-cache-dir",
439 "[GOMA_DEPS_CACHE]", 433 "[GOMA_DEPS_CACHE]",
440 "--compiler", 434 "--compiler",
441 "goma", 435 "goma",
442 "--goma-jsonstatus", 436 "--goma-jsonstatus",
443 "/path/to/tmp/json", 437 "/path/to/tmp/json",
444 "--goma-service-account-json-file", 438 "--goma-service-account-json-file",
445 "/creds/service_accounts/service-account-goma-client.json", 439 "/creds/service_accounts/service-account-goma-client.json",
446 "--goma-dir", 440 "--goma-dir",
447 "[CACHE]/cipd/goma", 441 "[CACHE]/cipd/goma",
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 "--gsutil-py-path", 812 "--gsutil-py-path",
819 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", 813 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
820 "--ninja-path", 814 "--ninja-path",
821 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 815 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
822 "--target", 816 "--target",
823 "Release", 817 "Release",
824 "--src-dir", 818 "--src-dir",
825 "[BUILDER_CACHE]/linux/src", 819 "[BUILDER_CACHE]/linux/src",
826 "--goma-cache-dir", 820 "--goma-cache-dir",
827 "[GOMA_CACHE]", 821 "[GOMA_CACHE]",
828 "--buildbot-buildername",
829 "linux_chromium_rel_ng",
830 "--buildbot-mastername",
831 "tryserver.chromium.linux",
832 "--buildbot-slavename",
833 "TestSlavename",
834 "--goma-deps-cache-dir", 822 "--goma-deps-cache-dir",
835 "[GOMA_DEPS_CACHE]", 823 "[GOMA_DEPS_CACHE]",
836 "--compiler", 824 "--compiler",
837 "goma", 825 "goma",
838 "--goma-jsonstatus", 826 "--goma-jsonstatus",
839 "/path/to/tmp/json", 827 "/path/to/tmp/json",
840 "--goma-service-account-json-file", 828 "--goma-service-account-json-file",
841 "/creds/service_accounts/service-account-goma-client.json", 829 "/creds/service_accounts/service-account-goma-client.json",
842 "--goma-dir", 830 "--goma-dir",
843 "[CACHE]/cipd/goma", 831 "[CACHE]/cipd/goma",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
1068 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 1056 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
1069 ] 1057 ]
1070 }, 1058 },
1071 { 1059 {
1072 "name": "$result", 1060 "name": "$result",
1073 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 1061 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
1074 "recipe_result": null, 1062 "recipe_result": null,
1075 "status_code": 1 1063 "status_code": 1
1076 } 1064 }
1077 ] 1065 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698