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

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

Issue 1829583002: Enabling descent into catapult rolls. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: Updating expectations, rebasing. 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 "DEPS", 99 "DEPS",
100 "--commit", 100 "--commit",
101 "deadbeef" 101 "deadbeef"
102 ], 102 ],
103 "cwd": "[SLAVE_BUILD]", 103 "cwd": "[SLAVE_BUILD]",
104 "name": "Resolving reference range.fetch file deadbeef:DEPS", 104 "name": "Resolving reference range.fetch file deadbeef:DEPS",
105 "stdout": "/path/to/tmp/", 105 "stdout": "/path/to/tmp/",
106 "~followup_annotations": [ 106 "~followup_annotations": [
107 "@@@STEP_NEST_LEVEL@1@@@", 107 "@@@STEP_NEST_LEVEL@1@@@",
108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
109 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
109 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", 110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
110 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" 111 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
111 ] 112 ]
112 }, 113 },
113 { 114 {
114 "cmd": [ 115 "cmd": [
115 "python", 116 "python",
116 "-u", 117 "-u",
117 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 118 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
118 "DEPS", 119 "DEPS",
119 "--commit", 120 "--commit",
120 "c001c0de" 121 "c001c0de"
121 ], 122 ],
122 "cwd": "[SLAVE_BUILD]", 123 "cwd": "[SLAVE_BUILD]",
123 "name": "Resolving reference range.fetch file c001c0de:DEPS", 124 "name": "Resolving reference range.fetch file c001c0de:DEPS",
124 "stdout": "/path/to/tmp/", 125 "stdout": "/path/to/tmp/",
125 "~followup_annotations": [ 126 "~followup_annotations": [
126 "@@@STEP_NEST_LEVEL@1@@@", 127 "@@@STEP_NEST_LEVEL@1@@@",
127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 128 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
129 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
128 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 130 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
129 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 131 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
130 ] 132 ]
131 }, 133 },
132 { 134 {
133 "cmd": [ 135 "cmd": [
134 "python", 136 "python",
135 "-u", 137 "-u",
136 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", 138 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py",
137 "deadbeef", 139 "deadbeef",
(...skipping 29 matching lines...) Expand all
167 "@@@STEP_LOG_LINE@json.output@}@@@", 169 "@@@STEP_LOG_LINE@json.output@}@@@",
168 "@@@STEP_LOG_END@json.output@@@" 170 "@@@STEP_LOG_END@json.output@@@"
169 ] 171 ]
170 }, 172 },
171 { 173 {
172 "name": "$result", 174 "name": "$result",
173 "recipe_result": null, 175 "recipe_result": null,
174 "status_code": 0 176 "status_code": 0
175 } 177 }
176 ] 178 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698