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

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

Issue 2166343002: chromium_tests: use correct cwd for deapplying patch (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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
445 "https://codereview.chromium.org", 445 "https://codereview.chromium.org",
446 "--output_json", 446 "--output_json",
447 "/path/to/tmp/json", 447 "/path/to/tmp/json",
448 "--revision", 448 "--revision",
449 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 449 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
450 "--revision", 450 "--revision",
451 "src/v8@801ada225ddc271c132c3a35f03975671d43e399", 451 "src/v8@801ada225ddc271c132c3a35f03975671d43e399",
452 "--force", 452 "--force",
453 "--output_manifest" 453 "--output_manifest"
454 ], 454 ],
455 "cwd": "[BUILDER_CACHE]/v8_linux_chromium_gn_rel",
455 "env": { 456 "env": {
456 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 457 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
457 }, 458 },
458 "name": "bot_update (without patch)", 459 "name": "bot_update (without patch)",
459 "~followup_annotations": [ 460 "~followup_annotations": [
460 "@@@STEP_TEXT@Some step text@@@", 461 "@@@STEP_TEXT@Some step text@@@",
461 "@@@STEP_LOG_LINE@json.output@{@@@", 462 "@@@STEP_LOG_LINE@json.output@{@@@",
462 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 463 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
463 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 464 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
464 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\", @@@", 465 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\", @@@",
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@" 619 "@@@SET_BUILD_PROPERTY@failure_hash@\"4d6a903860330c798a14ca4fb8a3b9ea8c90 b814\"@@@"
619 ] 620 ]
620 }, 621 },
621 { 622 {
622 "name": "$result", 623 "name": "$result",
623 "reason": "Step('compile (with patch)') failed with return_code 1", 624 "reason": "Step('compile (with patch)') failed with return_code 1",
624 "recipe_result": null, 625 "recipe_result": null,
625 "status_code": 1 626 "status_code": 1
626 } 627 }
627 ] 628 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698