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

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

Issue 1836243002: Reland of Use the crrev recipe module to fetch commit hashes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 8 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "@@@STEP_LOG_END@Bisect job configuration@@@" 44 "@@@STEP_LOG_END@Bisect job configuration@@@"
45 ] 45 ]
46 }, 46 },
47 { 47 {
48 "cmd": [], 48 "cmd": [],
49 "cwd": "[SLAVE_BUILD]", 49 "cwd": "[SLAVE_BUILD]",
50 "name": "Resolving reference range" 50 "name": "Resolving reference range"
51 }, 51 },
52 { 52 {
53 "cmd": [ 53 "cmd": [
54 "git", 54 "python",
55 "log", 55 "-u",
56 "--format=hash:%H", 56 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
57 "--grep", 57 "get_numbering",
58 "^Cr-Commit-Position: refs/heads/master@{#314017}", 58 "--params-file",
59 "-1", 59 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
60 "origin/master" 60 "--attempts",
61 "3"
61 ], 62 ],
62 "cwd": "[TMP_BASE]/bogus_tmp_1", 63 "cwd": "[SLAVE_BUILD]",
63 "name": "Resolving reference range.resolving commit_pos 314017", 64 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
64 "stdout": "/path/to/tmp/", 65 "stdout": "/path/to/tmp/json",
65 "~followup_annotations": [ 66 "~followup_annotations": [
66 "@@@STEP_NEST_LEVEL@1@@@" 67 "@@@STEP_NEST_LEVEL@1@@@",
68 "@@@STEP_LOG_LINE@json.output@{@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"deadbeef\"@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@"
67 ] 72 ]
68 }, 73 },
69 { 74 {
70 "cmd": [ 75 "cmd": [
71 "git", 76 "python",
72 "log", 77 "-u",
73 "--format=hash:%H", 78 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
74 "--grep", 79 "get_numbering",
75 "^Cr-Commit-Position: refs/heads/master@{#314015}", 80 "--params-file",
76 "-1", 81 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
77 "origin/master" 82 "--attempts",
83 "3"
78 ], 84 ],
79 "cwd": "[TMP_BASE]/bogus_tmp_1", 85 "cwd": "[SLAVE_BUILD]",
80 "name": "Resolving reference range.resolving commit_pos 314015", 86 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
81 "stdout": "/path/to/tmp/", 87 "stdout": "/path/to/tmp/json",
82 "~followup_annotations": [ 88 "~followup_annotations": [
83 "@@@STEP_NEST_LEVEL@1@@@" 89 "@@@STEP_NEST_LEVEL@1@@@",
90 "@@@STEP_LOG_LINE@json.output@{@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"c001c0de\"@@@",
92 "@@@STEP_LOG_LINE@json.output@}@@@",
93 "@@@STEP_LOG_END@json.output@@@"
84 ] 94 ]
85 }, 95 },
86 { 96 {
87 "cmd": [ 97 "cmd": [
88 "python", 98 "python",
89 "-u", 99 "-u",
90 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 100 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
91 "DEPS", 101 "DEPS",
92 "--commit", 102 "--commit",
93 "deadbeef" 103 "deadbeef"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "@@@STEP_LOG_LINE@json.output@}@@@", 169 "@@@STEP_LOG_LINE@json.output@}@@@",
160 "@@@STEP_LOG_END@json.output@@@" 170 "@@@STEP_LOG_END@json.output@@@"
161 ] 171 ]
162 }, 172 },
163 { 173 {
164 "name": "$result", 174 "name": "$result",
165 "recipe_result": null, 175 "recipe_result": null,
166 "status_code": 0 176 "status_code": 0
167 } 177 }
168 ] 178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698