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

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

Powered by Google App Engine
This is Rietveld 408576698