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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_direction_test.json

Issue 1650333003: Roll dependencies (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebase and changing depot_tools to right before big roll. Created 4 years, 10 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 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/bogus_tmp_1", 9 "cwd": "[TMP_BASE]/bogus_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "name": "Resolving reference range.resolving hash deadbeef", 75 "name": "Resolving reference range.resolving hash deadbeef",
76 "stdout": "/path/to/tmp/", 76 "stdout": "/path/to/tmp/",
77 "~followup_annotations": [ 77 "~followup_annotations": [
78 "@@@STEP_NEST_LEVEL@1@@@" 78 "@@@STEP_NEST_LEVEL@1@@@"
79 ] 79 ]
80 }, 80 },
81 { 81 {
82 "cmd": [ 82 "cmd": [
83 "python", 83 "python",
84 "-u", 84 "-u",
85 "RECIPE_MODULE[auto_bisect]/resources/fetch_file.py", 85 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_file.py",
86 "DEPS", 86 "DEPS",
87 "--commit", 87 "--commit",
88 "deadbeef" 88 "deadbeef"
89 ], 89 ],
90 "cwd": "[SLAVE_BUILD]", 90 "cwd": "[SLAVE_BUILD]",
91 "name": "Resolving reference range.fetch file deadbeef:DEPS", 91 "name": "Resolving reference range.fetch file deadbeef:DEPS",
92 "stdout": "/path/to/tmp/", 92 "stdout": "/path/to/tmp/",
93 "~followup_annotations": [ 93 "~followup_annotations": [
94 "@@@STEP_NEST_LEVEL@1@@@", 94 "@@@STEP_NEST_LEVEL@1@@@",
95 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 95 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
(...skipping 29 matching lines...) Expand all
125 "name": "Resolving reference range.resolving hash c001c0de", 125 "name": "Resolving reference range.resolving hash c001c0de",
126 "stdout": "/path/to/tmp/", 126 "stdout": "/path/to/tmp/",
127 "~followup_annotations": [ 127 "~followup_annotations": [
128 "@@@STEP_NEST_LEVEL@1@@@" 128 "@@@STEP_NEST_LEVEL@1@@@"
129 ] 129 ]
130 }, 130 },
131 { 131 {
132 "cmd": [ 132 "cmd": [
133 "python", 133 "python",
134 "-u", 134 "-u",
135 "RECIPE_MODULE[auto_bisect]/resources/fetch_file.py", 135 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_file.py",
136 "DEPS", 136 "DEPS",
137 "--commit", 137 "--commit",
138 "c001c0de" 138 "c001c0de"
139 ], 139 ],
140 "cwd": "[SLAVE_BUILD]", 140 "cwd": "[SLAVE_BUILD]",
141 "name": "Resolving reference range.fetch file c001c0de:DEPS", 141 "name": "Resolving reference range.fetch file c001c0de:DEPS",
142 "stdout": "/path/to/tmp/", 142 "stdout": "/path/to/tmp/",
143 "~followup_annotations": [ 143 "~followup_annotations": [
144 "@@@STEP_NEST_LEVEL@1@@@", 144 "@@@STEP_NEST_LEVEL@1@@@",
145 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 145 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
(...skipping 18 matching lines...) Expand all
164 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 164 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@",
165 "@@@STEP_LOG_END@python.inline@@@" 165 "@@@STEP_LOG_END@python.inline@@@"
166 ] 166 ]
167 }, 167 },
168 { 168 {
169 "name": "$result", 169 "name": "$result",
170 "recipe_result": null, 170 "recipe_result": null,
171 "status_code": 0 171 "status_code": 0
172 } 172 }
173 ] 173 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698