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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 "[GIT_CACHE]", 435 "[GIT_CACHE]",
436 "--rietveld_server", 436 "--rietveld_server",
437 "https://codereview.chromium.org", 437 "https://codereview.chromium.org",
438 "--output_json", 438 "--output_json",
439 "/path/to/tmp/json", 439 "/path/to/tmp/json",
440 "--revision", 440 "--revision",
441 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 441 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
442 "--force", 442 "--force",
443 "--output_manifest" 443 "--output_manifest"
444 ], 444 ],
445 "cwd": "[BUILDER_CACHE]/linux",
445 "env": { 446 "env": {
446 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 447 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
447 }, 448 },
448 "name": "bot_update (without patch)", 449 "name": "bot_update (without patch)",
449 "~followup_annotations": [ 450 "~followup_annotations": [
450 "@@@STEP_TEXT@Some step text@@@", 451 "@@@STEP_TEXT@Some step text@@@",
451 "@@@STEP_LOG_LINE@json.output@{@@@", 452 "@@@STEP_LOG_LINE@json.output@{@@@",
452 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@", 453 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
453 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@", 454 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
454 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@", 455 "@@@STEP_LOG_LINE@json.output@ \"src\": \"f27fede2220bcd326aee3e86ddfd4 ebd0fe58cb9\"@@@",
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
604 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 605 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
605 ] 606 ]
606 }, 607 },
607 { 608 {
608 "name": "$result", 609 "name": "$result",
609 "reason": "Step('compile (without patch)') failed with return_code 1", 610 "reason": "Step('compile (without patch)') failed with return_code 1",
610 "recipe_result": null, 611 "recipe_result": null,
611 "status_code": 1 612 "status_code": 1
612 } 613 }
613 ] 614 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698