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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_basic_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
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 1872 matching lines...) Expand 10 before | Expand all | Expand 10 after
1883 "git", 1883 "git",
1884 "footers", 1884 "footers",
1885 "--position", 1885 "--position",
1886 "fc6dfc7ff5b1073408499478969261b826441144" 1886 "fc6dfc7ff5b1073408499478969261b826441144"
1887 ], 1887 ],
1888 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 1888 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1889 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", 1889 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144",
1890 "stdout": "/path/to/tmp/" 1890 "stdout": "/path/to/tmp/"
1891 }, 1891 },
1892 { 1892 {
1893 "cmd": [
1894 "git",
1895 "footers",
1896 "--position",
1897 "e28dc0d49c331def2a3bbf3ddd0096eb51551155"
1898 ],
1899 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1900 "name": "resolving hash e28dc0d49c331def2a3bbf3ddd0096eb51551155",
1901 "stdout": "/path/to/tmp/"
1902 },
1903 {
1904 "cmd": [], 1893 "cmd": [],
1905 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 1894 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1906 "name": "Debug Info", 1895 "name": "Debug Info",
1907 "~followup_annotations": [ 1896 "~followup_annotations": [
1908 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28 dc0d49c, values=[], mean_value=None, std_dev=None)@@@", 1897 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28 dc0d49c, values=[], mean_value=None, std_dev=None)@@@",
1909 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@fc6 dfc7ff5, values=[], mean_value=None, std_dev=None)@@@", 1898 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@fc6 dfc7ff5, values=[], mean_value=None, std_dev=None)@@@",
1910 "@@@STEP_LOG_LINE@Debug Info@@@@", 1899 "@@@STEP_LOG_LINE@Debug Info@@@@",
1911 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", 1900 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
1912 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[] @@@", 1901 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[] @@@",
1913 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@", 1902 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@",
1914 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[] @@@",
1915 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@", 1903 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[] @@@",
1916 "@@@STEP_LOG_END@Debug Info@@@" 1904 "@@@STEP_LOG_END@Debug Info@@@"
1917 ] 1905 ]
1918 }, 1906 },
1919 { 1907 {
1920 "cmd": [ 1908 "cmd": [
1921 "python", 1909 "python",
1922 "-u", 1910 "-u",
1923 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 1911 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
1924 ], 1912 ],
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
2154 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2142 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2155 "@@@STEP_LOG_END@python.inline@@@" 2143 "@@@STEP_LOG_END@python.inline@@@"
2156 ] 2144 ]
2157 }, 2145 },
2158 { 2146 {
2159 "name": "$result", 2147 "name": "$result",
2160 "recipe_result": null, 2148 "recipe_result": null,
2161 "status_code": 0 2149 "status_code": 0
2162 } 2150 }
2163 ] 2151 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698