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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_with_component_rev.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]/v8_linux_chromium_gn_rel", 7 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 "-m", 355 "-m",
356 "tryserver.v8", 356 "tryserver.v8",
357 "-b", 357 "-b",
358 "v8_linux_chromium_gn_rel", 358 "v8_linux_chromium_gn_rel",
359 "--config-file", 359 "--config-file",
360 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb_config.pyl", 360 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb_config.pyl",
361 "--goma-dir", 361 "--goma-dir",
362 "[CACHE]/cipd/goma", 362 "[CACHE]/cipd/goma",
363 "//out/Release" 363 "//out/Release"
364 ], 364 ],
365 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
365 "env": { 366 "env": {
366 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 367 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
367 }, 368 },
368 "name": "generate_build_files (with patch)" 369 "name": "generate_build_files (with patch)"
369 }, 370 },
370 { 371 {
371 "cmd": [ 372 "cmd": [
372 "python", 373 "python",
373 "-u", 374 "-u",
374 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 375 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 "-m", 543 "-m",
543 "tryserver.v8", 544 "tryserver.v8",
544 "-b", 545 "-b",
545 "v8_linux_chromium_gn_rel", 546 "v8_linux_chromium_gn_rel",
546 "--config-file", 547 "--config-file",
547 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb_config.pyl", 548 "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src/tools/mb/mb_config.pyl",
548 "--goma-dir", 549 "--goma-dir",
549 "[CACHE]/cipd/goma", 550 "[CACHE]/cipd/goma",
550 "//out/Release" 551 "//out/Release"
551 ], 552 ],
553 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel/src",
552 "env": { 554 "env": {
553 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 555 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
554 }, 556 },
555 "name": "generate_build_files (without patch)" 557 "name": "generate_build_files (without patch)"
556 }, 558 },
557 { 559 {
558 "cmd": [ 560 "cmd": [
559 "python", 561 "python",
560 "-u", 562 "-u",
561 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 563 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 618 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
617 ] 619 ]
618 }, 620 },
619 { 621 {
620 "name": "$result", 622 "name": "$result",
621 "reason": "Step('compile (with patch)') failed with return_code 1", 623 "reason": "Step('compile (with patch)') failed with return_code 1",
622 "recipe_result": null, 624 "recipe_result": null,
623 "status_code": 1 625 "status_code": 1
624 } 626 }
625 ] 627 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698