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

Side by Side Diff: scripts/slave/recipes/bisection/android_bisect.expected/local_basic_recipe_failed_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 1806 matching lines...) Expand 10 before | Expand all | Expand 10 after
1817 ], 1817 ],
1818 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 1818 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1819 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo d\" revision failed", 1819 "name": "Gathering reference values.Recipe failed. Reason: Testing the \"goo d\" revision failed",
1820 "~followup_annotations": [ 1820 "~followup_annotations": [
1821 "@@@STEP_NEST_LEVEL@1@@@", 1821 "@@@STEP_NEST_LEVEL@1@@@",
1822 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@", 1822 "@@@STEP_LOG_LINE@python.inline@import sys; sys.exit(1)@@@",
1823 "@@@STEP_LOG_END@python.inline@@@" 1823 "@@@STEP_LOG_END@python.inline@@@"
1824 ] 1824 ]
1825 }, 1825 },
1826 { 1826 {
1827 "cmd": [],
1828 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1829 "name": "Resolving hashes"
1830 },
1831 {
1827 "cmd": [ 1832 "cmd": [
1828 "git", 1833 "git",
1829 "footers", 1834 "footers",
1830 "--position", 1835 "--position",
1831 "fc6dfc7ff5b1073408499478969261b826441144" 1836 "fc6dfc7ff5b1073408499478969261b826441144"
1832 ], 1837 ],
1833 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src", 1838 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect/src",
1834 "name": "resolving hash fc6dfc7ff5b1073408499478969261b826441144", 1839 "name": "Resolving hashes.resolving hash fc6dfc7ff5b1073408499478969261b8264 41144",
1835 "stdout": "/path/to/tmp/" 1840 "stdout": "/path/to/tmp/",
1841 "~followup_annotations": [
1842 "@@@STEP_NEST_LEVEL@1@@@"
1843 ]
1836 }, 1844 },
1837 { 1845 {
1838 "cmd": [], 1846 "cmd": [],
1839 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect", 1847 "cwd": "[BUILDER_CACHE]/android_one_perf_bisect",
1840 "name": "Debug Info", 1848 "name": "Debug Info",
1841 "~followup_annotations": [ 1849 "~followup_annotations": [
1842 "step returned non-zero exit code: 1", 1850 "step returned non-zero exit code: 1",
1843 "@@@STEP_FAILURE@@@" 1851 "@@@STEP_FAILURE@@@"
1844 ] 1852 ]
1845 }, 1853 },
(...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after
2193 "@@@STEP_LOG_END@python.inline@@@" 2201 "@@@STEP_LOG_END@python.inline@@@"
2194 ] 2202 ]
2195 }, 2203 },
2196 { 2204 {
2197 "name": "$result", 2205 "name": "$result",
2198 "reason": "Step('Debug Info') failed with return_code 1", 2206 "reason": "Step('Debug Info') failed with return_code 1",
2199 "recipe_result": null, 2207 "recipe_result": null,
2200 "status_code": 1 2208 "status_code": 1
2201 } 2209 }
2202 ] 2210 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698