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

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

Issue 2447023003: Nest multiple 'resolving hash xxx' steps under a single super step. (Closed)
Patch Set: Created 4 years, 1 month 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 "name": "ensure_goma" 4 "name": "ensure_goma"
5 }, 5 },
6 { 6 {
7 "cmd": [ 7 "cmd": [
8 "python", 8 "python",
9 "-u", 9 "-u",
10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", 10 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
(...skipping 1904 matching lines...) Expand 10 before | Expand all | Expand 10 after
1915 ], 1915 ],
1916 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 1916 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1917 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo d\" revision failed", 1917 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo d\" revision failed",
1918 "~followup_annotations": [ 1918 "~followup_annotations": [
1919 "@@@STEP_NEST_LEVEL@1@@@", 1919 "@@@STEP_NEST_LEVEL@1@@@",
1920 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 1920 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
1921 "@@@STEP_LOG_END@python.inline@@@" 1921 "@@@STEP_LOG_END@python.inline@@@"
1922 ] 1922 ]
1923 }, 1923 },
1924 { 1924 {
1925 "cmd": [],
1926 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1927 "name": "Resolving hashes"
1928 },
1929 {
1925 "cmd": [ 1930 "cmd": [
1926 "git", 1931 "git",
1927 "footers", 1932 "footers",
1928 "--position", 1933 "--position",
1929 "fc6dfc7ff5b1073408499478969261b826441144" 1934 "fc6dfc7ff5b1073408499478969261b826441144"
1930 ], 1935 ],
1931 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 1936 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1932 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", 1937 "name": "Resolving hashes.resolving hash fc6dfc7ff5b1073408499478969261b8264 41144",
1933 "stdout": "/path/to/tmp/" 1938 "stdout": "/path/to/tmp/",
1939 "~followup_annotations": [
1940 "@@@STEP_NEST_LEVEL@1@@@"
1941 ]
1934 }, 1942 },
1935 { 1943 {
1936 "cmd": [], 1944 "cmd": [],
1937 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 1945 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1938 "name": "Debug Info", 1946 "name": "Debug Info",
1939 "~followup_annotations": [ 1947 "~followup_annotations": [
1940 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28 dc0d49c, values=[], mean_value=None, std_dev=None)@@@", 1948 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28 dc0d49c, values=[], mean_value=None, std_dev=None)@@@",
1941 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@fc6 dfc7ff5, values=[], mean_value=None, std_dev=None)@@@", 1949 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@fc6 dfc7ff5, values=[], mean_value=None, std_dev=None)@@@",
1942 "@@@STEP_LOG_LINE@Debug Info@@@@", 1950 "@@@STEP_LOG_LINE@Debug Info@@@@",
1943 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", 1951 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
2179 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 2187 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
2180 "@@@STEP_LOG_END@python.inline@@@" 2188 "@@@STEP_LOG_END@python.inline@@@"
2181 ] 2189 ]
2182 }, 2190 },
2183 { 2191 {
2184 "name": "$result", 2192 "name": "$result",
2185 "recipe_result": null, 2193 "recipe_result": null,
2186 "status_code": 0 2194 "status_code": 0
2187 } 2195 }
2188 ] 2196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698