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

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

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Removing debug prints. Created 4 years, 4 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
(Empty)
1 [
2 {
3 "cmd": [
4 "git",
5 "update-ref",
6 "refs/heads/master",
7 "refs/remotes/origin/master"
8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref"
11 },
12 {
13 "cmd": [
14 "git",
15 "checkout",
16 "master"
17 ],
18 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
19 "name": "git checkout"
20 },
21 {
22 "cmd": [],
23 "name": "config",
24 "~followup_annotations": [
25 "@@@STEP_LOG_LINE@Bisect job configuration@{@@@",
26 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bad_revision\": \"314017\", @@@",
27 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bug_id\": \"-1\", @@@",
28 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_host\": \"master4.g olo.chromium.org\", @@@",
29 "@@@STEP_LOG_LINE@Bisect job configuration@ \"builder_port\": \"8341\", @ @@",
30 "@@@STEP_LOG_LINE@Bisect job configuration@ \"bypass_stats_check\": \"Tru e\", @@@",
31 "@@@STEP_LOG_LINE@Bisect job configuration@ \"command\": \"src/tools/perf /run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", @@@",
32 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_builds\": null, @@@",
33 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_job_names\": \"True\" , @@@",
34 "@@@STEP_LOG_LINE@Bisect job configuration@ \"dummy_tests\": \"True\", @@ @",
35 "@@@STEP_LOG_LINE@Bisect job configuration@ \"good_revision\": \"314015\" , @@@",
36 "@@@STEP_LOG_LINE@Bisect job configuration@ \"gs_bucket\": \"chrome-perf\ ", @@@",
37 "@@@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\", @@@",
39 "@@@STEP_LOG_LINE@Bisect job configuration@ \"recipe_tester_name\": \"lin ux_perf_tester\", @@@",
40 "@@@STEP_LOG_LINE@Bisect job configuration@ \"repeat_count\": \"2\", @@@" ,
41 "@@@STEP_LOG_LINE@Bisect job configuration@ \"skip_gclient_ops\": \"True\ ", @@@",
42 "@@@STEP_LOG_LINE@Bisect job configuration@ \"test_type\": \"perf\"@@@",
43 "@@@STEP_LOG_LINE@Bisect job configuration@}@@@",
44 "@@@STEP_LOG_END@Bisect job configuration@@@"
45 ]
46 },
47 {
48 "cmd": [],
49 "name": "Resolving reference range"
50 },
51 {
52 "cmd": [
53 "python",
54 "-u",
55 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
56 "get_numbering",
57 "--params-file",
58 "{\"number\": 314017, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
59 "--attempts",
60 "3"
61 ],
62 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314017}",
63 "stdout": "/path/to/tmp/json",
64 "~followup_annotations": [
65 "@@@STEP_NEST_LEVEL@1@@@",
66 "@@@STEP_LOG_LINE@json.output@{@@@",
67 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"00316c9ddfb9d7b4e1ed2fff9fe 6d964d2111111\"@@@",
68 "@@@STEP_LOG_LINE@json.output@}@@@",
69 "@@@STEP_LOG_END@json.output@@@"
70 ]
71 },
72 {
73 "cmd": [
74 "python",
75 "-u",
76 "RECIPE_MODULE[build::crrev]/resources/crrev_client.py",
77 "get_numbering",
78 "--params-file",
79 "{\"number\": 314015, \"numbering_identifier\": \"refs/heads/master\", \"n umbering_type\": \"COMMIT_POSITION\", \"project\": \"chromium\", \"repo\": \"chr omium/src\"}",
80 "--attempts",
81 "3"
82 ],
83 "name": "Resolving reference range.crrev get commit hash for refs/heads/mast er@{#314015}",
84 "stdout": "/path/to/tmp/json",
85 "~followup_annotations": [
86 "@@@STEP_NEST_LEVEL@1@@@",
87 "@@@STEP_LOG_LINE@json.output@{@@@",
88 "@@@STEP_LOG_LINE@json.output@ \"git_sha\": \"a6298e4afedbf2cd461755ea6f4 5b0ad64222222\"@@@",
89 "@@@STEP_LOG_LINE@json.output@}@@@",
90 "@@@STEP_LOG_END@json.output@@@"
91 ]
92 },
93 {
94 "cmd": [
95 "python",
96 "-u",
97 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
98 "DEPS",
99 "--commit",
100 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
101 ],
102 "name": "Resolving reference range.fetch file 00316c9ddfb9d7b4e1ed2fff9fe6d9 64d2111111:DEPS",
103 "stdout": "/path/to/tmp/",
104 "~followup_annotations": [
105 "@@@STEP_NEST_LEVEL@1@@@",
106 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@v8: None@@@",
107 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@catapult: None@@@",
108 "@@@STEP_LOG_LINE@Debug Bad Revision DEPS@skia: None@@@",
109 "@@@STEP_LOG_END@Debug Bad Revision DEPS@@@"
110 ]
111 },
112 {
113 "cmd": [
114 "python",
115 "-u",
116 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
117 "DEPS",
118 "--commit",
119 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
120 ],
121 "name": "Resolving reference range.fetch file a6298e4afedbf2cd461755ea6f45b0 ad64222222:DEPS",
122 "stdout": "/path/to/tmp/",
123 "~followup_annotations": [
124 "@@@STEP_NEST_LEVEL@1@@@",
125 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
126 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@catapult: None@@@",
127 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
128 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
129 ]
130 },
131 {
132 "cmd": [],
133 "name": "Expanding revision range"
134 },
135 {
136 "cmd": [
137 "python",
138 "-u",
139 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
140 "a6298e4afedbf2cd461755ea6f45b0ad64222222",
141 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
142 "https://chromium.googlesource.com/chromium/src"
143 ],
144 "name": "Expanding revision range.for revisions a6298e4afedbf2cd461755ea6f45 b0ad64222222:00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
145 "stdout": "/path/to/tmp/json",
146 "~followup_annotations": [
147 "@@@STEP_NEST_LEVEL@1@@@",
148 "@@@STEP_LOG_LINE@json.output@[]@@@",
149 "@@@STEP_LOG_END@json.output@@@"
150 ]
151 },
152 {
153 "cmd": [
154 "python",
155 "-u",
156 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
157 "--",
158 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
159 "----",
160 "ls",
161 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
162 ],
163 "name": "gsutil ls",
164 "~followup_annotations": [
165 "step returned non-zero exit code: 1"
166 ]
167 },
168 {
169 "cmd": [
170 "/opt/infra-tools/buildbucket",
171 "put",
172 "--host",
173 "cr-buildbucket.appspot.com",
174 "--service-account-json",
175 "/creds/service_accounts/service-account-chromium-bisect.json",
176 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"dummy\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect_ builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-per f/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"a6298e4afedbf2cd46175 5ea6f45b0ad64222222\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
177 ],
178 "name": "buildbucket.put",
179 "stdout": "/path/to/tmp/json",
180 "~followup_annotations": [
181 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
182 "@@@STEP_LOG_END@json.output (invalid)@@@"
183 ]
184 },
185 {
186 "cmd": [
187 "python",
188 "-u",
189 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
190 "--",
191 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
192 "----",
193 "ls",
194 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
195 ],
196 "name": "gsutil ls (2)",
197 "~followup_annotations": [
198 "step returned non-zero exit code: 1"
199 ]
200 },
201 {
202 "cmd": [
203 "/opt/infra-tools/buildbucket",
204 "put",
205 "--host",
206 "cr-buildbucket.appspot.com",
207 "--service-account-json",
208 "/creds/service_accounts/service-account-chromium-bisect.json",
209 "{\"bucket\": \"master.tryserver.chromium.perf\", \"client_operation_id\": \"dummy\", \"parameters_json\": \"{\\\"builder_name\\\": \\\"linux_perf_bisect_ builder\\\", \\\"properties\\\": {\\\"build_archive_url\\\": \\\"gs://chrome-per f/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"00316c9ddfb9d7b4e1ed2 fff9fe6d964d2111111\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
210 ],
211 "name": "buildbucket.put (2)",
212 "stdout": "/path/to/tmp/json",
213 "~followup_annotations": [
214 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
215 "@@@STEP_LOG_END@json.output (invalid)@@@"
216 ]
217 },
218 {
219 "cmd": [
220 "python",
221 "-u",
222 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
223 "--",
224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
225 "----",
226 "ls",
227 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
228 ],
229 "name": "gsutil ls (3)",
230 "~followup_annotations": [
231 "step returned non-zero exit code: 1"
232 ]
233 },
234 {
235 "cmd": [
236 "python",
237 "-u",
238 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
239 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
240 "--outfile",
241 "/path/to/tmp/"
242 ],
243 "name": "fetch builder state"
244 },
245 {
246 "cmd": [
247 "python",
248 "-u",
249 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
250 ],
251 "name": "sleeping",
252 "~followup_annotations": [
253 "@@@STEP_LOG_LINE@python.inline@@@@",
254 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
255 "@@@STEP_LOG_LINE@python.inline@import time@@@",
256 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
257 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
258 "@@@STEP_LOG_END@python.inline@@@"
259 ]
260 },
261 {
262 "cmd": [
263 "python",
264 "-u",
265 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
266 "--",
267 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
268 "----",
269 "ls",
270 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
271 ],
272 "name": "gsutil ls (4)",
273 "~followup_annotations": [
274 "step returned non-zero exit code: 1"
275 ]
276 },
277 {
278 "cmd": [
279 "python",
280 "-u",
281 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
282 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
283 "--outfile",
284 "/path/to/tmp/"
285 ],
286 "name": "fetch builder state (2)"
287 },
288 {
289 "cmd": [
290 "python",
291 "-u",
292 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
293 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
294 "--outfile",
295 "/path/to/tmp/"
296 ],
297 "name": "fetch build details"
298 },
299 {
300 "cmd": [
301 "python",
302 "-u",
303 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
304 ],
305 "name": "sleeping (2)",
306 "~followup_annotations": [
307 "@@@STEP_LOG_LINE@python.inline@@@@",
308 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
309 "@@@STEP_LOG_LINE@python.inline@import time@@@",
310 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
311 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
312 "@@@STEP_LOG_END@python.inline@@@"
313 ]
314 },
315 {
316 "cmd": [
317 "python",
318 "-u",
319 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
320 "--",
321 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
322 "----",
323 "ls",
324 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
325 ],
326 "name": "gsutil ls (5)",
327 "~followup_annotations": [
328 "step returned non-zero exit code: 1"
329 ]
330 },
331 {
332 "cmd": [
333 "python",
334 "-u",
335 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
336 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder/builds/2106?as_text=1",
337 "--outfile",
338 "/path/to/tmp/"
339 ],
340 "name": "fetch build details (2)"
341 },
342 {
343 "cmd": [
344 "python",
345 "-u",
346 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
347 "--",
348 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
349 "----",
350 "ls",
351 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
352 ],
353 "name": "gsutil ls (6)",
354 "~followup_annotations": [
355 "step returned non-zero exit code: 1"
356 ]
357 },
358 {
359 "cmd": [
360 "python",
361 "-u",
362 "RECIPE_PACKAGE_REPO[build]/scripts/tools/pycurl.py",
363 "https://build.chromium.org/p/tryserver.chromium.perfjson/builders/linux_p erf_bisect_builder?as_text=1",
364 "--outfile",
365 "/path/to/tmp/"
366 ],
367 "name": "fetch builder state (3)"
368 },
369 {
370 "cmd": [
371 "python",
372 "-u",
373 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
374 ],
375 "name": "sleeping (3)",
376 "~followup_annotations": [
377 "@@@STEP_LOG_LINE@python.inline@@@@",
378 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
379 "@@@STEP_LOG_LINE@python.inline@import time@@@",
380 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
381 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
382 "@@@STEP_LOG_END@python.inline@@@"
383 ]
384 },
385 {
386 "cmd": [
387 "python",
388 "-u",
389 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
390 "--",
391 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
392 "----",
393 "ls",
394 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
395 ],
396 "name": "gsutil ls (7)"
397 },
398 {
399 "cmd": [],
400 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
401 "trigger_specs": [
402 {
403 "builder_name": "linux_perf_tester",
404 "properties": {
405 "bisect_config": {
406 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
407 "metric": "mean_input_event_latency/mean_input_event_latency",
408 "repeat_count": 5,
409 "test_type": "perf"
410 },
411 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
412 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
413 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
414 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
415 "revision_ladder": {
416 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
417 }
418 }
419 }
420 ]
421 },
422 {
423 "cmd": [
424 "python",
425 "-u",
426 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
427 ],
428 "name": "sleeping (4)",
429 "~followup_annotations": [
430 "@@@STEP_LOG_LINE@python.inline@@@@",
431 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
432 "@@@STEP_LOG_LINE@python.inline@import time@@@",
433 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
434 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
435 "@@@STEP_LOG_END@python.inline@@@"
436 ]
437 },
438 {
439 "cmd": [
440 "python",
441 "-u",
442 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
443 "--",
444 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
445 "----",
446 "ls",
447 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
448 ],
449 "name": "gsutil ls (8)"
450 },
451 {
452 "cmd": [
453 "python",
454 "-u",
455 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
456 "--",
457 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
458 "----",
459 "cat",
460 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
461 ],
462 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
463 "stdout": "/path/to/tmp/"
464 },
465 {
466 "cmd": [
467 "git",
468 "footers",
469 "--position",
470 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
471 ],
472 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
473 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
474 "stdout": "/path/to/tmp/",
475 "~followup_annotations": [
476 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
477 ]
478 },
479 {
480 "name": "$result",
481 "recipe_result": null,
482 "status_code": 0
483 }
484 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698