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

Side by Side Diff: scripts/slave/recipes/bisect.expected/basic.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 "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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 "@@@STEP_LOG_END@Bisect job configuration@@@" 206 "@@@STEP_LOG_END@Bisect job configuration@@@"
207 ] 207 ]
208 }, 208 },
209 { 209 {
210 "cmd": [], 210 "cmd": [],
211 "cwd": "[SLAVE_BUILD]", 211 "cwd": "[SLAVE_BUILD]",
212 "name": "Resolving reference range" 212 "name": "Resolving reference range"
213 }, 213 },
214 { 214 {
215 "cmd": [ 215 "cmd": [
216 "git", 216 "python",
217 "log", 217 "-u",
218 "--format=hash:%H", 218 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
219 "--grep", 219 "get_numbering",
220 "^Cr-Commit-Position: refs/heads/master@{#306478}", 220 "--params-file",
221 "-1", 221 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
222 "origin/master" 222 "--attempts",
223 "3"
223 ], 224 ],
224 "cwd": "[SLAVE_BUILD]/src", 225 "cwd": "[SLAVE_BUILD]",
225 "name": "Resolving reference range.resolving commit_pos 306478", 226 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#306478}",
226 "stdout": "/path/to/tmp/", 227 "stdout": "/path/to/tmp/json",
227 "~followup_annotations": [ 228 "~followup_annotations": [
228 "@@@STEP_NEST_LEVEL@1@@@" 229 "@@@STEP_NEST_LEVEL@1@@@",
230 "@@@STEP_LOG_LINE@json.output@{@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
232 "@@@STEP_LOG_LINE@json.output@}@@@",
233 "@@@STEP_LOG_END@json.output@@@"
229 ] 234 ]
230 }, 235 },
231 { 236 {
232 "cmd": [ 237 "cmd": [
233 "git", 238 "python",
234 "log", 239 "-u",
235 "--format=hash:%H", 240 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
236 "--grep", 241 "get_numbering",
237 "^Cr-Commit-Position: refs/heads/master@{#306475}", 242 "--params-file",
238 "-1", 243 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
239 "origin/master" 244 "--attempts",
245 "3"
240 ], 246 ],
241 "cwd": "[SLAVE_BUILD]/src", 247 "cwd": "[SLAVE_BUILD]",
242 "name": "Resolving reference range.resolving commit_pos 306475", 248 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#306475}",
243 "stdout": "/path/to/tmp/", 249 "stdout": "/path/to/tmp/json",
244 "~followup_annotations": [ 250 "~followup_annotations": [
245 "@@@STEP_NEST_LEVEL@1@@@" 251 "@@@STEP_NEST_LEVEL@1@@@",
252 "@@@STEP_LOG_LINE@json.output@{@@@",
253 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"e28dc0d49c331def2a3bbf3ddd0 096eb51551155\"@@@",
254 "@@@STEP_LOG_LINE@json.output@}@@@",
255 "@@@STEP_LOG_END@json.output@@@"
246 ] 256 ]
247 }, 257 },
248 { 258 {
249 "cmd": [ 259 "cmd": [
250 "python", 260 "python",
251 "-u", 261 "-u",
252 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 262 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
253 "DEPS", 263 "DEPS",
254 "--commit", 264 "--commit",
255 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 265 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 "@@@STEP_LOG_LINE@json.output@}@@@", 1259 "@@@STEP_LOG_LINE@json.output@}@@@",
1250 "@@@STEP_LOG_END@json.output@@@" 1260 "@@@STEP_LOG_END@json.output@@@"
1251 ] 1261 ]
1252 }, 1262 },
1253 { 1263 {
1254 "name": "$result", 1264 "name": "$result",
1255 "recipe_result": null, 1265 "recipe_result": null,
1256 "status_code": 0 1266 "status_code": 0
1257 } 1267 }
1258 ] 1268 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/bisect.py ('k') | scripts/slave/recipes/bisect.expected/basic_return_code_test.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698