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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/basic.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\": \"True\", @ @@",
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@ \"dcdcdc0ff1122212323134879ddceeb1240b09 88\", @@@",
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 },
170 {
171 "cmd": [
172 "/opt/infra-tools/buildbucket",
173 "put",
174 "--host",
175 "cr-buildbucket.appspot.com",
176 "--service-account-json",
177 "/creds/service_accounts/service-account-chromium-bisect.json",
178 "{\"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\"]}"
179 ],
180 "name": "buildbucket.put",
181 "stdout": "/path/to/tmp/json",
182 "~followup_annotations": [
183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
184 "@@@STEP_LOG_END@json.output (invalid)@@@"
185 ]
186 },
187 {
188 "cmd": [
189 "python",
190 "-u",
191 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
192 "--",
193 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
194 "----",
195 "ls",
196 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
197 ],
198 "name": "gsutil ls (2)"
199 },
200 {
201 "cmd": [
202 "/opt/infra-tools/buildbucket",
203 "put",
204 "--host",
205 "cr-buildbucket.appspot.com",
206 "--service-account-json",
207 "/creds/service_accounts/service-account-chromium-bisect.json",
208 "{\"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\"]}"
209 ],
210 "name": "buildbucket.put (2)",
211 "stdout": "/path/to/tmp/json",
212 "~followup_annotations": [
213 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
214 "@@@STEP_LOG_END@json.output (invalid)@@@"
215 ]
216 },
217 {
218 "cmd": [
219 "python",
220 "-u",
221 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
222 "--",
223 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
224 "----",
225 "ls",
226 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip"
227 ],
228 "name": "gsutil ls (3)"
229 },
230 {
231 "cmd": [],
232 "name": "Triggering test job for a6298e4afedbf2cd461755ea6f45b0ad64222222",
233 "trigger_specs": [
234 {
235 "builder_name": "linux_perf_tester",
236 "properties": {
237 "bisect_config": {
238 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
239 "metric": "mean_input_event_latency/mean_input_event_latency",
240 "repeat_count": 5,
241 "test_type": "perf"
242 },
243 "job_name": "a6298e4afedbf2cd461755ea6f45b0ad64222222-test",
244 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_a6298e4afedbf2cd461755ea6f45b0ad64222222.zip",
245 "parent_got_revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
246 "revision": "a6298e4afedbf2cd461755ea6f45b0ad64222222",
247 "revision_ladder": {
248 "chromium": "a6298e4afedbf2cd461755ea6f45b0ad64222222"
249 }
250 }
251 }
252 ]
253 },
254 {
255 "cmd": [
256 "python",
257 "-u",
258 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
259 ],
260 "name": "sleeping",
261 "~followup_annotations": [
262 "@@@STEP_LOG_LINE@python.inline@@@@",
263 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
264 "@@@STEP_LOG_LINE@python.inline@import time@@@",
265 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
266 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
267 "@@@STEP_LOG_END@python.inline@@@"
268 ]
269 },
270 {
271 "cmd": [
272 "python",
273 "-u",
274 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
275 "--",
276 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
277 "----",
278 "ls",
279 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
280 ],
281 "name": "gsutil ls (4)"
282 },
283 {
284 "cmd": [
285 "python",
286 "-u",
287 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
288 "--",
289 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
290 "----",
291 "cat",
292 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results"
293 ],
294 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
295 "stdout": "/path/to/tmp/"
296 },
297 {
298 "cmd": [
299 "python",
300 "-u",
301 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
302 "--",
303 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
304 "----",
305 "ls",
306 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
307 ],
308 "name": "gsutil ls (5)"
309 },
310 {
311 "cmd": [],
312 "name": "Triggering test job for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
313 "trigger_specs": [
314 {
315 "builder_name": "linux_perf_tester",
316 "properties": {
317 "bisect_config": {
318 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
319 "metric": "mean_input_event_latency/mean_input_event_latency",
320 "repeat_count": 5,
321 "test_type": "perf"
322 },
323 "job_name": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test",
324 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip",
325 "parent_got_revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
326 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
327 "revision_ladder": {
328 "chromium": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
329 }
330 }
331 }
332 ]
333 },
334 {
335 "cmd": [
336 "python",
337 "-u",
338 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
339 ],
340 "name": "sleeping (2)",
341 "~followup_annotations": [
342 "@@@STEP_LOG_LINE@python.inline@@@@",
343 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
344 "@@@STEP_LOG_LINE@python.inline@import time@@@",
345 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
346 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
347 "@@@STEP_LOG_END@python.inline@@@"
348 ]
349 },
350 {
351 "cmd": [
352 "python",
353 "-u",
354 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
355 "--",
356 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
357 "----",
358 "ls",
359 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
360 ],
361 "name": "gsutil ls (6)"
362 },
363 {
364 "cmd": [
365 "python",
366 "-u",
367 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
368 "--",
369 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
370 "----",
371 "cat",
372 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results"
373 ],
374 "name": "gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d 2111111",
375 "stdout": "/path/to/tmp/"
376 },
377 {
378 "cmd": [
379 "python",
380 "-u",
381 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
382 "--",
383 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
384 "----",
385 "ls",
386 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip"
387 ],
388 "name": "gsutil ls (7)"
389 },
390 {
391 "cmd": [
392 "/opt/infra-tools/buildbucket",
393 "put",
394 "--host",
395 "cr-buildbucket.appspot.com",
396 "--service-account-json",
397 "/creds/service_accounts/service-account-chromium-bisect.json",
398 "{\"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_dcdcdc0ff1122212323134879ddceeb1240b0988.zip\\\ ", \\\"clobber\\\": true, \\\"parent_got_revision\\\": \\\"dcdcdc0ff112221232313 4879ddceeb1240b0988\\\"}}\", \"tags\": [\"builder:linux_perf_bisect_builder\", \ "master:tryserver.chromium.perf\", \"user_agent:recipe\"]}"
399 ],
400 "name": "buildbucket.put (3)",
401 "stdout": "/path/to/tmp/json",
402 "~followup_annotations": [
403 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
404 "@@@STEP_LOG_END@json.output (invalid)@@@"
405 ]
406 },
407 {
408 "cmd": [
409 "python",
410 "-u",
411 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
412 "--",
413 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
414 "----",
415 "ls",
416 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip"
417 ],
418 "name": "gsutil ls (8)"
419 },
420 {
421 "cmd": [],
422 "name": "Triggering test job for dcdcdc0ff1122212323134879ddceeb1240b0988",
423 "trigger_specs": [
424 {
425 "builder_name": "linux_perf_tester",
426 "properties": {
427 "bisect_config": {
428 "command": "src/tools/perf/run_benchmark -v --browser=release smooth ness.tough_scrolling_cases",
429 "metric": "mean_input_event_latency/mean_input_event_latency",
430 "repeat_count": 5,
431 "test_type": "perf"
432 },
433 "job_name": "dcdcdc0ff1122212323134879ddceeb1240b0988-test",
434 "parent_build_archive_url": "gs://chrome-perf/Linux Builder/full-build -linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip",
435 "parent_got_revision": "dcdcdc0ff1122212323134879ddceeb1240b0988",
436 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988",
437 "revision_ladder": {
438 "chromium": "dcdcdc0ff1122212323134879ddceeb1240b0988"
439 }
440 }
441 }
442 ]
443 },
444 {
445 "cmd": [
446 "python",
447 "-u",
448 "\nimport sys\nimport time\ntime.sleep(20*60)\nsys.exit(0)\n"
449 ],
450 "name": "sleeping (3)",
451 "~followup_annotations": [
452 "@@@STEP_LOG_LINE@python.inline@@@@",
453 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
454 "@@@STEP_LOG_LINE@python.inline@import time@@@",
455 "@@@STEP_LOG_LINE@python.inline@time.sleep(20*60)@@@",
456 "@@@STEP_LOG_LINE@python.inline@sys.exit(0)@@@",
457 "@@@STEP_LOG_END@python.inline@@@"
458 ]
459 },
460 {
461 "cmd": [
462 "python",
463 "-u",
464 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
465 "--",
466 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
467 "----",
468 "ls",
469 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
470 ],
471 "name": "gsutil ls (9)"
472 },
473 {
474 "cmd": [
475 "python",
476 "-u",
477 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
478 "--",
479 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
480 "----",
481 "cat",
482 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results"
483 ],
484 "name": "gsutil Get test results for build dcdcdc0ff1122212323134879ddceeb12 40b0988",
485 "stdout": "/path/to/tmp/"
486 },
487 {
488 "cmd": [
489 "python",
490 "-u",
491 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
492 "[19, 20, 21, 22, 23]",
493 "[12, 13, 14, 15, 16]",
494 "0.01"
495 ],
496 "name": "Checking sample difference",
497 "stdout": "/path/to/tmp/json",
498 "~followup_annotations": [
499 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
500 "@@@STEP_LOG_END@json.output (invalid)@@@"
501 ]
502 },
503 {
504 "cmd": [
505 "python",
506 "-u",
507 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
508 "[12, 13, 14, 15, 16]",
509 "[12, 13, 14, 15, 16]",
510 "0.01"
511 ],
512 "name": "Checking sample difference (2)",
513 "stdout": "/path/to/tmp/json",
514 "~followup_annotations": [
515 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
516 "@@@STEP_LOG_END@json.output (invalid)@@@"
517 ]
518 },
519 {
520 "cmd": [
521 "git",
522 "show",
523 "--name-only",
524 "--pretty=format:",
525 "dcdcdc0ff1122212323134879ddceeb1240b0988"
526 ],
527 "cwd": "[SLAVE_BUILD]/src",
528 "name": "Checking DEPS for dcdcdc0ff1122212323134879ddceeb1240b0988",
529 "stdout": "/path/to/tmp/"
530 },
531 {
532 "cmd": [
533 "python",
534 "-u",
535 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
536 "DEPS",
537 "--commit",
538 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
539 ],
540 "name": "fetch file a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
541 "stdout": "/path/to/tmp/"
542 },
543 {
544 "cmd": [
545 "python",
546 "-u",
547 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_file.py",
548 "DEPS",
549 "--commit",
550 "dcdcdc0ff1122212323134879ddceeb1240b0988"
551 ],
552 "name": "fetch file dcdcdc0ff1122212323134879ddceeb1240b0988:DEPS",
553 "stdout": "/path/to/tmp/"
554 },
555 {
556 "cmd": [
557 "python",
558 "-u",
559 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_intervening_revisions.p y",
560 "001",
561 "004",
562 "https://chromium.googlesource.com/v8/v8"
563 ],
564 "name": "Expanding revision range for revision 004 on depot v8",
565 "stdout": "/path/to/tmp/json",
566 "~followup_annotations": [
567 "@@@STEP_LOG_LINE@json.output@[@@@",
568 "@@@STEP_LOG_LINE@json.output@ [@@@",
569 "@@@STEP_LOG_LINE@json.output@ \"002\", @@@",
570 "@@@STEP_LOG_LINE@json.output@ 0@@@",
571 "@@@STEP_LOG_LINE@json.output@ ], @@@",
572 "@@@STEP_LOG_LINE@json.output@ [@@@",
573 "@@@STEP_LOG_LINE@json.output@ \"003\", @@@",
574 "@@@STEP_LOG_LINE@json.output@ 0@@@",
575 "@@@STEP_LOG_LINE@json.output@ ]@@@",
576 "@@@STEP_LOG_LINE@json.output@]@@@",
577 "@@@STEP_LOG_END@json.output@@@"
578 ]
579 },
580 {
581 "cmd": [
582 "git",
583 "hash-object",
584 "-t",
585 "blob",
586 "-w",
587 "--stdin"
588 ],
589 "cwd": "[SLAVE_BUILD]/src",
590 "name": "Hashing modified DEPS file with revision 002",
591 "stdin": "vars={'v8_revision': '002'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}",
592 "stdout": "/path/to/tmp/"
593 },
594 {
595 "cmd": [
596 "git",
597 "diff",
598 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
599 "f412e8458",
600 "--src-prefix=IAMSRC:",
601 "--dst-prefix=IAMDST:"
602 ],
603 "cwd": "[SLAVE_BUILD]/src",
604 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 002",
605 "stdout": "/path/to/tmp/"
606 },
607 {
608 "cmd": [
609 "git",
610 "hash-object",
611 "-t",
612 "blob",
613 "-w",
614 "--stdin"
615 ],
616 "cwd": "[SLAVE_BUILD]/src",
617 "name": "Hashing modified DEPS file with revision 003",
618 "stdin": "vars={'v8_revision': '003'};deps = {'src/v8': 'v8.git@' + Var('v8_ revision'),'src/third_party/WebKit': 'webkit.git@010'}",
619 "stdout": "/path/to/tmp/"
620 },
621 {
622 "cmd": [
623 "git",
624 "diff",
625 "a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS",
626 "f412e8458",
627 "--src-prefix=IAMSRC:",
628 "--dst-prefix=IAMDST:"
629 ],
630 "cwd": "[SLAVE_BUILD]/src",
631 "name": "Generating patch for a6298e4afedbf2cd461755ea6f45b0ad64222222:DEPS to 003",
632 "stdout": "/path/to/tmp/"
633 },
634 {
635 "cmd": [
636 "git",
637 "footers",
638 "--position",
639 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
640 ],
641 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
642 "name": "resolving hash a6298e4afedbf2cd461755ea6f45b0ad64222222",
643 "stdout": "/path/to/tmp/"
644 },
645 {
646 "cmd": [],
647 "name": "Wiggling revision chromium@a6298e4afe,v8@003"
648 },
649 {
650 "cmd": [
651 "python",
652 "-u",
653 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
654 "--",
655 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
656 "----",
657 "ls",
658 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222_51e7ed4b63ad81d8b499e42b888149349afaaca1.zip"
659 ],
660 "name": "gsutil ls (10)"
661 },
662 {
663 "cmd": [
664 "/opt/infra-tools/buildbucket",
665 "put",
666 "--host",
667 "cr-buildbucket.appspot.com",
668 "--service-account-json",
669 "/creds/service_accounts/service-account-chromium-bisect.json",
670 "{\"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_51e7ed 4b63ad81d8b499e42b888149349afaaca1.zip\\\", \\\"clobber\\\": true, \\\"deps_revi sion_overrides\\\": {\\\"src/v8\\\": \\\"003\\\"}, \\\"parent_got_revision\\\": \\\"a6298e4afedbf2cd461755ea6f45b0ad64222222\\\"}}\", \"tags\": [\"builder:linux _perf_bisect_builder\", \"master:tryserver.chromium.perf\", \"user_agent:recipe\ "]}"
671 ],
672 "name": "buildbucket.put (4)",
673 "stdout": "/path/to/tmp/json",
674 "~followup_annotations": [
675 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
676 "@@@STEP_LOG_END@json.output (invalid)@@@"
677 ]
678 },
679 {
680 "cmd": [
681 "python",
682 "-u",
683 "RECIPE_MODULE[build::auto_bisect]/resources/fetch_revision_info.py",
684 "003",
685 "v8"
686 ],
687 "name": "Reading culprit cl information.",
688 "stdout": "/path/to/tmp/json",
689 "~followup_annotations": [
690 "@@@STEP_LOG_LINE@json.output@{@@@",
691 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
692 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
693 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
694 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
695 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
696 "@@@STEP_LOG_LINE@json.output@}@@@",
697 "@@@STEP_LOG_END@json.output@@@"
698 ]
699 },
700 {
701 "cmd": [
702 "python",
703 "-u",
704 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
705 "--master",
706 "tryserver.chromium.perf",
707 "--builder",
708 "linux_perf_bisect",
709 "--slave",
710 "dummyslave",
711 "--spec",
712 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'custom_vars': {'googlecode_url' : 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.golo. chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chr omium.org/%(repo)s', 'webkit_trunk': 'svn://svn-mirror.golo.chromium.org/blink/t runk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src', 'url': 'svn://svn-m irror.golo.chromium.org/chrome/trunk/src'}, {'custom_deps': {'src/chrome/test/da ta/firefox2_profile/searchplugins': None, 'src/chrome/test/data/firefox2_searchp lugins': None, 'src/chrome/test/data/firefox3_profile/searchplugins': None, 'src /chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': No ne, 'src/chrome/test/data/perf/frame_rate/private': None, 'src/chrome/test/data/ plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_ports': None, 'src/data/memory_tes t': None, 'src/data/mozilla_js_tests': None, 'src/data/page_cycler': None, 'src/ data/selenium_core': None, 'src/data/tab_switching': None, 'src/tools/grit/grit/ test/data': None, 'src/webkit/data/bmp_decoder': None, 'src/webkit/data/ico_deco der': None, 'src/webkit/data/test_shell/plugins': None, 'src/webkit/data/xbm_dec oder': None}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src-internal', 'url ': 'svn://svn-mirror.golo.chromium.org/chrome-internal/trunk/src-internal'}, {'d eps_file': 'DEPS', 'managed': True, 'name': 'catapult', 'url': 'https://chromium .googlesource.com/external/github.com/catapult-project/catapult.git'}]",
713 "--root",
714 "src",
715 "--revision_mapping_file",
716 "{\"src\": \"got_revision\", \"src/buildtools\": \"got_buildtools_revision \", \"src/native_client\": \"got_nacl_revision\", \"src/third_party/angle\": \"g ot_angle_revision\", \"src/third_party/webrtc\": \"got_webrtc_revision\", \"src/ tools/swarming_client\": \"got_swarming_client_revision\", \"src/v8\": \"got_v8_ revision\"}",
717 "--git-cache-dir",
718 "[GIT_CACHE]",
719 "--output_json",
720 "/path/to/tmp/json",
721 "--revision",
722 "src@HEAD",
723 "--output_manifest"
724 ],
725 "env": {
726 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
727 },
728 "name": "bot_update",
729 "~followup_annotations": [
730 "@@@STEP_TEXT@Some step text@@@",
731 "@@@STEP_LOG_LINE@json.output@{@@@",
732 "@@@STEP_LOG_LINE@json.output@ \"did_run\": true, @@@",
733 "@@@STEP_LOG_LINE@json.output@ \"fixed_revisions\": {@@@",
734 "@@@STEP_LOG_LINE@json.output@ \"src\": \"HEAD\"@@@",
735 "@@@STEP_LOG_LINE@json.output@ }, @@@",
736 "@@@STEP_LOG_LINE@json.output@ \"manifest\": {@@@",
737 "@@@STEP_LOG_LINE@json.output@ \"src\": {@@@",
738 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src .git\", @@@",
739 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f27fede2220bcd326aee3e 86ddfd4ebd0fe58cb9\"@@@",
740 "@@@STEP_LOG_LINE@json.output@ }, @@@",
741 "@@@STEP_LOG_LINE@json.output@ \"src/buildtools\": {@@@",
742 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /buildtools.git\", @@@",
743 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"f0319a328b280987691635 3cb994259692140934\"@@@",
744 "@@@STEP_LOG_LINE@json.output@ }, @@@",
745 "@@@STEP_LOG_LINE@json.output@ \"src/native_client\": {@@@",
746 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /native_client.git\", @@@",
747 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"d998e125e8253980d76e26 9b7982aeeefc1b9b50\"@@@",
748 "@@@STEP_LOG_LINE@json.output@ }, @@@",
749 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/angle\": {@@@",
750 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/angle.git\", @@@",
751 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"fac9503c46405f77757b9a 728eb85b8d7bc6080c\"@@@",
752 "@@@STEP_LOG_LINE@json.output@ }, @@@",
753 "@@@STEP_LOG_LINE@json.output@ \"src/third_party/webrtc\": {@@@",
754 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /third_party/webrtc.git\", @@@",
755 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"0f90628433546e61d92685 96da93418c623137f4\"@@@",
756 "@@@STEP_LOG_LINE@json.output@ }, @@@",
757 "@@@STEP_LOG_LINE@json.output@ \"src/tools/swarming_client\": {@@@",
758 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /tools/swarming_client.git\", @@@",
759 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"a0ee5d99f1d4b38ddaa4c7 59c837980b63b99566\"@@@",
760 "@@@STEP_LOG_LINE@json.output@ }, @@@",
761 "@@@STEP_LOG_LINE@json.output@ \"src/v8\": {@@@",
762 "@@@STEP_LOG_LINE@json.output@ \"repository\": \"https://fake.org/src /v8.git\", @@@",
763 "@@@STEP_LOG_LINE@json.output@ \"revision\": \"801ada225ddc271c132c3a 35f03975671d43e399\"@@@",
764 "@@@STEP_LOG_LINE@json.output@ }@@@",
765 "@@@STEP_LOG_LINE@json.output@ }, @@@",
766 "@@@STEP_LOG_LINE@json.output@ \"patch_failure\": false, @@@",
767 "@@@STEP_LOG_LINE@json.output@ \"patch_root\": \"src\", @@@",
768 "@@@STEP_LOG_LINE@json.output@ \"properties\": {@@@",
769 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision\": \"fac9503c46405f 77757b9a728eb85b8d7bc6080c\", @@@",
770 "@@@STEP_LOG_LINE@json.output@ \"got_angle_revision_cp\": \"refs/heads/ master@{#297276}\", @@@",
771 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision\": \"f0319a328 b2809876916353cb994259692140934\", @@@",
772 "@@@STEP_LOG_LINE@json.output@ \"got_buildtools_revision_cp\": \"refs/h eads/master@{#182578}\", @@@",
773 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision\": \"d998e125e825398 0d76e269b7982aeeefc1b9b50\", @@@",
774 "@@@STEP_LOG_LINE@json.output@ \"got_nacl_revision_cp\": \"refs/heads/m aster@{#274981}\", @@@",
775 "@@@STEP_LOG_LINE@json.output@ \"got_revision\": \"f27fede2220bcd326aee 3e86ddfd4ebd0fe58cb9\", @@@",
776 "@@@STEP_LOG_LINE@json.output@ \"got_revision_cp\": \"refs/heads/master @{#170242}\", @@@",
777 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision\": \"a0ee 5d99f1d4b38ddaa4c759c837980b63b99566\", @@@",
778 "@@@STEP_LOG_LINE@json.output@ \"got_swarming_client_revision_cp\": \"r efs/heads/master@{#276089}\", @@@",
779 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision\": \"801ada225ddc271c1 32c3a35f03975671d43e399\", @@@",
780 "@@@STEP_LOG_LINE@json.output@ \"got_v8_revision_cp\": \"refs/heads/mas ter@{#43426}\", @@@",
781 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision\": \"0f90628433546 e61d9268596da93418c623137f4\", @@@",
782 "@@@STEP_LOG_LINE@json.output@ \"got_webrtc_revision_cp\": \"refs/heads /master@{#120644}\"@@@",
783 "@@@STEP_LOG_LINE@json.output@ }, @@@",
784 "@@@STEP_LOG_LINE@json.output@ \"root\": \"src\", @@@",
785 "@@@STEP_LOG_LINE@json.output@ \"step_text\": \"Some step text\"@@@",
786 "@@@STEP_LOG_LINE@json.output@}@@@",
787 "@@@STEP_LOG_END@json.output@@@",
788 "@@@SET_BUILD_PROPERTY@got_nacl_revision@\"d998e125e8253980d76e269b7982aee efc1b9b50\"@@@",
789 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision@\"a0ee5d99f1d4b38ddaa4 c759c837980b63b99566\"@@@",
790 "@@@SET_BUILD_PROPERTY@got_buildtools_revision_cp@\"refs/heads/master@{#18 2578}\"@@@",
791 "@@@SET_BUILD_PROPERTY@got_webrtc_revision@\"0f90628433546e61d9268596da934 18c623137f4\"@@@",
792 "@@@SET_BUILD_PROPERTY@got_revision@\"f27fede2220bcd326aee3e86ddfd4ebd0fe5 8cb9\"@@@",
793 "@@@SET_BUILD_PROPERTY@got_nacl_revision_cp@\"refs/heads/master@{#274981}\ "@@@",
794 "@@@SET_BUILD_PROPERTY@got_angle_revision@\"fac9503c46405f77757b9a728eb85b 8d7bc6080c\"@@@",
795 "@@@SET_BUILD_PROPERTY@got_v8_revision@\"801ada225ddc271c132c3a35f03975671 d43e399\"@@@",
796 "@@@SET_BUILD_PROPERTY@got_v8_revision_cp@\"refs/heads/master@{#43426}\"@@ @",
797 "@@@SET_BUILD_PROPERTY@got_swarming_client_revision_cp@\"refs/heads/master @{#276089}\"@@@",
798 "@@@SET_BUILD_PROPERTY@got_webrtc_revision_cp@\"refs/heads/master@{#120644 }\"@@@",
799 "@@@SET_BUILD_PROPERTY@got_revision_cp@\"refs/heads/master@{#170242}\"@@@" ,
800 "@@@SET_BUILD_PROPERTY@got_angle_revision_cp@\"refs/heads/master@{#297276} \"@@@",
801 "@@@SET_BUILD_PROPERTY@got_buildtools_revision@\"f0319a328b2809876916353cb 994259692140934\"@@@"
802 ]
803 },
804 {
805 "cmd": [],
806 "name": "ensure_goma"
807 },
808 {
809 "cmd": [
810 "python",
811 "-u",
812 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
813 "--platform",
814 "linux-amd64",
815 "--dest-directory",
816 "[SLAVE_BUILD]/cipd",
817 "--json-output",
818 "/path/to/tmp/json"
819 ],
820 "name": "ensure_goma.install cipd",
821 "~followup_annotations": [
822 "@@@STEP_NEST_LEVEL@1@@@",
823 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
824 "@@@STEP_LOG_LINE@json.output@{@@@",
825 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
826 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
827 "@@@STEP_LOG_LINE@json.output@}@@@",
828 "@@@STEP_LOG_END@json.output@@@"
829 ]
830 },
831 {
832 "cmd": [
833 "[SLAVE_BUILD]/cipd/cipd",
834 "ensure",
835 "--root",
836 "[CACHE]/cipd/goma",
837 "--list",
838 "infra_internal/goma/client/linux-amd64 release",
839 "--json-output",
840 "/path/to/tmp/json",
841 "--service-account-json",
842 "/creds/service_accounts/service-account-goma-client.json"
843 ],
844 "name": "ensure_goma.ensure_installed",
845 "~followup_annotations": [
846 "@@@STEP_NEST_LEVEL@1@@@",
847 "@@@STEP_LOG_LINE@json.output@{@@@",
848 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
849 "@@@STEP_LOG_LINE@json.output@ {@@@",
850 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
851 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
852 "@@@STEP_LOG_LINE@json.output@ }@@@",
853 "@@@STEP_LOG_LINE@json.output@ ]@@@",
854 "@@@STEP_LOG_LINE@json.output@}@@@",
855 "@@@STEP_LOG_END@json.output@@@"
856 ]
857 },
858 {
859 "cmd": [
860 "python",
861 "-u",
862 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
863 "runhooks"
864 ],
865 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
866 "env": {
867 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
868 "GYP_CHROMIUM_NO_ACTION": "1",
869 "GYP_DEFINES": "branding=Chrome buildtype=Official component=static_librar y gomadir='[CACHE]/cipd/goma' target_arch=x64 use_goma=1",
870 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
871 },
872 "name": "gclient runhooks"
873 },
874 {
875 "cmd": [
876 "python",
877 "-u",
878 "[TMP_BASE]/fake_checkout_tmp_1/tools/prepare-bisect-perf-regression.py",
879 "-w",
880 "[CACHE]/bisect"
881 ],
882 "name": "Preparing for Bisection"
883 },
884 {
885 "cmd": [],
886 "name": "ensure_goma (2)"
887 },
888 {
889 "cmd": [
890 "python",
891 "-u",
892 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
893 "--platform",
894 "linux-amd64",
895 "--dest-directory",
896 "[SLAVE_BUILD]/cipd",
897 "--json-output",
898 "/path/to/tmp/json"
899 ],
900 "name": "ensure_goma.install cipd (2)",
901 "~followup_annotations": [
902 "@@@STEP_NEST_LEVEL@1@@@",
903 "@@@STEP_TEXT@cipd instance_id: 40-chars-fake-of-the-package-instance_id@@ @",
904 "@@@STEP_LOG_LINE@json.output@{@@@",
905 "@@@STEP_LOG_LINE@json.output@ \"executable\": \"[SLAVE_BUILD]/cipd/cipd\ ", @@@",
906 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"40-chars-fake-of-the-pa ckage-instance_id\"@@@",
907 "@@@STEP_LOG_LINE@json.output@}@@@",
908 "@@@STEP_LOG_END@json.output@@@"
909 ]
910 },
911 {
912 "cmd": [
913 "[SLAVE_BUILD]/cipd/cipd",
914 "ensure",
915 "--root",
916 "[CACHE]/cipd/goma",
917 "--list",
918 "infra_internal/goma/client/linux-amd64 release",
919 "--json-output",
920 "/path/to/tmp/json",
921 "--service-account-json",
922 "/creds/service_accounts/service-account-goma-client.json"
923 ],
924 "name": "ensure_goma.ensure_installed (2)",
925 "~followup_annotations": [
926 "@@@STEP_NEST_LEVEL@1@@@",
927 "@@@STEP_LOG_LINE@json.output@{@@@",
928 "@@@STEP_LOG_LINE@json.output@ \"result\": [@@@",
929 "@@@STEP_LOG_LINE@json.output@ {@@@",
930 "@@@STEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_i d-of-release---------\", @@@",
931 "@@@STEP_LOG_LINE@json.output@ \"package\": \"infra_internal/goma/cli ent/linux-amd64\"@@@",
932 "@@@STEP_LOG_LINE@json.output@ }@@@",
933 "@@@STEP_LOG_LINE@json.output@ ]@@@",
934 "@@@STEP_LOG_LINE@json.output@}@@@",
935 "@@@STEP_LOG_END@json.output@@@"
936 ]
937 },
938 {
939 "allow_subannotations": true,
940 "cmd": [
941 "python",
942 "-u",
943 "RECIPE_PACKAGE_REPO[build]/scripts/slave/runtest.py",
944 "--target",
945 "Release",
946 "--xvfb",
947 "--factory-properties",
948 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314 015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \ "linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}",
949 "--build-properties",
950 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314 015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \ "linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}",
951 "--step-name=Running Bisection",
952 "--builder-name=linux_perf_bisect",
953 "--slave-name=dummyslave",
954 "--run-python-script",
955 "[TMP_BASE]/fake_checkout_tmp_1/tools/run-bisect-perf-regression.py",
956 "-w",
957 "[CACHE]/bisect",
958 "--extra_src",
959 "dummy_extra_src",
960 "--path_to_config",
961 "/dummy/path/",
962 "--path_to_goma",
963 "[CACHE]/cipd/goma",
964 "--build-properties",
965 "{\"bisect_config\": {\"bad_revision\": \"314017\", \"bug_id\": \"-1\", \" builder_host\": \"master4.golo.chromium.org\", \"builder_port\": \"8341\", \"byp ass_stats_check\": \"True\", \"command\": \"src/tools/perf/run_benchmark -v --br owser=release smoothness.tough_scrolling_cases\", \"dummy_builds\": \"True\", \" dummy_job_names\": \"True\", \"dummy_tests\": \"True\", \"good_revision\": \"314 015\", \"gs_bucket\": \"chrome-perf\", \"max_time_minutes\": \"5\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"recipe_tester_name\": \ "linux_perf_tester\", \"repeat_count\": \"2\", \"skip_gclient_ops\": \"True\", \ "test_type\": \"perf\"}, \"buildername\": \"linux_perf_bisect\", \"mastername\": \"tryserver.chromium.perf\", \"recipe\": \"auto_bisect:example\", \"slavename\" : \"dummyslave\"}"
966 ],
967 "name": "Running Bisection"
968 },
969 {
970 "name": "$result",
971 "recipe_result": null,
972 "status_code": 0
973 }
974 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698