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

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: Addressing all early feedback. Created 4 years, 3 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_LINE@json.output@ [@@@",
150 "@@@STEP_LOG_LINE@json.output@ \"00316c9ddfb9d7b4e1ed2fff9fe6d964d21111 11\", @@@",
151 "@@@STEP_LOG_LINE@json.output@ \"ignored\"@@@",
152 "@@@STEP_LOG_LINE@json.output@ ]@@@",
153 "@@@STEP_LOG_LINE@json.output@]@@@",
154 "@@@STEP_LOG_END@json.output@@@"
155 ]
156 },
157 {
158 "cmd": [
159 "python",
160 "-u",
161 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
162 "--",
163 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
164 "----",
165 "ls",
166 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
167 ],
168 "name": "gsutil ls",
169 "~followup_annotations": [
170 "step returned non-zero exit code: 1"
171 ]
172 },
173 {
174 "cmd": [
175 "/opt/infra-tools/buildbucket",
176 "put",
177 "--host",
178 "cr-buildbucket.appspot.com",
179 "--service-account-json",
180 "/creds/service_accounts/service-account-chromium-bisect.json",
181 "{\"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\"]}"
182 ],
183 "name": "buildbucket.put",
184 "stdout": "/path/to/tmp/json",
185 "~followup_annotations": [
186 "@@@STEP_LOG_LINE@json.output@{@@@",
187 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
188 "@@@STEP_LOG_LINE@json.output@ {@@@",
189 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
190 "@@@STEP_LOG_LINE@json.output@ \"id\": \"1201331270\"@@@",
191 "@@@STEP_LOG_LINE@json.output@ }@@@",
192 "@@@STEP_LOG_LINE@json.output@ }@@@",
193 "@@@STEP_LOG_LINE@json.output@ ]@@@",
194 "@@@STEP_LOG_LINE@json.output@}@@@",
195 "@@@STEP_LOG_END@json.output@@@"
196 ]
197 },
198 {
199 "cmd": [
200 "python",
201 "-u",
202 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
203 "--",
204 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
205 "----",
206 "ls",
207 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
208 ],
209 "name": "gsutil ls (2)",
210 "~followup_annotations": [
211 "step returned non-zero exit code: 1"
212 ]
213 },
214 {
215 "cmd": [
216 "/opt/infra-tools/buildbucket",
217 "put",
218 "--host",
219 "cr-buildbucket.appspot.com",
220 "--service-account-json",
221 "/creds/service_accounts/service-account-chromium-bisect.json",
222 "{\"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\"]}"
223 ],
224 "name": "buildbucket.put (2)",
225 "stdout": "/path/to/tmp/json",
226 "~followup_annotations": [
227 "@@@STEP_LOG_LINE@json.output@{@@@",
228 "@@@STEP_LOG_LINE@json.output@ \"results\": [@@@",
229 "@@@STEP_LOG_LINE@json.output@ {@@@",
230 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
231 "@@@STEP_LOG_LINE@json.output@ \"id\": \"1201331270\"@@@",
232 "@@@STEP_LOG_LINE@json.output@ }@@@",
233 "@@@STEP_LOG_LINE@json.output@ }@@@",
234 "@@@STEP_LOG_LINE@json.output@ ]@@@",
235 "@@@STEP_LOG_LINE@json.output@}@@@",
236 "@@@STEP_LOG_END@json.output@@@"
237 ]
238 },
239 {
240 "cmd": [
241 "python",
242 "-u",
243 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
244 "--",
245 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
246 "----",
247 "ls",
248 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
249 ],
250 "name": "gsutil ls (3)",
251 "~followup_annotations": [
252 "step returned non-zero exit code: 1"
253 ]
254 },
255 {
256 "cmd": [
257 "/opt/infra-tools/buildbucket",
258 "get",
259 "--host",
260 "cr-buildbucket.appspot.com",
261 "--service-account-json",
262 "/creds/service_accounts/service-account-chromium-bisect.json",
263 "1201331270"
264 ],
265 "name": "buildbucket.get",
266 "stdout": "/path/to/tmp/json",
267 "~followup_annotations": [
268 "@@@STEP_LOG_LINE@json.output@{@@@",
269 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
270 "@@@STEP_LOG_LINE@json.output@ \"status\": \"PENDING\"@@@",
271 "@@@STEP_LOG_LINE@json.output@ }@@@",
272 "@@@STEP_LOG_LINE@json.output@}@@@",
273 "@@@STEP_LOG_END@json.output@@@"
274 ]
275 },
276 {
277 "cmd": [
278 "python",
279 "-u",
280 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
281 ],
282 "name": "sleeping",
283 "~followup_annotations": [
284 "@@@STEP_LOG_LINE@python.inline@@@@",
285 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
286 "@@@STEP_LOG_LINE@python.inline@import time@@@",
287 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
288 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
289 "@@@STEP_LOG_END@python.inline@@@"
290 ]
291 },
292 {
293 "cmd": [
294 "python",
295 "-u",
296 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
297 "--",
298 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
299 "----",
300 "ls",
301 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
302 ],
303 "name": "gsutil ls (4)",
304 "~followup_annotations": [
305 "step returned non-zero exit code: 1"
306 ]
307 },
308 {
309 "cmd": [
310 "/opt/infra-tools/buildbucket",
311 "get",
312 "--host",
313 "cr-buildbucket.appspot.com",
314 "--service-account-json",
315 "/creds/service_accounts/service-account-chromium-bisect.json",
316 "1201331270"
317 ],
318 "name": "buildbucket.get (2)",
319 "stdout": "/path/to/tmp/json",
320 "~followup_annotations": [
321 "@@@STEP_LOG_LINE@json.output@{@@@",
322 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
323 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
324 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
325 "@@@STEP_LOG_LINE@json.output@ }@@@",
326 "@@@STEP_LOG_LINE@json.output@}@@@",
327 "@@@STEP_LOG_END@json.output@@@"
328 ]
329 },
330 {
331 "cmd": [
332 "python",
333 "-u",
334 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
335 ],
336 "name": "sleeping (2)",
337 "~followup_annotations": [
338 "@@@STEP_LOG_LINE@python.inline@@@@",
339 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
340 "@@@STEP_LOG_LINE@python.inline@import time@@@",
341 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
342 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
343 "@@@STEP_LOG_END@python.inline@@@"
344 ]
345 },
346 {
347 "cmd": [
348 "python",
349 "-u",
350 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
351 "--",
352 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
353 "----",
354 "ls",
355 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
356 ],
357 "name": "gsutil ls (5)",
358 "~followup_annotations": [
359 "step returned non-zero exit code: 1"
360 ]
361 },
362 {
363 "cmd": [
364 "/opt/infra-tools/buildbucket",
365 "get",
366 "--host",
367 "cr-buildbucket.appspot.com",
368 "--service-account-json",
369 "/creds/service_accounts/service-account-chromium-bisect.json",
370 "1201331270"
371 ],
372 "name": "buildbucket.get (3)",
373 "stdout": "/path/to/tmp/json",
374 "~followup_annotations": [
375 "@@@STEP_LOG_LINE@json.output@{@@@",
376 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
377 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
378 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
379 "@@@STEP_LOG_LINE@json.output@ }@@@",
380 "@@@STEP_LOG_LINE@json.output@}@@@",
381 "@@@STEP_LOG_END@json.output@@@"
382 ]
383 },
384 {
385 "cmd": [
386 "python",
387 "-u",
388 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
389 ],
390 "name": "sleeping (3)",
391 "~followup_annotations": [
392 "@@@STEP_LOG_LINE@python.inline@@@@",
393 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
394 "@@@STEP_LOG_LINE@python.inline@import time@@@",
395 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
396 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
397 "@@@STEP_LOG_END@python.inline@@@"
398 ]
399 },
400 {
401 "cmd": [
402 "python",
403 "-u",
404 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
405 "--",
406 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
407 "----",
408 "ls",
409 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
410 ],
411 "name": "gsutil ls (6)",
412 "~followup_annotations": [
413 "step returned non-zero exit code: 1"
414 ]
415 },
416 {
417 "cmd": [
418 "/opt/infra-tools/buildbucket",
419 "get",
420 "--host",
421 "cr-buildbucket.appspot.com",
422 "--service-account-json",
423 "/creds/service_accounts/service-account-chromium-bisect.json",
424 "1201331270"
425 ],
426 "name": "buildbucket.get (4)",
427 "stdout": "/path/to/tmp/json",
428 "~followup_annotations": [
429 "@@@STEP_LOG_LINE@json.output@{@@@",
430 "@@@STEP_LOG_LINE@json.output@ \"build\": {@@@",
431 "@@@STEP_LOG_LINE@json.output@ \"result\": \"SUCCESS\", @@@",
432 "@@@STEP_LOG_LINE@json.output@ \"status\": \"COMPLETED\"@@@",
433 "@@@STEP_LOG_LINE@json.output@ }@@@",
434 "@@@STEP_LOG_LINE@json.output@}@@@",
435 "@@@STEP_LOG_END@json.output@@@"
436 ]
437 },
438 {
439 "cmd": [
440 "python",
441 "-u",
442 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
443 ],
444 "name": "sleeping (4)",
445 "~followup_annotations": [
446 "@@@STEP_LOG_LINE@python.inline@@@@",
447 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
448 "@@@STEP_LOG_LINE@python.inline@import time@@@",
449 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
450 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
451 "@@@STEP_LOG_END@python.inline@@@"
452 ]
453 },
454 {
455 "cmd": [
456 "python",
457 "-u",
458 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
459 "--",
460 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
461 "----",
462 "ls",
463 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
464 ],
465 "name": "gsutil ls (7)"
466 },
467 {
468 "cmd": [],
469 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
470 "trigger_specs": [
471 {
472 "builder_name": "linux_perf_tester",
473 "properties": {
474 "bisect_config": {
475 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
476 "metric": "mean_input_event_latency/mean_input_event_latency",
477 "repeat_count": 5,
478 "test_type": "perf"
479 },
480 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
481 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
482 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
483 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
484 "revision_ladder": {
485 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
486 }
487 }
488 }
489 ]
490 },
491 {
492 "cmd": [
493 "python",
494 "-u",
495 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
496 ],
497 "name": "sleeping (5)",
498 "~followup_annotations": [
499 "@@@STEP_LOG_LINE@python.inline@@@@",
500 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
501 "@@@STEP_LOG_LINE@python.inline@import time@@@",
502 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
503 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
504 "@@@STEP_LOG_END@python.inline@@@"
505 ]
506 },
507 {
508 "cmd": [
509 "python",
510 "-u",
511 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
512 "--",
513 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
514 "----",
515 "ls",
516 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
517 ],
518 "name": "gsutil ls (8)"
519 },
520 {
521 "cmd": [
522 "python",
523 "-u",
524 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
525 "--",
526 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
527 "----",
528 "cat",
529 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
530 ],
531 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
532 "stdout": "/path/to/tmp/"
533 },
534 {
535 "cmd": [
536 "git",
537 "footers",
538 "--position",
539 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
540 ],
541 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
542 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
543 "stdout": "/path/to/tmp/",
544 "~followup_annotations": [
545 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_TEST_FAILURE\"]@@@"
546 ]
547 },
548 {
549 "cmd": [
550 "python",
551 "-u",
552 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
553 "--",
554 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
555 "----",
556 "ls",
557 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
558 ],
559 "name": "gsutil ls (9)"
560 },
561 {
562 "cmd": [],
563 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
564 "trigger_specs": [
565 {
566 "builder_name": "linux_perf_tester",
567 "properties": {
568 "bisect_config": {
569 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
570 "metric": "mean_input_event_latency/mean_input_event_latency",
571 "repeat_count": 5,
572 "test_type": "perf"
573 },
574 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
575 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
576 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
577 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
578 "revision_ladder": {
579 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
580 }
581 }
582 }
583 ]
584 },
585 {
586 "cmd": [
587 "python",
588 "-u",
589 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
590 ],
591 "name": "sleeping (6)",
592 "~followup_annotations": [
593 "@@@STEP_LOG_LINE@python.inline@@@@",
594 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
595 "@@@STEP_LOG_LINE@python.inline@import time@@@",
596 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
597 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
598 "@@@STEP_LOG_END@python.inline@@@"
599 ]
600 },
601 {
602 "cmd": [
603 "python",
604 "-u",
605 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
606 "--",
607 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
608 "----",
609 "ls",
610 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
611 ],
612 "name": "gsutil ls (10)"
613 },
614 {
615 "cmd": [
616 "python",
617 "-u",
618 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
619 "--",
620 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
621 "----",
622 "cat",
623 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
624 ],
625 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
626 "stdout": "/path/to/tmp/"
627 },
628 {
629 "cmd": [
630 "git",
631 "footers",
632 "--position",
633 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
634 ],
635 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
636 "name": "resolving hash 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
637 "stdout": "/path/to/tmp/"
638 },
639 {
640 "name": "$result",
641 "recipe_result": null,
642 "status_code": 0
643 }
644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698