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

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

Issue 1801843002: Revert 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, 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 "python", 213 "git",
214 "-u", 214 "log",
215 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 215 "--format=hash:%H",
216 "get_numbering", 216 "--grep",
217 "--params-file", 217 "^Cr-Commit-Position: refs/heads/master@{#306478}",
218 "{\"number\": 306478, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 218 "-1",
219 "--attempts", 219 "origin/master"
220 "3"
221 ], 220 ],
222 "cwd": "[SLAVE_BUILD]", 221 "cwd": "[SLAVE_BUILD]/src",
223 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#306478}", 222 "name": "Resolving reference range.resolving commit_pos 306478",
224 "stdout": "/path/to/tmp/json", 223 "stdout": "/path/to/tmp/",
225 "~followup_annotations": [ 224 "~followup_annotations": [
226 "@@@STEP_NEST_LEVEL@1@@@", 225 "@@@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@@@"
231 ] 226 ]
232 }, 227 },
233 { 228 {
234 "cmd": [ 229 "cmd": [
235 "python", 230 "git",
236 "-u", 231 "log",
237 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 232 "--format=hash:%H",
238 "get_numbering", 233 "--grep",
239 "--params-file", 234 "^Cr-Commit-Position: refs/heads/master@{#306475}",
240 "{\"number\": 306475, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 235 "-1",
241 "--attempts", 236 "origin/master"
242 "3"
243 ], 237 ],
244 "cwd": "[SLAVE_BUILD]", 238 "cwd": "[SLAVE_BUILD]/src",
245 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#306475}", 239 "name": "Resolving reference range.resolving commit_pos 306475",
246 "stdout": "/path/to/tmp/json", 240 "stdout": "/path/to/tmp/",
247 "~followup_annotations": [ 241 "~followup_annotations": [
248 "@@@STEP_NEST_LEVEL@1@@@", 242 "@@@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@@@"
253 ] 243 ]
254 }, 244 },
255 { 245 {
256 "cmd": [ 246 "cmd": [
257 "python", 247 "python",
258 "-u", 248 "-u",
259 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 249 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
260 "DEPS", 250 "DEPS",
261 "--commit", 251 "--commit",
262 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 252 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1256 "@@@STEP_LOG_LINE@json.output@}@@@", 1246 "@@@STEP_LOG_LINE@json.output@}@@@",
1257 "@@@STEP_LOG_END@json.output@@@" 1247 "@@@STEP_LOG_END@json.output@@@"
1258 ] 1248 ]
1259 }, 1249 },
1260 { 1250 {
1261 "name": "$result", 1251 "name": "$result",
1262 "recipe_result": null, 1252 "recipe_result": null,
1263 "status_code": 0 1253 "status_code": 0
1264 } 1254 }
1265 ] 1255 ]
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