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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/too_many_failures_for_retcode.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_layout", 7 "[BUILDER_CACHE]/linux_layout",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 "-m", 340 "-m",
341 "tryserver.blink", 341 "tryserver.blink",
342 "-b", 342 "-b",
343 "linux_blink_rel", 343 "linux_blink_rel",
344 "--config-file", 344 "--config-file",
345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", 345 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl",
346 "--goma-dir", 346 "--goma-dir",
347 "[CACHE]/cipd/goma", 347 "[CACHE]/cipd/goma",
348 "//out/Release" 348 "//out/Release"
349 ], 349 ],
350 "cwd": "[BUILDER_CACHE]/linux_layout/src",
350 "env": { 351 "env": {
351 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 352 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
352 }, 353 },
353 "name": "generate_build_files (with patch)" 354 "name": "generate_build_files (with patch)"
354 }, 355 },
355 { 356 {
356 "cmd": [ 357 "cmd": [
357 "python", 358 "python",
358 "-u", 359 "-u",
359 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 360 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "-m", 598 "-m",
598 "tryserver.blink", 599 "tryserver.blink",
599 "-b", 600 "-b",
600 "linux_blink_rel", 601 "linux_blink_rel",
601 "--config-file", 602 "--config-file",
602 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl", 603 "[BUILDER_CACHE]/linux_layout/src/tools/mb/mb_config.pyl",
603 "--goma-dir", 604 "--goma-dir",
604 "[CACHE]/cipd/goma", 605 "[CACHE]/cipd/goma",
605 "//out/Release" 606 "//out/Release"
606 ], 607 ],
607 "cwd": "[BUILDER_CACHE]/linux_layout", 608 "cwd": "[BUILDER_CACHE]/linux_layout/src",
608 "env": { 609 "env": {
609 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 610 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
610 }, 611 },
611 "name": "generate_build_files (without patch)" 612 "name": "generate_build_files (without patch)"
612 }, 613 },
613 { 614 {
614 "cmd": [ 615 "cmd": [
615 "python", 616 "python",
616 "-u", 617 "-u",
617 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 618 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1 5ac5\"@@@" 722 "@@@SET_BUILD_PROPERTY@failure_hash@\"8c01a91e897840b224972c26207016e752e1 5ac5\"@@@"
722 ] 723 ]
723 }, 724 },
724 { 725 {
725 "name": "$result", 726 "name": "$result",
726 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1", 727 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests (retry summary)') failed with return_code 1",
727 "recipe_result": null, 728 "recipe_result": null,
728 "status_code": 1 729 "status_code": 1
729 } 730 }
730 ] 731 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698