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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_infra.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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "-m", 366 "-m",
367 "tryserver.chromium.linux", 367 "tryserver.chromium.linux",
368 "-b", 368 "-b",
369 "linux_chromium_rel_ng", 369 "linux_chromium_rel_ng",
370 "--config-file", 370 "--config-file",
371 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", 371 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl",
372 "--goma-dir", 372 "--goma-dir",
373 "[CACHE]/cipd/goma", 373 "[CACHE]/cipd/goma",
374 "//out/Release" 374 "//out/Release"
375 ], 375 ],
376 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
376 "env": { 377 "env": {
377 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 378 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
378 }, 379 },
379 "name": "generate_build_files (with patch)" 380 "name": "generate_build_files (with patch)"
380 }, 381 },
381 { 382 {
382 "cmd": [ 383 "cmd": [
383 "python", 384 "python",
384 "-u", 385 "-u",
385 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 386 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 "-m", 552 "-m",
552 "tryserver.chromium.linux", 553 "tryserver.chromium.linux",
553 "-b", 554 "-b",
554 "linux_chromium_rel_ng", 555 "linux_chromium_rel_ng",
555 "--config-file", 556 "--config-file",
556 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl", 557 "[BUILDER_CACHE]/linux_chromium_rel_ng/src/tools/mb/mb_config.pyl",
557 "--goma-dir", 558 "--goma-dir",
558 "[CACHE]/cipd/goma", 559 "[CACHE]/cipd/goma",
559 "//out/Release" 560 "//out/Release"
560 ], 561 ],
562 "cwd": "[BUILDER_CACHE]/linux_chromium_rel_ng/src",
561 "env": { 563 "env": {
562 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 564 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
563 }, 565 },
564 "name": "generate_build_files (without patch)" 566 "name": "generate_build_files (without patch)"
565 }, 567 },
566 { 568 {
567 "cmd": [ 569 "cmd": [
568 "python", 570 "python",
569 "-u", 571 "-u",
570 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 572 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@" 621 "@@@SET_BUILD_PROPERTY@failure_hash@\"935f5d19481d533c5ea3a8d2d4abf9174668 d7fe\"@@@"
620 ] 622 ]
621 }, 623 },
622 { 624 {
623 "name": "$result", 625 "name": "$result",
624 "reason": "Infra compile failure: Step Failure in compile (with patch)", 626 "reason": "Infra compile failure: Step Failure in compile (with patch)",
625 "recipe_result": null, 627 "recipe_result": null,
626 "status_code": 1 628 "status_code": 1
627 } 629 }
628 ] 630 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698