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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/basic_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@@@",
146 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 146 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
147 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 147 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
148 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "RECIPE_MODULE[auto_bisect]/resources/fetch_revision_info.py", 154 "RECIPE_MODULE[build.auto_bisect]/resources/fetch_revision_info.py",
155 "deadbeef", 155 "deadbeef",
156 "chromium" 156 "chromium"
157 ], 157 ],
158 "cwd": "[SLAVE_BUILD]", 158 "cwd": "[SLAVE_BUILD]",
159 "name": "Reading culprit cl information.", 159 "name": "Reading culprit cl information.",
160 "stdout": "/path/to/tmp/json", 160 "stdout": "/path/to/tmp/json",
161 "~followup_annotations": [ 161 "~followup_annotations": [
162 "@@@STEP_LOG_LINE@json.output@{@@@", 162 "@@@STEP_LOG_LINE@json.output@{@@@",
163 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", 163 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
164 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@", 164 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
(...skipping 21 matching lines...) Expand all
186 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 186 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@",
187 "@@@STEP_LOG_END@python.inline@@@" 187 "@@@STEP_LOG_END@python.inline@@@"
188 ] 188 ]
189 }, 189 },
190 { 190 {
191 "name": "$result", 191 "name": "$result",
192 "recipe_result": null, 192 "recipe_result": null,
193 "status_code": 0 193 "status_code": 0
194 } 194 }
195 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698