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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge Created 4 years, 7 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 | Annotate | Revision Log
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]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
11 }, 11 },
12 { 12 {
13 "cmd": [ 13 "cmd": [
14 "git", 14 "git",
15 "checkout", 15 "checkout",
16 "master" 16 "master"
17 ], 17 ],
18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 18 "cwd": "[TMP]/fake_checkout_tmp_1",
19 "name": "git checkout" 19 "name": "git checkout"
20 }, 20 },
21 { 21 {
22 "cmd": [], 22 "cmd": [],
23 "cwd": "[SLAVE_BUILD]",
24 "name": "config", 23 "name": "config",
25 "~followup_annotations": [ 24 "~followup_annotations": [
26 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@", 25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@", 26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@", 27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@", 28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@", 29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@", 30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@", 31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@", 32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": \"True\", @ @@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@", 33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@", 34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@", 35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@", 36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"max_time_minutes\": \"5\", @@@",
38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@", 37 "@@@STEP_LOG_LINE@Bisect job configuration@ \"metric\": \"mean_input_even t_latency/mean_input_event_latency\", @@@",
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"chr omium_rel_win7\", @@@", 38 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"chr omium_rel_win7\", @@@",
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" , 39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@", 40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@", 41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@", 42 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
44 "@@@STEP_LOG_END@Bisect job configuration@@@" 43 "@@@STEP_LOG_END@Bisect job configuration@@@"
45 ] 44 ]
46 }, 45 },
47 { 46 {
48 "cmd": [], 47 "cmd": [],
49 "cwd": "[SLAVE_BUILD]",
50 "name": "Resolving reference range" 48 "name": "Resolving reference range"
51 }, 49 },
52 { 50 {
53 "cmd": [ 51 "cmd": [
54 "python", 52 "python",
55 "-u", 53 "-u",
56 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 54 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
57 "get_numbering", 55 "get_numbering",
58 "--params-file", 56 "--params-file",
59 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 57 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
60 "--attempts", 58 "--attempts",
61 "3" 59 "3"
62 ], 60 ],
63 "cwd": "[SLAVE_BUILD]",
64 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}", 61 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
65 "stdout": "/path/to/tmp/json", 62 "stdout": "/path/to/tmp/json",
66 "~followup_annotations": [ 63 "~followup_annotations": [
67 "@@@STEP_NEST_LEVEL@1@@@", 64 "@@@STEP_NEST_LEVEL@1@@@",
68 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
69 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@", 66 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
70 "@@@STEP_LOG_LINE@json.output@}@@@", 67 "@@@STEP_LOG_LINE@json.output@}@@@",
71 "@@@STEP_LOG_END@json.output@@@" 68 "@@@STEP_LOG_END@json.output@@@"
72 ] 69 ]
73 }, 70 },
74 { 71 {
75 "cmd": [ 72 "cmd": [
76 "python", 73 "python",
77 "-u", 74 "-u",
78 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py", 75 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
79 "get_numbering", 76 "get_numbering",
80 "--params-file", 77 "--params-file",
81 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}", 78 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
82 "--attempts", 79 "--attempts",
83 "3" 80 "3"
84 ], 81 ],
85 "cwd": "[SLAVE_BUILD]",
86 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}", 82 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
87 "stdout": "/path/to/tmp/json", 83 "stdout": "/path/to/tmp/json",
88 "~followup_annotations": [ 84 "~followup_annotations": [
89 "@@@STEP_NEST_LEVEL@1@@@", 85 "@@@STEP_NEST_LEVEL@1@@@",
90 "@@@STEP_LOG_LINE@json.output@{@@@", 86 "@@@STEP_LOG_LINE@json.output@{@@@",
91 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@", 87 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
92 "@@@STEP_LOG_LINE@json.output@}@@@", 88 "@@@STEP_LOG_LINE@json.output@}@@@",
93 "@@@STEP_LOG_END@json.output@@@" 89 "@@@STEP_LOG_END@json.output@@@"
94 ] 90 ]
95 }, 91 },
96 { 92 {
97 "cmd": [ 93 "cmd": [
98 "python", 94 "python",
99 "-u", 95 "-u",
100 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 96 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
101 "DEPS", 97 "DEPS",
102 "--commit", 98 "--commit",
103 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 99 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
104 ], 100 ],
105 "cwd": "[SLAVE_BUILD]",
106 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS", 101 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
107 "stdout": "/path/to/tmp/", 102 "stdout": "/path/to/tmp/",
108 "~followup_annotations": [ 103 "~followup_annotations": [
109 "@@@STEP_NEST_LEVEL@1@@@", 104 "@@@STEP_NEST_LEVEL@1@@@",
110 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@", 105 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
111 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@", 106 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
112 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@angle: None@@@", 107 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@angle: None@@@",
113 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@", 108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
114 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@" 109 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
115 ] 110 ]
116 }, 111 },
117 { 112 {
118 "cmd": [ 113 "cmd": [
119 "python", 114 "python",
120 "-u", 115 "-u",
121 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 116 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
122 "DEPS", 117 "DEPS",
123 "--commit", 118 "--commit",
124 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 119 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
125 ], 120 ],
126 "cwd": "[SLAVE_BUILD]",
127 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS", 121 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
128 "stdout": "/path/to/tmp/", 122 "stdout": "/path/to/tmp/",
129 "~followup_annotations": [ 123 "~followup_annotations": [
130 "@@@STEP_NEST_LEVEL@1@@@", 124 "@@@STEP_NEST_LEVEL@1@@@",
131 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
132 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@", 126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
133 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@", 127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@angle: None@@@",
134 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 128 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
135 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 129 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
136 ] 130 ]
137 }, 131 },
138 { 132 {
139 "cmd": [], 133 "cmd": [],
140 "cwd": "[SLAVE_BUILD]",
141 "name": "Expanding revision range" 134 "name": "Expanding revision range"
142 }, 135 },
143 { 136 {
144 "cmd": [ 137 "cmd": [
145 "python", 138 "python",
146 "-u", 139 "-u",
147 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 140 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
148 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 141 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
149 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 142 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
150 "https://chromium.googlesource.com/chromium/src" 143 "https://chromium.googlesource.com/chromium/src"
151 ], 144 ],
152 "cwd": "[SLAVE_BUILD]",
153 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 145 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
154 "stdout": "/path/to/tmp/json", 146 "stdout": "/path/to/tmp/json",
155 "~followup_annotations": [ 147 "~followup_annotations": [
156 "@@@STEP_NEST_LEVEL@1@@@", 148 "@@@STEP_NEST_LEVEL@1@@@",
157 "@@@STEP_LOG_LINE@json.output@[@@@", 149 "@@@STEP_LOG_LINE@json.output@[@@@",
158 "@@@STEP_LOG_LINE@json.output@ [@@@", 150 "@@@STEP_LOG_LINE@json.output@ [@@@",
159 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@", 151 "@@@STEP_LOG_LINE@json.output@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@",
160 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
161 "@@@STEP_LOG_LINE@json.output@ ]@@@", 153 "@@@STEP_LOG_LINE@json.output@ ]@@@",
162 "@@@STEP_LOG_LINE@json.output@]@@@", 154 "@@@STEP_LOG_LINE@json.output@]@@@",
163 "@@@STEP_LOG_END@json.output@@@" 155 "@@@STEP_LOG_END@json.output@@@"
164 ] 156 ]
165 }, 157 },
166 { 158 {
167 "cmd": [ 159 "cmd": [
168 "python", 160 "python",
169 "-u", 161 "-u",
170 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 162 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
171 "--", 163 "--",
172 "[DEPOT_TOOLS]/gsutil.py", 164 "[ROOT]/b/depot_tools/gsutil.py",
173 "----", 165 "----",
174 "ls", 166 "ls",
175 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip" 167 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
176 ], 168 ],
177 "cwd": "[SLAVE_BUILD]",
178 "name": "gsutil ls" 169 "name": "gsutil ls"
179 }, 170 },
180 { 171 {
181 "cmd": [ 172 "cmd": [
182 "git", 173 "git",
183 "-c", 174 "-c",
184 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 175 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
185 "try", 176 "try",
186 "--bot", 177 "--bot",
187 "win_perf_bisect_builder", 178 "win_perf_bisect_builder",
188 "--revision", 179 "--revision",
189 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 180 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
190 "--name", 181 "--name",
191 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build", 182 "a6298e4afedbf2cd461755ea6f45b0ad64222222-build",
192 "--clobber", 183 "--clobber",
193 "--svn_repo", 184 "--svn_repo",
194 "svn://svn.chromium.org/chrome-try/try-perf", 185 "svn://svn.chromium.org/chrome-try/try-perf",
195 "--diff", 186 "--diff",
196 "/dev/null" 187 "/dev/null"
197 ], 188 ],
198 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 189 "cwd": "[TMP]/fake_checkout_tmp_1",
199 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try." 190 "name": "Requesting build for a6298e4afedbf2cd461755ea6f45b0ad64222222 via g it try."
200 }, 191 },
201 { 192 {
202 "cmd": [ 193 "cmd": [
203 "python", 194 "python",
204 "-u", 195 "-u",
205 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 196 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
206 "--", 197 "--",
207 "[DEPOT_TOOLS]/gsutil.py", 198 "[ROOT]/b/depot_tools/gsutil.py",
208 "----", 199 "----",
209 "ls", 200 "ls",
210 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip" 201 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip"
211 ], 202 ],
212 "cwd": "[SLAVE_BUILD]",
213 "name": "gsutil ls (2)" 203 "name": "gsutil ls (2)"
214 }, 204 },
215 { 205 {
216 "cmd": [ 206 "cmd": [
217 "git", 207 "git",
218 "-c", 208 "-c",
219 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 209 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
220 "try", 210 "try",
221 "--bot", 211 "--bot",
222 "win_perf_bisect_builder", 212 "win_perf_bisect_builder",
223 "--revision", 213 "--revision",
224 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 214 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
225 "--name", 215 "--name",
226 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build", 216 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build",
227 "--clobber", 217 "--clobber",
228 "--svn_repo", 218 "--svn_repo",
229 "svn://svn.chromium.org/chrome-try/try-perf", 219 "svn://svn.chromium.org/chrome-try/try-perf",
230 "--diff", 220 "--diff",
231 "/dev/null" 221 "/dev/null"
232 ], 222 ],
233 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 223 "cwd": "[TMP]/fake_checkout_tmp_1",
234 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 224 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
235 }, 225 },
236 { 226 {
237 "cmd": [ 227 "cmd": [
238 "git", 228 "git",
239 "footers", 229 "footers",
240 "--position", 230 "--position",
241 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 231 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
242 ], 232 ],
243 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 233 "cwd": "[TMP]/fake_checkout_tmp_1",
244 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222", 234 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
245 "stdout": "/path/to/tmp/" 235 "stdout": "/path/to/tmp/"
246 }, 236 },
247 { 237 {
248 "cmd": [], 238 "cmd": [],
249 "cwd": "[SLAVE_BUILD]",
250 "name": "Waiting for chromium@a6298e4afe" 239 "name": "Waiting for chromium@a6298e4afe"
251 }, 240 },
252 { 241 {
253 "cmd": [ 242 "cmd": [
254 "python", 243 "python",
255 "-u", 244 "-u",
256 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 245 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
257 "--", 246 "--",
258 "[DEPOT_TOOLS]/gsutil.py", 247 "[ROOT]/b/depot_tools/gsutil.py",
259 "----", 248 "----",
260 "ls", 249 "ls",
261 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip" 250 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222.zip"
262 ], 251 ],
263 "cwd": "[SLAVE_BUILD]",
264 "name": "Waiting for chromium@a6298e4afe.gsutil ls", 252 "name": "Waiting for chromium@a6298e4afe.gsutil ls",
265 "~followup_annotations": [ 253 "~followup_annotations": [
266 "@@@STEP_NEST_LEVEL@1@@@" 254 "@@@STEP_NEST_LEVEL@1@@@"
267 ] 255 ]
268 }, 256 },
269 { 257 {
270 "cmd": [], 258 "cmd": [],
271 "cwd": "[SLAVE_BUILD]",
272 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222", 259 "name": "Waiting for chromium@a6298e4afe.Triggering test job for a6298e4afed bf2cd461755ea6f45b0ad64222222",
273 "trigger_specs": [ 260 "trigger_specs": [
274 { 261 {
275 "builder_name": "chromium_rel_win7", 262 "builder_name": "chromium_rel_win7",
276 "properties": { 263 "properties": {
277 "bisect_config": { 264 "bisect_config": {
278 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 265 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
279 "metric": "mean_input_event_latency/mean_input_event_latency", 266 "metric": "mean_input_event_latency/mean_input_event_latency",
280 "repeat_count": 5, 267 "repeat_count": 5,
281 "test_type": "perf" 268 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
293 "~followup_annotations": [ 280 "~followup_annotations": [
294 "@@@STEP_NEST_LEVEL@1@@@" 281 "@@@STEP_NEST_LEVEL@1@@@"
295 ] 282 ]
296 }, 283 },
297 { 284 {
298 "cmd": [ 285 "cmd": [
299 "python", 286 "python",
300 "-u", 287 "-u",
301 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 288 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
302 ], 289 ],
303 "cwd": "[SLAVE_BUILD]",
304 "name": "Waiting for chromium@a6298e4afe.sleeping", 290 "name": "Waiting for chromium@a6298e4afe.sleeping",
305 "~followup_annotations": [ 291 "~followup_annotations": [
306 "@@@STEP_NEST_LEVEL@1@@@", 292 "@@@STEP_NEST_LEVEL@1@@@",
307 "@@@STEP_LOG_LINE@python.inline@@@@", 293 "@@@STEP_LOG_LINE@python.inline@@@@",
308 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 294 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
309 "@@@STEP_LOG_LINE@python.inline@import time@@@", 295 "@@@STEP_LOG_LINE@python.inline@import time@@@",
310 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 296 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
311 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 297 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
312 "@@@STEP_LOG_END@python.inline@@@" 298 "@@@STEP_LOG_END@python.inline@@@"
313 ] 299 ]
314 }, 300 },
315 { 301 {
316 "cmd": [ 302 "cmd": [
317 "python", 303 "python",
318 "-u", 304 "-u",
319 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 305 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
320 "--", 306 "--",
321 "[DEPOT_TOOLS]/gsutil.py", 307 "[ROOT]/b/depot_tools/gsutil.py",
322 "----", 308 "----",
323 "ls", 309 "ls",
324 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 310 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
325 ], 311 ],
326 "cwd": "[SLAVE_BUILD]",
327 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)", 312 "name": "Waiting for chromium@a6298e4afe.gsutil ls (2)",
328 "~followup_annotations": [ 313 "~followup_annotations": [
329 "@@@STEP_NEST_LEVEL@1@@@" 314 "@@@STEP_NEST_LEVEL@1@@@"
330 ] 315 ]
331 }, 316 },
332 { 317 {
333 "cmd": [ 318 "cmd": [
334 "python", 319 "python",
335 "-u", 320 "-u",
336 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 321 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
337 "--", 322 "--",
338 "[DEPOT_TOOLS]/gsutil.py", 323 "[ROOT]/b/depot_tools/gsutil.py",
339 "----", 324 "----",
340 "cat", 325 "cat",
341 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results" 326 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
342 ], 327 ],
343 "cwd": "[SLAVE_BUILD]",
344 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222", 328 "name": "Waiting for chromium@a6298e4afe.gsutil Get test results for build a 6298e4afedbf2cd461755ea6f45b0ad64222222",
345 "stdout": "/path/to/tmp/", 329 "stdout": "/path/to/tmp/",
346 "~followup_annotations": [ 330 "~followup_annotations": [
347 "@@@STEP_NEST_LEVEL@1@@@" 331 "@@@STEP_NEST_LEVEL@1@@@"
348 ] 332 ]
349 }, 333 },
350 { 334 {
351 "cmd": [ 335 "cmd": [
352 "git", 336 "git",
353 "footers", 337 "footers",
354 "--position", 338 "--position",
355 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 339 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
356 ], 340 ],
357 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 341 "cwd": "[TMP]/fake_checkout_tmp_1",
358 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 342 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
359 "stdout": "/path/to/tmp/" 343 "stdout": "/path/to/tmp/"
360 }, 344 },
361 { 345 {
362 "cmd": [], 346 "cmd": [],
363 "cwd": "[SLAVE_BUILD]",
364 "name": "Waiting for chromium@00316c9ddf" 347 "name": "Waiting for chromium@00316c9ddf"
365 }, 348 },
366 { 349 {
367 "cmd": [ 350 "cmd": [
368 "python", 351 "python",
369 "-u", 352 "-u",
370 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 353 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
371 "--", 354 "--",
372 "[DEPOT_TOOLS]/gsutil.py", 355 "[ROOT]/b/depot_tools/gsutil.py",
373 "----", 356 "----",
374 "ls", 357 "ls",
375 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip" 358 "gs://chrome-perf/Win Builder/full-build-win32_00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111.zip"
376 ], 359 ],
377 "cwd": "[SLAVE_BUILD]",
378 "name": "Waiting for chromium@00316c9ddf.gsutil ls", 360 "name": "Waiting for chromium@00316c9ddf.gsutil ls",
379 "~followup_annotations": [ 361 "~followup_annotations": [
380 "@@@STEP_NEST_LEVEL@1@@@" 362 "@@@STEP_NEST_LEVEL@1@@@"
381 ] 363 ]
382 }, 364 },
383 { 365 {
384 "cmd": [], 366 "cmd": [],
385 "cwd": "[SLAVE_BUILD]",
386 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111", 367 "name": "Waiting for chromium@00316c9ddf.Triggering test job for 00316c9ddfb 9d7b4e1ed2fff9fe6d964d2111111",
387 "trigger_specs": [ 368 "trigger_specs": [
388 { 369 {
389 "builder_name": "chromium_rel_win7", 370 "builder_name": "chromium_rel_win7",
390 "properties": { 371 "properties": {
391 "bisect_config": { 372 "bisect_config": {
392 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 373 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
393 "metric": "mean_input_event_latency/mean_input_event_latency", 374 "metric": "mean_input_event_latency/mean_input_event_latency",
394 "repeat_count": 5, 375 "repeat_count": 5,
395 "test_type": "perf" 376 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
407 "~followup_annotations": [ 388 "~followup_annotations": [
408 "@@@STEP_NEST_LEVEL@1@@@" 389 "@@@STEP_NEST_LEVEL@1@@@"
409 ] 390 ]
410 }, 391 },
411 { 392 {
412 "cmd": [ 393 "cmd": [
413 "python", 394 "python",
414 "-u", 395 "-u",
415 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 396 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
416 ], 397 ],
417 "cwd": "[SLAVE_BUILD]",
418 "name": "Waiting for chromium@00316c9ddf.sleeping", 398 "name": "Waiting for chromium@00316c9ddf.sleeping",
419 "~followup_annotations": [ 399 "~followup_annotations": [
420 "@@@STEP_NEST_LEVEL@1@@@", 400 "@@@STEP_NEST_LEVEL@1@@@",
421 "@@@STEP_LOG_LINE@python.inline@@@@", 401 "@@@STEP_LOG_LINE@python.inline@@@@",
422 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 402 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
423 "@@@STEP_LOG_LINE@python.inline@import time@@@", 403 "@@@STEP_LOG_LINE@python.inline@import time@@@",
424 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 404 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
425 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 405 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
426 "@@@STEP_LOG_END@python.inline@@@" 406 "@@@STEP_LOG_END@python.inline@@@"
427 ] 407 ]
428 }, 408 },
429 { 409 {
430 "cmd": [ 410 "cmd": [
431 "python", 411 "python",
432 "-u", 412 "-u",
433 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 413 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
434 "--", 414 "--",
435 "[DEPOT_TOOLS]/gsutil.py", 415 "[ROOT]/b/depot_tools/gsutil.py",
436 "----", 416 "----",
437 "ls", 417 "ls",
438 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 418 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
439 ], 419 ],
440 "cwd": "[SLAVE_BUILD]",
441 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)", 420 "name": "Waiting for chromium@00316c9ddf.gsutil ls (2)",
442 "~followup_annotations": [ 421 "~followup_annotations": [
443 "@@@STEP_NEST_LEVEL@1@@@" 422 "@@@STEP_NEST_LEVEL@1@@@"
444 ] 423 ]
445 }, 424 },
446 { 425 {
447 "cmd": [ 426 "cmd": [
448 "python", 427 "python",
449 "-u", 428 "-u",
450 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 429 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
451 "--", 430 "--",
452 "[DEPOT_TOOLS]/gsutil.py", 431 "[ROOT]/b/depot_tools/gsutil.py",
453 "----", 432 "----",
454 "cat", 433 "cat",
455 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results" 434 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
456 ], 435 ],
457 "cwd": "[SLAVE_BUILD]",
458 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 436 "name": "Waiting for chromium@00316c9ddf.gsutil Get test results for build 0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
459 "stdout": "/path/to/tmp/", 437 "stdout": "/path/to/tmp/",
460 "~followup_annotations": [ 438 "~followup_annotations": [
461 "@@@STEP_NEST_LEVEL@1@@@" 439 "@@@STEP_NEST_LEVEL@1@@@"
462 ] 440 ]
463 }, 441 },
464 { 442 {
465 "cmd": [ 443 "cmd": [
466 "python", 444 "python",
467 "-u", 445 "-u",
468 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 446 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
469 "--", 447 "--",
470 "[DEPOT_TOOLS]/gsutil.py", 448 "[ROOT]/b/depot_tools/gsutil.py",
471 "----", 449 "----",
472 "ls", 450 "ls",
473 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip" 451 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip"
474 ], 452 ],
475 "cwd": "[SLAVE_BUILD]",
476 "name": "gsutil ls (3)" 453 "name": "gsutil ls (3)"
477 }, 454 },
478 { 455 {
479 "cmd": [ 456 "cmd": [
480 "git", 457 "git",
481 "-c", 458 "-c",
482 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 459 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
483 "try", 460 "try",
484 "--bot", 461 "--bot",
485 "win_perf_bisect_builder", 462 "win_perf_bisect_builder",
486 "--revision", 463 "--revision",
487 "dcdcdc0ff1122212323134879ddceeb1240b0988", 464 "dcdcdc0ff1122212323134879ddceeb1240b0988",
488 "--name", 465 "--name",
489 "dcdcdc0ff1122212323134879ddceeb1240b0988-build", 466 "dcdcdc0ff1122212323134879ddceeb1240b0988-build",
490 "--clobber", 467 "--clobber",
491 "--svn_repo", 468 "--svn_repo",
492 "svn://svn.chromium.org/chrome-try/try-perf", 469 "svn://svn.chromium.org/chrome-try/try-perf",
493 "--diff", 470 "--diff",
494 "/dev/null" 471 "/dev/null"
495 ], 472 ],
496 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 473 "cwd": "[TMP]/fake_checkout_tmp_1",
497 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try." 474 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try."
498 }, 475 },
499 { 476 {
500 "cmd": [ 477 "cmd": [
501 "git", 478 "git",
502 "footers", 479 "footers",
503 "--position", 480 "--position",
504 "dcdcdc0ff1122212323134879ddceeb1240b0988" 481 "dcdcdc0ff1122212323134879ddceeb1240b0988"
505 ], 482 ],
506 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 483 "cwd": "[TMP]/fake_checkout_tmp_1",
507 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988", 484 "name": "resolving hash dcdcdc0ff1122212323134879ddceeb1240b0988",
508 "stdout": "/path/to/tmp/" 485 "stdout": "/path/to/tmp/"
509 }, 486 },
510 { 487 {
511 "cmd": [], 488 "cmd": [],
512 "cwd": "[SLAVE_BUILD]",
513 "name": "Waiting for chromium@dcdcdc0ff1" 489 "name": "Waiting for chromium@dcdcdc0ff1"
514 }, 490 },
515 { 491 {
516 "cmd": [ 492 "cmd": [
517 "python", 493 "python",
518 "-u", 494 "-u",
519 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 495 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
520 "--", 496 "--",
521 "[DEPOT_TOOLS]/gsutil.py", 497 "[ROOT]/b/depot_tools/gsutil.py",
522 "----", 498 "----",
523 "ls", 499 "ls",
524 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip" 500 "gs://chrome-perf/Win Builder/full-build-win32_dcdcdc0ff1122212323134879dd ceeb1240b0988.zip"
525 ], 501 ],
526 "cwd": "[SLAVE_BUILD]",
527 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls", 502 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls",
528 "~followup_annotations": [ 503 "~followup_annotations": [
529 "@@@STEP_NEST_LEVEL@1@@@" 504 "@@@STEP_NEST_LEVEL@1@@@"
530 ] 505 ]
531 }, 506 },
532 { 507 {
533 "cmd": [], 508 "cmd": [],
534 "cwd": "[SLAVE_BUILD]",
535 "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff11 22212323134879ddceeb1240b0988", 509 "name": "Waiting for chromium@dcdcdc0ff1.Triggering test job for dcdcdc0ff11 22212323134879ddceeb1240b0988",
536 "trigger_specs": [ 510 "trigger_specs": [
537 { 511 {
538 "builder_name": "chromium_rel_win7", 512 "builder_name": "chromium_rel_win7",
539 "properties": { 513 "properties": {
540 "bisect_config": { 514 "bisect_config": {
541 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases", 515 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
542 "metric": "mean_input_event_latency/mean_input_event_latency", 516 "metric": "mean_input_event_latency/mean_input_event_latency",
543 "repeat_count": 5, 517 "repeat_count": 5,
544 "test_type": "perf" 518 "test_type": "perf"
(...skipping 11 matching lines...) Expand all
556 "~followup_annotations": [ 530 "~followup_annotations": [
557 "@@@STEP_NEST_LEVEL@1@@@" 531 "@@@STEP_NEST_LEVEL@1@@@"
558 ] 532 ]
559 }, 533 },
560 { 534 {
561 "cmd": [ 535 "cmd": [
562 "python", 536 "python",
563 "-u", 537 "-u",
564 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n" 538 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
565 ], 539 ],
566 "cwd": "[SLAVE_BUILD]",
567 "name": "Waiting for chromium@dcdcdc0ff1.sleeping", 540 "name": "Waiting for chromium@dcdcdc0ff1.sleeping",
568 "~followup_annotations": [ 541 "~followup_annotations": [
569 "@@@STEP_NEST_LEVEL@1@@@", 542 "@@@STEP_NEST_LEVEL@1@@@",
570 "@@@STEP_LOG_LINE@python.inline@@@@", 543 "@@@STEP_LOG_LINE@python.inline@@@@",
571 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 544 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
572 "@@@STEP_LOG_LINE@python.inline@import time@@@", 545 "@@@STEP_LOG_LINE@python.inline@import time@@@",
573 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@", 546 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
574 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@", 547 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
575 "@@@STEP_LOG_END@python.inline@@@" 548 "@@@STEP_LOG_END@python.inline@@@"
576 ] 549 ]
577 }, 550 },
578 { 551 {
579 "cmd": [ 552 "cmd": [
580 "python", 553 "python",
581 "-u", 554 "-u",
582 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 555 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
583 "--", 556 "--",
584 "[DEPOT_TOOLS]/gsutil.py", 557 "[ROOT]/b/depot_tools/gsutil.py",
585 "----", 558 "----",
586 "ls", 559 "ls",
587 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 560 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
588 ], 561 ],
589 "cwd": "[SLAVE_BUILD]",
590 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)", 562 "name": "Waiting for chromium@dcdcdc0ff1.gsutil ls (2)",
591 "~followup_annotations": [ 563 "~followup_annotations": [
592 "@@@STEP_NEST_LEVEL@1@@@" 564 "@@@STEP_NEST_LEVEL@1@@@"
593 ] 565 ]
594 }, 566 },
595 { 567 {
596 "cmd": [ 568 "cmd": [
597 "python", 569 "python",
598 "-u", 570 "-u",
599 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 571 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
600 "--", 572 "--",
601 "[DEPOT_TOOLS]/gsutil.py", 573 "[ROOT]/b/depot_tools/gsutil.py",
602 "----", 574 "----",
603 "cat", 575 "cat",
604 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results" 576 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
605 ], 577 ],
606 "cwd": "[SLAVE_BUILD]",
607 "name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build d cdcdc0ff1122212323134879ddceeb1240b0988", 578 "name": "Waiting for chromium@dcdcdc0ff1.gsutil Get test results for build d cdcdc0ff1122212323134879ddceeb1240b0988",
608 "stdout": "/path/to/tmp/", 579 "stdout": "/path/to/tmp/",
609 "~followup_annotations": [ 580 "~followup_annotations": [
610 "@@@STEP_NEST_LEVEL@1@@@" 581 "@@@STEP_NEST_LEVEL@1@@@"
611 ] 582 ]
612 }, 583 },
613 { 584 {
614 "cmd": [ 585 "cmd": [
615 "python", 586 "python",
616 "-u", 587 "-u",
617 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 588 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
618 "[19, 20, 21, 22, 23]", 589 "[19, 20, 21, 22, 23]",
619 "[12, 13, 14, 15, 16]", 590 "[12, 13, 14, 15, 16]",
620 "0.01" 591 "0.01"
621 ], 592 ],
622 "cwd": "[SLAVE_BUILD]",
623 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference", 593 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference",
624 "stdout": "/path/to/tmp/json", 594 "stdout": "/path/to/tmp/json",
625 "~followup_annotations": [ 595 "~followup_annotations": [
626 "@@@STEP_NEST_LEVEL@1@@@", 596 "@@@STEP_NEST_LEVEL@1@@@",
627 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 597 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
628 "@@@STEP_LOG_END@json.output (invalid)@@@" 598 "@@@STEP_LOG_END@json.output (invalid)@@@"
629 ] 599 ]
630 }, 600 },
631 { 601 {
632 "cmd": [ 602 "cmd": [
633 "python", 603 "python",
634 "-u", 604 "-u",
635 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 605 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
636 "[12, 13, 14, 15, 16]", 606 "[12, 13, 14, 15, 16]",
637 "[12, 13, 14, 15, 16]", 607 "[12, 13, 14, 15, 16]",
638 "0.01" 608 "0.01"
639 ], 609 ],
640 "cwd": "[SLAVE_BUILD]",
641 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference (2)", 610 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference (2)",
642 "stdout": "/path/to/tmp/json", 611 "stdout": "/path/to/tmp/json",
643 "~followup_annotations": [ 612 "~followup_annotations": [
644 "@@@STEP_NEST_LEVEL@1@@@", 613 "@@@STEP_NEST_LEVEL@1@@@",
645 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 614 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
646 "@@@STEP_LOG_END@json.output (invalid)@@@" 615 "@@@STEP_LOG_END@json.output (invalid)@@@"
647 ] 616 ]
648 }, 617 },
649 { 618 {
650 "cmd": [ 619 "cmd": [
651 "git", 620 "git",
652 "show", 621 "show",
653 "--name-only", 622 "--name-only",
654 "--pretty=format:", 623 "--pretty=format:",
655 "dcdcdc0ff1122212323134879ddceeb1240b0988" 624 "dcdcdc0ff1122212323134879ddceeb1240b0988"
656 ], 625 ],
657 "cwd": "[SLAVE_BUILD]/src", 626 "cwd": "[CWD]/src",
658 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988", 627 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
659 "stdout": "/path/to/tmp/" 628 "stdout": "/path/to/tmp/"
660 }, 629 },
661 { 630 {
662 "cmd": [ 631 "cmd": [
663 "python", 632 "python",
664 "-u", 633 "-u",
665 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 634 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
666 "DEPS", 635 "DEPS",
667 "--commit", 636 "--commit",
668 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 637 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
669 ], 638 ],
670 "cwd": "[SLAVE_BUILD]",
671 "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 639 "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
672 "stdout": "/path/to/tmp/" 640 "stdout": "/path/to/tmp/"
673 }, 641 },
674 { 642 {
675 "cmd": [ 643 "cmd": [
676 "python", 644 "python",
677 "-u", 645 "-u",
678 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py", 646 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
679 "DEPS", 647 "DEPS",
680 "--commit", 648 "--commit",
681 "dcdcdc0ff1122212323134879ddceeb1240b0988" 649 "dcdcdc0ff1122212323134879ddceeb1240b0988"
682 ], 650 ],
683 "cwd": "[SLAVE_BUILD]",
684 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS", 651 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS",
685 "stdout": "/path/to/tmp/" 652 "stdout": "/path/to/tmp/"
686 }, 653 },
687 { 654 {
688 "cmd": [ 655 "cmd": [
689 "python", 656 "python",
690 "-u", 657 "-u",
691 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y", 658 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
692 "001", 659 "001",
693 "004", 660 "004",
694 "https://chromium.googlesource.com/v8/v8.git" 661 "https://chromium.googlesource.com/v8/v8.git"
695 ], 662 ],
696 "cwd": "[SLAVE_BUILD]",
697 "name": "Expanding revision range for revision 004 on depot v8", 663 "name": "Expanding revision range for revision 004 on depot v8",
698 "stdout": "/path/to/tmp/json", 664 "stdout": "/path/to/tmp/json",
699 "~followup_annotations": [ 665 "~followup_annotations": [
700 "@@@STEP_LOG_LINE@json.output@[@@@", 666 "@@@STEP_LOG_LINE@json.output@[@@@",
701 "@@@STEP_LOG_LINE@json.output@ [@@@", 667 "@@@STEP_LOG_LINE@json.output@ [@@@",
702 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@", 668 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@",
703 "@@@STEP_LOG_LINE@json.output@ 0@@@", 669 "@@@STEP_LOG_LINE@json.output@ 0@@@",
704 "@@@STEP_LOG_LINE@json.output@ ], @@@", 670 "@@@STEP_LOG_LINE@json.output@ ], @@@",
705 "@@@STEP_LOG_LINE@json.output@ [@@@", 671 "@@@STEP_LOG_LINE@json.output@ [@@@",
706 "@@@STEP_LOG_LINE@json.output@ \"003\", @@@", 672 "@@@STEP_LOG_LINE@json.output@ \"003\", @@@",
707 "@@@STEP_LOG_LINE@json.output@ 0@@@", 673 "@@@STEP_LOG_LINE@json.output@ 0@@@",
708 "@@@STEP_LOG_LINE@json.output@ ]@@@", 674 "@@@STEP_LOG_LINE@json.output@ ]@@@",
709 "@@@STEP_LOG_LINE@json.output@]@@@", 675 "@@@STEP_LOG_LINE@json.output@]@@@",
710 "@@@STEP_LOG_END@json.output@@@" 676 "@@@STEP_LOG_END@json.output@@@"
711 ] 677 ]
712 }, 678 },
713 { 679 {
714 "cmd": [ 680 "cmd": [
715 "git", 681 "git",
716 "hash-object", 682 "hash-object",
717 "-t", 683 "-t",
718 "blob", 684 "blob",
719 "-w", 685 "-w",
720 "--stdin" 686 "--stdin"
721 ], 687 ],
722 "cwd": "[SLAVE_BUILD]/src", 688 "cwd": "[CWD]/src",
723 "name": "Hashing modified DEPS file with revision 002", 689 "name": "Hashing modified DEPS file with revision 002",
724 "stdin": "vars={'v8_revision': '002'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}", 690 "stdin": "vars={'v8_revision': '002'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}",
725 "stdout": "/path/to/tmp/" 691 "stdout": "/path/to/tmp/"
726 }, 692 },
727 { 693 {
728 "cmd": [ 694 "cmd": [
729 "git", 695 "git",
730 "diff", 696 "diff",
731 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 697 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
732 "f412e8458", 698 "f412e8458",
733 "--src-prefix=IAMSRC:", 699 "--src-prefix=IAMSRC:",
734 "--dst-prefix=IAMDST:" 700 "--dst-prefix=IAMDST:"
735 ], 701 ],
736 "cwd": "[SLAVE_BUILD]/src", 702 "cwd": "[CWD]/src",
737 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 002", 703 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 002",
738 "stdout": "/path/to/tmp/" 704 "stdout": "/path/to/tmp/"
739 }, 705 },
740 { 706 {
741 "cmd": [ 707 "cmd": [
742 "git", 708 "git",
743 "hash-object", 709 "hash-object",
744 "-t", 710 "-t",
745 "blob", 711 "blob",
746 "-w", 712 "-w",
747 "--stdin" 713 "--stdin"
748 ], 714 ],
749 "cwd": "[SLAVE_BUILD]/src", 715 "cwd": "[CWD]/src",
750 "name": "Hashing modified DEPS file with revision 003", 716 "name": "Hashing modified DEPS file with revision 003",
751 "stdin": "vars={'v8_revision': '003'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}", 717 "stdin": "vars={'v8_revision': '003'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}",
752 "stdout": "/path/to/tmp/" 718 "stdout": "/path/to/tmp/"
753 }, 719 },
754 { 720 {
755 "cmd": [ 721 "cmd": [
756 "git", 722 "git",
757 "diff", 723 "diff",
758 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS", 724 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
759 "f412e8458", 725 "f412e8458",
760 "--src-prefix=IAMSRC:", 726 "--src-prefix=IAMSRC:",
761 "--dst-prefix=IAMDST:" 727 "--dst-prefix=IAMDST:"
762 ], 728 ],
763 "cwd": "[SLAVE_BUILD]/src", 729 "cwd": "[CWD]/src",
764 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003", 730 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003",
765 "stdout": "/path/to/tmp/" 731 "stdout": "/path/to/tmp/"
766 }, 732 },
767 { 733 {
768 "cmd": [], 734 "cmd": [],
769 "cwd": "[SLAVE_BUILD]",
770 "name": "Wiggling revision chromium@a6298e4afe,v8@003" 735 "name": "Wiggling revision chromium@a6298e4afe,v8@003"
771 }, 736 },
772 { 737 {
773 "cmd": [ 738 "cmd": [
774 "python", 739 "python",
775 "-u", 740 "-u",
776 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", 741 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
777 "--", 742 "--",
778 "[DEPOT_TOOLS]/gsutil.py", 743 "[ROOT]/b/depot_tools/gsutil.py",
779 "----", 744 "----",
780 "ls", 745 "ls",
781 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip" 746 "gs://chrome-perf/Win Builder/full-build-win32_a6298e4afedbf2cd461755ea6f4 5b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip"
782 ], 747 ],
783 "cwd": "[SLAVE_BUILD]",
784 "name": "gsutil ls (4)" 748 "name": "gsutil ls (4)"
785 }, 749 },
786 { 750 {
787 "cmd": [ 751 "cmd": [
788 "python", 752 "python",
789 "-u", 753 "-u",
790 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 754 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
791 "Dummy .diff contents 001 - 003\ndiff --git DEPS.sha DEPS.sha\nnew file mo de 100644\n--- /dev/null\n+++ DEPS.sha\n@@ -0,0 +1 @@\n+51e7ed4b63ad81d8b499e42b 888149349afaaca1\n", 755 "Dummy .diff contents 001 - 003\ndiff --git DEPS.sha DEPS.sha\nnew file mo de 100644\n--- /dev/null\n+++ DEPS.sha\n@@ -0,0 +1 @@\n+51e7ed4b63ad81d8b499e42b 888149349afaaca1\n",
792 "[TMP_BASE]/003-build.diff" 756 "[TMP]/003-build.diff"
793 ], 757 ],
794 "cwd": "[SLAVE_BUILD]",
795 "name": "Saving diff patch for 003" 758 "name": "Saving diff patch for 003"
796 }, 759 },
797 { 760 {
798 "cmd": [ 761 "cmd": [
799 "git", 762 "git",
800 "-c", 763 "-c",
801 "user.email=FAKE_PERF_PUMPKIN@chromium.org", 764 "user.email=FAKE_PERF_PUMPKIN@chromium.org",
802 "try", 765 "try",
803 "--bot", 766 "--bot",
804 "win_perf_bisect_builder", 767 "win_perf_bisect_builder",
805 "--revision", 768 "--revision",
806 "a6298e4afedbf2cd461755ea6f45b0ad64222222", 769 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
807 "--name", 770 "--name",
808 "003-build", 771 "003-build",
809 "--clobber", 772 "--clobber",
810 "--svn_repo", 773 "--svn_repo",
811 "svn://svn.chromium.org/chrome-try/try-perf", 774 "svn://svn.chromium.org/chrome-try/try-perf",
812 "--diff", 775 "--diff",
813 "[TMP_BASE]/003-build.diff" 776 "[TMP]/003-build.diff"
814 ], 777 ],
815 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 778 "cwd": "[TMP]/fake_checkout_tmp_1",
816 "name": "Requesting build for 003 via git try." 779 "name": "Requesting build for 003 via git try."
817 }, 780 },
818 { 781 {
819 "cmd": [ 782 "cmd": [
820 "python", 783 "python",
821 "-u", 784 "-u",
822 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n", 785 "\nimport os\nimport sys\nos.remove(sys.argv[1])\n",
823 "[TMP_BASE]/003-build.diff" 786 "[TMP]/003-build.diff"
824 ], 787 ],
825 "cwd": "[SLAVE_BUILD]",
826 "name": "cleaning up patch", 788 "name": "cleaning up patch",
827 "~followup_annotations": [ 789 "~followup_annotations": [
828 "@@@STEP_LOG_LINE@python.inline@@@@", 790 "@@@STEP_LOG_LINE@python.inline@@@@",
829 "@@@STEP_LOG_LINE@python.inline@import os@@@", 791 "@@@STEP_LOG_LINE@python.inline@import os@@@",
830 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 792 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
831 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 793 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
832 "@@@STEP_LOG_END@python.inline@@@" 794 "@@@STEP_LOG_END@python.inline@@@"
833 ] 795 ]
834 }, 796 },
835 { 797 {
836 "cmd": [ 798 "cmd": [
837 "python", 799 "python",
838 "-u", 800 "-u",
839 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py", 801 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py",
840 "003", 802 "003",
841 "v8" 803 "v8"
842 ], 804 ],
843 "cwd": "[SLAVE_BUILD]",
844 "name": "Reading culprit cl information.", 805 "name": "Reading culprit cl information.",
845 "stdout": "/path/to/tmp/json", 806 "stdout": "/path/to/tmp/json",
846 "~followup_annotations": [ 807 "~followup_annotations": [
847 "@@@STEP_LOG_LINE@json.output@{@@@", 808 "@@@STEP_LOG_LINE@json.output@{@@@",
848 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", 809 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
849 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@", 810 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
850 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", 811 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
851 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", 812 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
852 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", 813 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
853 "@@@STEP_LOG_LINE@json.output@}@@@", 814 "@@@STEP_LOG_LINE@json.output@}@@@",
854 "@@@STEP_LOG_END@json.output@@@" 815 "@@@STEP_LOG_END@json.output@@@"
855 ] 816 ]
856 }, 817 },
857 { 818 {
858 "name": "$result", 819 "name": "$result",
859 "recipe_result": null, 820 "recipe_result": null,
860 "status_code": 0 821 "status_code": 0
861 } 822 }
862 ] 823 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698