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

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

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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_chromium_rel_ng", 7 "[BUILDER_CACHE]/linux_chromium_rel_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 "-b", 388 "-b",
389 "linux_chromium_rel_ng", 389 "linux_chromium_rel_ng",
390 "--config-file", 390 "--config-file",
391 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", 391 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl",
392 "--goma-dir", 392 "--goma-dir",
393 "[CACHE]/cipd/goma", 393 "[CACHE]/cipd/goma",
394 "--swarming-targets-file", 394 "--swarming-targets-file",
395 "gl_tests\n", 395 "gl_tests\n",
396 "//out/Release" 396 "//out/Release"
397 ], 397 ],
398 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
398 "env": { 399 "env": {
399 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 400 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
400 }, 401 },
401 "name": "generate_build_files (with patch)", 402 "name": "generate_build_files (with patch)",
402 "~followup_annotations": [ 403 "~followup_annotations": [
403 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", 404 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@",
404 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 405 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
405 ] 406 ]
406 }, 407 },
407 { 408 {
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
778 "-b", 779 "-b",
779 "linux_chromium_rel_ng", 780 "linux_chromium_rel_ng",
780 "--config-file", 781 "--config-file",
781 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", 782 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl",
782 "--goma-dir", 783 "--goma-dir",
783 "[CACHE]/cipd/goma", 784 "[CACHE]/cipd/goma",
784 "--swarming-targets-file", 785 "--swarming-targets-file",
785 "gl_tests\n", 786 "gl_tests\n",
786 "//out/Release" 787 "//out/Release"
787 ], 788 ],
788 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng", 789 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
789 "env": { 790 "env": {
790 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 791 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
791 }, 792 },
792 "name": "generate_build_files (without patch)", 793 "name": "generate_build_files (without patch)",
793 "~followup_annotations": [ 794 "~followup_annotations": [
794 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@", 795 "@@@STEP_LOG_LINE@swarming-targets-file.txt@gl_tests@@@",
795 "@@@STEP_LOG_END@swarming-targets-file.txt@@@" 796 "@@@STEP_LOG_END@swarming-targets-file.txt@@@"
796 ] 797 ]
797 }, 798 },
798 { 799 {
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@" 1051 "@@@SET_BUILD_PROPERTY@failure_hash@\"2c817ab2d4394c69c9b8a0698b954936d9e1 fb76\"@@@"
1051 ] 1052 ]
1052 }, 1053 },
1053 { 1054 {
1054 "name": "$result", 1055 "name": "$result",
1055 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1", 1056 "reason": "1 out of 1 aggregated steps failed. Failures: Step('gl_tests (ret ry summary)') failed with return_code 1",
1056 "recipe_result": null, 1057 "recipe_result": null,
1057 "status_code": 1 1058 "status_code": 1
1058 } 1059 }
1059 ] 1060 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698