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

Side by Side Diff: scripts/slave/recipes/bisect.expected/broken_good_revision_test.json

Issue 1773933002: Use the crrev recipe module to fetch commit hashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Update other bisect & bisect_test recipe expectations Created 4 years, 9 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 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisector", 10 "linux_perf_bisector",
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 "@@@STEP_LOG_END@Bisect job configuration@@@" 203 "@@@STEP_LOG_END@Bisect job configuration@@@"
204 ] 204 ]
205 }, 205 },
206 { 206 {
207 "cmd": [], 207 "cmd": [],
208 "cwd": "[SLAVE_BUILD]", 208 "cwd": "[SLAVE_BUILD]",
209 "name": "Resolving reference range" 209 "name": "Resolving reference range"
210 }, 210 },
211 { 211 {
212 "cmd": [ 212 "cmd": [
213 "git", 213 "python",
214 "log", 214 "-u",
215 "--format=hash:%H", 215 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
216 "--grep", 216 "get_numbering",
217 "^Cr-Commit-Position: refs/heads/master@{#306478}", 217 "--params-file",
218 "-1", 218 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
219 "origin/master" 219 "--attempts",
220 "3"
220 ], 221 ],
221 "cwd": "[SLAVE_BUILD]/src", 222 "cwd": "[SLAVE_BUILD]",
222 "name": "Resolving reference range.resolving commit_pos 306478", 223 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#306478}",
223 "stdout": "/path/to/tmp/", 224 "stdout": "/path/to/tmp/json",
224 "~followup_annotations": [ 225 "~followup_annotations": [
225 "@@@STEP_NEST_LEVEL@1@@@" 226 "@@@STEP_NEST_LEVEL@1@@@",
227 "@@@STEP_LOG_LINE@json.output@{@@@",
228 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
229 "@@@STEP_LOG_LINE@json.output@}@@@",
230 "@@@STEP_LOG_END@json.output@@@"
226 ] 231 ]
227 }, 232 },
228 { 233 {
229 "cmd": [ 234 "cmd": [
230 "git", 235 "python",
231 "log", 236 "-u",
232 "--format=hash:%H", 237 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
233 "--grep", 238 "get_numbering",
234 "^Cr-Commit-Position: refs/heads/master@{#306475}", 239 "--params-file",
235 "-1", 240 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
236 "origin/master" 241 "--attempts",
242 "3"
237 ], 243 ],
238 "cwd": "[SLAVE_BUILD]/src", 244 "cwd": "[SLAVE_BUILD]",
239 "name": "Resolving reference range.resolving commit_pos 306475", 245 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#306475}",
240 "stdout": "/path/to/tmp/", 246 "stdout": "/path/to/tmp/json",
241 "~followup_annotations": [ 247 "~followup_annotations": [
242 "@@@STEP_NEST_LEVEL@1@@@" 248 "@@@STEP_NEST_LEVEL@1@@@",
249 "@@@STEP_LOG_LINE@json.output@{@@@",
250 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0 096eb51551155\"@@@",
251 "@@@STEP_LOG_LINE@json.output@}@@@",
252 "@@@STEP_LOG_END@json.output@@@"
243 ] 253 ]
244 }, 254 },
245 { 255 {
246 "cmd": [ 256 "cmd": [
247 "python", 257 "python",
248 "-u", 258 "-u",
249 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 259 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
250 "DEPS", 260 "DEPS",
251 "--commit", 261 "--commit",
252 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 262 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "@@@STEP_LOG_LINE@json.output@}@@@", 762 "@@@STEP_LOG_LINE@json.output@}@@@",
753 "@@@STEP_LOG_END@json.output@@@" 763 "@@@STEP_LOG_END@json.output@@@"
754 ] 764 ]
755 }, 765 },
756 { 766 {
757 "name": "$result", 767 "name": "$result",
758 "recipe_result": null, 768 "recipe_result": null,
759 "status_code": 0 769 "status_code": 0
760 } 770 }
761 ] 771 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698