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

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

Issue 1339613005: Refactoring scripts that wait for buildbot jobs to complete. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@hax
Patch Set: removing blank line Created 5 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
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_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 "/dev/null" 213 "/dev/null"
214 ], 214 ],
215 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 215 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
216 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try." 216 "name": "Requesting build for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111 via g it try."
217 }, 217 },
218 { 218 {
219 "cmd": [ 219 "cmd": [
220 "python", 220 "python",
221 "-u", 221 "-u",
222 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 222 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py",
223 "[DEPOT_TOOLS]/gsutil.py", 223 "[DEPOT_TOOLS]/gsutil.py"
224 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip",
225 "gs://chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6 f45b0ad64222222.zip",
226 "bb:tryserver.chromium.perf:linux_perf_bisect_builder:00316c9ddfb9d7b4e1ed 2fff9fe6d964d2111111-build",
227 "bb:tryserver.chromium.perf:linux_perf_bisect_builder:a6298e4afedbf2cd4617 55ea6f45b0ad64222222-build",
228 "--timeout=7200"
229 ], 224 ],
230 "cwd": "[SLAVE_BUILD]", 225 "cwd": "[SLAVE_BUILD]",
231 "name": "Waiting for revision 314015 and 1 other revision(s).", 226 "name": "Waiting for revision 314015 and 1 other revision(s).",
232 "stdout": "/path/to/tmp/" 227 "stdin": "{\"jobs\": [{\"builder\": \"linux_perf_bisect_builder\", \"job_nam e\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222-build\", \"master\": \"tryserver .chromium.perf\", \"type\": \"buildbot\"}, {\"builder\": \"linux_perf_bisect_bui lder\", \"job_name\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-build\", \"mast er\": \"tryserver.chromium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs: //chrome-perf/Linux Builder/full-build-linux_a6298e4afedbf2cd461755ea6f45b0ad642 22222.zip\", \"type\": \"gs\"}, {\"location\": \"gs://chrome-perf/Linux Builder/ full-build-linux_00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.zip\", \"type\": \"gs\ "}]}",
228 "stdout": "/path/to/tmp/json",
229 "~followup_annotations": [
230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
231 "@@@STEP_LOG_END@json.output (invalid)@@@"
232 ]
233 }, 233 },
234 { 234 {
235 "cmd": [ 235 "cmd": [
236 "python", 236 "python",
237 "-u", 237 "-u",
238 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 238 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
239 "--", 239 "--",
240 "[DEPOT_TOOLS]/gsutil.py", 240 "[DEPOT_TOOLS]/gsutil.py",
241 "--force-version", 241 "--force-version",
242 "3.25", 242 "3.25",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 309 "revision": "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
310 } 310 }
311 } 311 }
312 ] 312 ]
313 }, 313 },
314 { 314 {
315 "cmd": [ 315 "cmd": [
316 "python", 316 "python",
317 "-u", 317 "-u",
318 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 318 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py",
319 "[DEPOT_TOOLS]/gsutil.py", 319 "[DEPOT_TOOLS]/gsutil.py"
320 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results",
321 "gs://chrome-perf/bisect-results/a6298e4afedbf2cd461755ea6f45b0ad64222222- test.results",
322 "bb:tryserver.chromium.perf:linux_perf_tester:a6298e4afedbf2cd461755ea6f45 b0ad64222222-test",
323 "bb:tryserver.chromium.perf:linux_perf_tester:00316c9ddfb9d7b4e1ed2fff9fe6 d964d2111111-test",
324 "--timeout=7200"
325 ], 320 ],
326 "cwd": "[SLAVE_BUILD]", 321 "cwd": "[SLAVE_BUILD]",
327 "name": "Waiting for revision 314015 and 1 other revision(s). (2)", 322 "name": "Waiting for revision 314015 and 1 other revision(s). (2)",
328 "stdout": "/path/to/tmp/" 323 "stdin": "{\"jobs\": [{\"builder\": \"linux_perf_tester\", \"job_name\": \"a 6298e4afedbf2cd461755ea6f45b0ad64222222-test\", \"master\": \"tryserver.chromium .perf\", \"type\": \"buildbot\"}, {\"builder\": \"linux_perf_tester\", \"job_nam e\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test\", \"master\": \"tryserver. chromium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/bise ct-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results\", \"type\": \" gs\"}, {\"location\": \"gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff 9fe6d964d2111111-test.results\", \"type\": \"gs\"}]}",
324 "stdout": "/path/to/tmp/json",
325 "~followup_annotations": [
326 "@@@STEP_LOG_LINE@json.output@{@@@",
327 "@@@STEP_LOG_LINE@json.output@ \"completed\": [@@@",
328 "@@@STEP_LOG_LINE@json.output@ {@@@",
329 "@@@STEP_LOG_LINE@json.output@ \"location\": \"gs://chrome-perf/bisec t-results/a6298e4afedbf2cd461755ea6f45b0ad64222222-test.results\", @@@",
330 "@@@STEP_LOG_LINE@json.output@ \"type\": \"gs\"@@@",
331 "@@@STEP_LOG_LINE@json.output@ }@@@",
332 "@@@STEP_LOG_LINE@json.output@ ]@@@",
333 "@@@STEP_LOG_LINE@json.output@}@@@",
334 "@@@STEP_LOG_END@json.output@@@"
335 ]
329 }, 336 },
330 { 337 {
331 "cmd": [ 338 "cmd": [
332 "python", 339 "python",
333 "-u", 340 "-u",
334 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 341 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
335 "--", 342 "--",
336 "[DEPOT_TOOLS]/gsutil.py", 343 "[DEPOT_TOOLS]/gsutil.py",
337 "--force-version", 344 "--force-version",
338 "3.25", 345 "3.25",
(...skipping 19 matching lines...) Expand all
358 ], 365 ],
359 "cwd": "[SLAVE_BUILD]", 366 "cwd": "[SLAVE_BUILD]",
360 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222", 367 "name": "gsutil Get test results for build a6298e4afedbf2cd461755ea6f45b0ad6 4222222",
361 "stdout": "/path/to/tmp/" 368 "stdout": "/path/to/tmp/"
362 }, 369 },
363 { 370 {
364 "cmd": [ 371 "cmd": [
365 "python", 372 "python",
366 "-u", 373 "-u",
367 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 374 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py",
368 "[DEPOT_TOOLS]/gsutil.py", 375 "[DEPOT_TOOLS]/gsutil.py"
369 "gs://chrome-perf/bisect-results/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111- test.results",
370 "bb:tryserver.chromium.perf:linux_perf_tester:00316c9ddfb9d7b4e1ed2fff9fe6 d964d2111111-test",
371 "--timeout=7200"
372 ], 376 ],
373 "cwd": "[SLAVE_BUILD]", 377 "cwd": "[SLAVE_BUILD]",
374 "name": "Waiting for revision 314017", 378 "name": "Waiting for revision 314017",
375 "stdout": "/path/to/tmp/" 379 "stdin": "{\"jobs\": [{\"builder\": \"linux_perf_tester\", \"job_name\": \"0 0316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test\", \"master\": \"tryserver.chromium .perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/bisect-resul ts/00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111-test.results\", \"type\": \"gs\"}]}" ,
380 "stdout": "/path/to/tmp/json",
381 "~followup_annotations": [
382 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
383 "@@@STEP_LOG_END@json.output (invalid)@@@"
384 ]
376 }, 385 },
377 { 386 {
378 "cmd": [ 387 "cmd": [
379 "python", 388 "python",
380 "-u", 389 "-u",
381 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 390 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
382 "--", 391 "--",
383 "[DEPOT_TOOLS]/gsutil.py", 392 "[DEPOT_TOOLS]/gsutil.py",
384 "--force-version", 393 "--force-version",
385 "3.25", 394 "3.25",
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 "/dev/null" 450 "/dev/null"
442 ], 451 ],
443 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 452 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
444 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try." 453 "name": "Requesting build for dcdcdc0ff1122212323134879ddceeb1240b0988 via g it try."
445 }, 454 },
446 { 455 {
447 "cmd": [ 456 "cmd": [
448 "python", 457 "python",
449 "-u", 458 "-u",
450 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 459 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py",
451 "[DEPOT_TOOLS]/gsutil.py", 460 "[DEPOT_TOOLS]/gsutil.py"
452 "gs://chrome-perf/Linux Builder/full-build-linux_dcdcdc0ff1122212323134879 ddceeb1240b0988.zip",
453 "bb:tryserver.chromium.perf:linux_perf_bisect_builder:dcdcdc0ff11222123231 34879ddceeb1240b0988-build",
454 "--timeout=7200"
455 ], 461 ],
456 "cwd": "[SLAVE_BUILD]", 462 "cwd": "[SLAVE_BUILD]",
457 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988", 463 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988",
458 "stdout": "/path/to/tmp/" 464 "stdin": "{\"jobs\": [{\"builder\": \"linux_perf_bisect_builder\", \"job_nam e\": \"dcdcdc0ff1122212323134879ddceeb1240b0988-build\", \"master\": \"tryserver .chromium.perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/Lin ux Builder/full-build-linux_dcdcdc0ff1122212323134879ddceeb1240b0988.zip\", \"ty pe\": \"gs\"}]}",
465 "stdout": "/path/to/tmp/json",
466 "~followup_annotations": [
467 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
468 "@@@STEP_LOG_END@json.output (invalid)@@@"
469 ]
459 }, 470 },
460 { 471 {
461 "cmd": [ 472 "cmd": [
462 "python", 473 "python",
463 "-u", 474 "-u",
464 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 475 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
465 "--", 476 "--",
466 "[DEPOT_TOOLS]/gsutil.py", 477 "[DEPOT_TOOLS]/gsutil.py",
467 "--force-version", 478 "--force-version",
468 "3.25", 479 "3.25",
(...skipping 26 matching lines...) Expand all
495 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988" 506 "revision": "dcdcdc0ff1122212323134879ddceeb1240b0988"
496 } 507 }
497 } 508 }
498 ] 509 ]
499 }, 510 },
500 { 511 {
501 "cmd": [ 512 "cmd": [
502 "python", 513 "python",
503 "-u", 514 "-u",
504 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py", 515 "RECIPE_MODULE[auto_bisect]/resources/wait_for_any.py",
505 "[DEPOT_TOOLS]/gsutil.py", 516 "[DEPOT_TOOLS]/gsutil.py"
506 "gs://chrome-perf/bisect-results/dcdcdc0ff1122212323134879ddceeb1240b0988- test.results",
507 "bb:tryserver.chromium.perf:linux_perf_tester:dcdcdc0ff1122212323134879ddc eeb1240b0988-test",
508 "--timeout=7200"
509 ], 517 ],
510 "cwd": "[SLAVE_BUILD]", 518 "cwd": "[SLAVE_BUILD]",
511 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988 (2)", 519 "name": "Waiting for revision dcdcdc0ff1122212323134879ddceeb1240b0988 (2)",
512 "stdout": "/path/to/tmp/" 520 "stdin": "{\"jobs\": [{\"builder\": \"linux_perf_tester\", \"job_name\": \"d cdcdc0ff1122212323134879ddceeb1240b0988-test\", \"master\": \"tryserver.chromium .perf\", \"type\": \"buildbot\"}, {\"location\": \"gs://chrome-perf/bisect-resul ts/dcdcdc0ff1122212323134879ddceeb1240b0988-test.results\", \"type\": \"gs\"}]}" ,
521 "stdout": "/path/to/tmp/json",
522 "~followup_annotations": [
523 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
524 "@@@STEP_LOG_END@json.output (invalid)@@@"
525 ]
513 }, 526 },
514 { 527 {
515 "cmd": [ 528 "cmd": [
516 "python", 529 "python",
517 "-u", 530 "-u",
518 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 531 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
519 "--", 532 "--",
520 "[DEPOT_TOOLS]/gsutil.py", 533 "[DEPOT_TOOLS]/gsutil.py",
521 "--force-version", 534 "--force-version",
522 "3.25", 535 "3.25",
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 "log", 739 "log",
727 "--format=%aNS3P4R4T0R%aES3P4R4T0R%sS3P4R4T0R%cDS3P4R4T0R%b", 740 "--format=%aNS3P4R4T0R%aES3P4R4T0R%sS3P4R4T0R%cDS3P4R4T0R%b",
728 "-1", 741 "-1",
729 "a6298e4afedbf2cd461755ea6f45b0ad64222222" 742 "a6298e4afedbf2cd461755ea6f45b0ad64222222"
730 ], 743 ],
731 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 744 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
732 "name": "Reading culprit cl information.", 745 "name": "Reading culprit cl information.",
733 "stdout": "/path/to/tmp/" 746 "stdout": "/path/to/tmp/"
734 } 747 }
735 ] 748 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698