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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/android_bisector.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 "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]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "@@@STEP_LOG_END@Bisect job configuration@@@" 43 "@@@STEP_LOG_END@Bisect job configuration@@@"
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [], 47 "cmd": [],
48 "cwd": "[SLAVE_BUILD]", 48 "cwd": "[SLAVE_BUILD]",
49 "name": "Resolving reference range" 49 "name": "Resolving reference range"
50 }, 50 },
51 { 51 {
52 "cmd": [ 52 "cmd": [
53 "python", 53 "git",
54 "-u", 54 "log",
55 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 55 "--format=hash:%H",
56 "get_numbering", 56 "--grep",
57 "--params-file", 57 "^Cr-Commit-Position: refs/heads/master@{#314017}",
58 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 58 "-1",
59 "--attempts", 59 "origin/master"
60 "3"
61 ], 60 ],
62 "cwd": "[SLAVE_BUILD]", 61 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
63 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}", 62 "name": "Resolving reference range.resolving commit_pos 314017",
64 "stdout": "/path/to/tmp/json", 63 "stdout": "/path/to/tmp/",
65 "~followup_annotations": [ 64 "~followup_annotations": [
66 "@@@STEP_NEST_LEVEL@1@@@", 65 "@@@STEP_NEST_LEVEL@1@@@"
67 "@@@STEP_LOG_LINE@json.output@{@@@",
68 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
69 "@@@STEP_LOG_LINE@json.output@}@@@",
70 "@@@STEP_LOG_END@json.output@@@"
71 ] 66 ]
72 }, 67 },
73 { 68 {
74 "cmd": [ 69 "cmd": [
75 "python", 70 "git",
76 "-u", 71 "log",
77 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 72 "--format=hash:%H",
78 "get_numbering", 73 "--grep",
79 "--params-file", 74 "^Cr-Commit-Position: refs/heads/master@{#314015}",
80 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 75 "-1",
81 "--attempts", 76 "origin/master"
82 "3"
83 ], 77 ],
84 "cwd": "[SLAVE_BUILD]", 78 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
85 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}", 79 "name": "Resolving reference range.resolving commit_pos 314015",
86 "stdout": "/path/to/tmp/json", 80 "stdout": "/path/to/tmp/",
87 "~followup_annotations": [ 81 "~followup_annotations": [
88 "@@@STEP_NEST_LEVEL@1@@@", 82 "@@@STEP_NEST_LEVEL@1@@@"
89 "@@@STEP_LOG_LINE@json.output@{@@@",
90 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
91 "@@@STEP_LOG_LINE@json.output@}@@@",
92 "@@@STEP_LOG_END@json.output@@@"
93 ] 83 ]
94 }, 84 },
95 { 85 {
96 "cmd": [ 86 "cmd": [
97 "python", 87 "python",
98 "-u", 88 "-u",
99 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 89 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
100 "DEPS", 90 "DEPS",
101 "--commit", 91 "--commit",
102 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 92 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after
839 "@@@STEP_LOG_LINE@json.output@}@@@", 829 "@@@STEP_LOG_LINE@json.output@}@@@",
840 "@@@STEP_LOG_END@json.output@@@" 830 "@@@STEP_LOG_END@json.output@@@"
841 ] 831 ]
842 }, 832 },
843 { 833 {
844 "name": "$result", 834 "name": "$result",
845 "recipe_result": null, 835 "recipe_result": null,
846 "status_code": 0 836 "status_code": 0
847 } 837 }
848 ] 838 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698