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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_device.json

Issue 2282563004: Do not exclude the last revision in the range returned by gitiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: typo Created 4 years, 3 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
« no previous file with comments | « scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]/android_one_perf_bisect", 7 "[BUILDER_CACHE]/android_one_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 1774 matching lines...) Expand 10 before | Expand all | Expand 10 after
1785 "git", 1785 "git",
1786 "footers", 1786 "footers",
1787 "--position", 1787 "--position",
1788 "fc6dfc7ff5b1073408499478969261b826441144" 1788 "fc6dfc7ff5b1073408499478969261b826441144"
1789 ], 1789 ],
1790 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 1790 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1791 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", 1791 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144",
1792 "stdout": "/path/to/tmp/" 1792 "stdout": "/path/to/tmp/"
1793 }, 1793 },
1794 { 1794 {
1795 "cmd": [
1796 "git",
1797 "footers",
1798 "--position",
1799 "e28dc0d49c331def2a3bbf3ddd0096eb51551155"
1800 ],
1801 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1802 "name": "resolving hash e28dc0d49c331def2a3bbf3ddd0096eb51551155",
1803 "stdout": "/path/to/tmp/"
1804 },
1805 {
1806 "cmd": [], 1795 "cmd": [],
1807 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 1796 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1808 "name": "Debug Info", 1797 "name": "Debug Info",
1809 "~followup_annotations": [ 1798 "~followup_annotations": [
1810 "step returned non-zero exit code: 1", 1799 "step returned non-zero exit code: 1",
1811 "@@@STEP_FAILURE@@@" 1800 "@@@STEP_FAILURE@@@"
1812 ] 1801 ]
1813 }, 1802 },
1814 { 1803 {
1815 "cmd": [ 1804 "cmd": [
(...skipping 351 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 "@@@STEP_LOG_END@python.inline@@@" 2156 "@@@STEP_LOG_END@python.inline@@@"
2168 ] 2157 ]
2169 }, 2158 },
2170 { 2159 {
2171 "name": "$result", 2160 "name": "$result",
2172 "reason": "Step('Debug Info') failed with return_code 1", 2161 "reason": "Step('Debug Info') failed with return_code 1",
2173 "recipe_result": null, 2162 "recipe_result": null,
2174 "status_code": 1 2163 "status_code": 1
2175 } 2164 }
2176 ] 2165 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_disconnected_device.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698