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

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

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

Powered by Google App Engine
This is Rietveld 408576698