OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "git", | 4 "git", |
5 "remote", | 5 "remote", |
6 "set-url", | 6 "set-url", |
7 "origin", | 7 "origin", |
8 "https://skia.googlesource.com/skia.git" | 8 "https://skia.googlesource.com/skia.git" |
9 ], | 9 ], |
10 "cwd": "[SLAVE_BUILD]/skia", | 10 "cwd": "[SLAVE_BUILD]/skia", |
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
423 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 423 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
424 "@@@STEP_LOG_LINE@json.output@}@@@", | 424 "@@@STEP_LOG_LINE@json.output@}@@@", |
425 "@@@STEP_LOG_END@json.output@@@", | 425 "@@@STEP_LOG_END@json.output@@@", |
426 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 426 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
427 ] | 427 ] |
428 }, | 428 }, |
429 { | 429 { |
430 "cmd": [ | 430 "cmd": [ |
431 "python", | 431 "python", |
432 "-u", | 432 "-u", |
433 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | |
434 "[SLAVE_BUILD]/swarming_temp_dir", | |
435 "511" | |
436 ], | |
437 "name": "makedirs swarming tmp dir (2)", | |
438 "~followup_annotations": [ | |
439 "@@@STEP_LOG_LINE@python.inline@@@@", | |
440 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
441 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
442 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
443 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
444 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
445 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
446 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
447 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
448 "@@@STEP_LOG_END@python.inline@@@" | |
449 ] | |
450 }, | |
451 { | |
452 "cmd": [ | |
453 "python", | |
454 "-u", | |
455 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
456 "{\n \"args\": [\n \"--isolate\", \n \"[BUILD]/scripts/sl
ave/recipes/skia/gsutil.isolate\", \n \"--isolated\", \n \"[SLAVE_
BUILD]/swarming_temp_dir/skia-task-isolate_gsutil.isolated\", \n \"--conf
ig-variable\", \n \"OS\", \n \"linux\"\n ], \n \"dir\": \"[B
UILD]/scripts/slave/recipes/skia\", \n \"version\": 1\n}", | |
457 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
458 ], | |
459 "name": "Write isolate_gsutil.isolated.gen.json" | |
460 }, | |
461 { | |
462 "cmd": [ | |
463 "python", | |
464 "-u", | |
465 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
466 "[SLAVE_BUILD]/swarming.client", | |
467 "batcharchive", | |
468 "--dump-json", | |
469 "/path/to/tmp/json", | |
470 "--isolate-server", | |
471 "https://isolateserver.appspot.com", | |
472 "--verbose", | |
473 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
474 ], | |
475 "name": "isolate tests (2)", | |
476 "~followup_annotations": [ | |
477 "@@@STEP_LOG_LINE@json.output@{@@@", | |
478 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", | |
479 "@@@STEP_LOG_LINE@json.output@}@@@", | |
480 "@@@STEP_LOG_END@json.output@@@", | |
481 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" | |
482 ] | |
483 }, | |
484 { | |
485 "cmd": [ | |
486 "python", | |
487 "-u", | |
488 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 433 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
489 "/path/to/tmp/json", | 434 "/path/to/tmp/json", |
490 "Build-Ubuntu-GCC-x86_64-Release-Trybot" | 435 "Build-Ubuntu-GCC-x86_64-Release-Trybot" |
491 ], | 436 ], |
492 "cwd": "[SLAVE_BUILD]/skia", | 437 "cwd": "[SLAVE_BUILD]/skia", |
493 "name": "exec buildbot_spec.py (2)", | 438 "name": "exec buildbot_spec.py (2)", |
494 "~followup_annotations": [ | 439 "~followup_annotations": [ |
495 "@@@STEP_LOG_LINE@json.output@{@@@", | 440 "@@@STEP_LOG_LINE@json.output@{@@@", |
496 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 441 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
497 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 442 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
(...skipping 25 matching lines...) Expand all Loading... |
523 ] | 468 ] |
524 }, | 469 }, |
525 { | 470 { |
526 "cmd": [ | 471 "cmd": [ |
527 "python", | 472 "python", |
528 "-u", | 473 "-u", |
529 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 474 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
530 "[SLAVE_BUILD]/swarming_temp_dir", | 475 "[SLAVE_BUILD]/swarming_temp_dir", |
531 "511" | 476 "511" |
532 ], | 477 ], |
533 "name": "makedirs swarming tmp dir (3)", | 478 "name": "makedirs swarming tmp dir (2)", |
534 "~followup_annotations": [ | 479 "~followup_annotations": [ |
535 "@@@STEP_LOG_LINE@python.inline@@@@", | 480 "@@@STEP_LOG_LINE@python.inline@@@@", |
536 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 481 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
537 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 482 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
538 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 483 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
539 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 484 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
540 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 485 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
541 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 486 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
542 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 487 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
543 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 488 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
561 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 506 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
562 "[SLAVE_BUILD]/swarming.client", | 507 "[SLAVE_BUILD]/swarming.client", |
563 "batcharchive", | 508 "batcharchive", |
564 "--dump-json", | 509 "--dump-json", |
565 "/path/to/tmp/json", | 510 "/path/to/tmp/json", |
566 "--isolate-server", | 511 "--isolate-server", |
567 "https://isolateserver.appspot.com", | 512 "https://isolateserver.appspot.com", |
568 "--verbose", | 513 "--verbose", |
569 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 514 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
570 ], | 515 ], |
571 "name": "isolate tests (3)", | 516 "name": "isolate tests (2)", |
572 "~followup_annotations": [ | 517 "~followup_annotations": [ |
573 "@@@STEP_LOG_LINE@json.output@{@@@", | 518 "@@@STEP_LOG_LINE@json.output@{@@@", |
574 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 519 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
575 "@@@STEP_LOG_LINE@json.output@}@@@", | 520 "@@@STEP_LOG_LINE@json.output@}@@@", |
576 "@@@STEP_LOG_END@json.output@@@", | 521 "@@@STEP_LOG_END@json.output@@@", |
577 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 522 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
578 ] | 523 ] |
579 }, | 524 }, |
580 { | 525 { |
581 "cmd": [ | 526 "cmd": [ |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
821 "name": "Get expected SK_IMAGE_VERSION" | 766 "name": "Get expected SK_IMAGE_VERSION" |
822 }, | 767 }, |
823 { | 768 { |
824 "cmd": [ | 769 "cmd": [ |
825 "python", | 770 "python", |
826 "-u", | 771 "-u", |
827 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 772 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
828 "[SLAVE_BUILD]/swarming_temp_dir", | 773 "[SLAVE_BUILD]/swarming_temp_dir", |
829 "511" | 774 "511" |
830 ], | 775 ], |
831 "name": "makedirs swarming tmp dir (4)", | 776 "name": "makedirs swarming tmp dir (3)", |
832 "~followup_annotations": [ | 777 "~followup_annotations": [ |
833 "@@@STEP_LOG_LINE@python.inline@@@@", | 778 "@@@STEP_LOG_LINE@python.inline@@@@", |
834 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 779 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
835 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 780 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
836 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 781 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
837 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 782 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
838 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 783 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
839 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 784 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
840 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 785 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
841 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 786 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
859 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 804 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
860 "[SLAVE_BUILD]/swarming.client", | 805 "[SLAVE_BUILD]/swarming.client", |
861 "batcharchive", | 806 "batcharchive", |
862 "--dump-json", | 807 "--dump-json", |
863 "/path/to/tmp/json", | 808 "/path/to/tmp/json", |
864 "--isolate-server", | 809 "--isolate-server", |
865 "https://isolateserver.appspot.com", | 810 "https://isolateserver.appspot.com", |
866 "--verbose", | 811 "--verbose", |
867 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" | 812 "[SLAVE_BUILD]/swarming_temp_dir/perf_skia.isolated.gen.json" |
868 ], | 813 ], |
869 "name": "isolate tests (4)", | 814 "name": "isolate tests (3)", |
870 "~followup_annotations": [ | 815 "~followup_annotations": [ |
871 "@@@STEP_LOG_LINE@json.output@{@@@", | 816 "@@@STEP_LOG_LINE@json.output@{@@@", |
872 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", | 817 "@@@STEP_LOG_LINE@json.output@ \"perf_skia\": \"[dummy hash for perf_skia
]\"@@@", |
873 "@@@STEP_LOG_LINE@json.output@}@@@", | 818 "@@@STEP_LOG_LINE@json.output@}@@@", |
874 "@@@STEP_LOG_END@json.output@@@", | 819 "@@@STEP_LOG_END@json.output@@@", |
875 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" | 820 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"perf_skia\": \"[dummy hash for perf
_skia]\"}@@@" |
876 ] | 821 ] |
877 }, | 822 }, |
878 { | 823 { |
879 "cmd": [ | 824 "cmd": [ |
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1161 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1106 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1162 }, | 1107 }, |
1163 "name": "Upload perf results" | 1108 "name": "Upload perf results" |
1164 }, | 1109 }, |
1165 { | 1110 { |
1166 "name": "$result", | 1111 "name": "$result", |
1167 "recipe_result": null, | 1112 "recipe_result": null, |
1168 "status_code": 0 | 1113 "status_code": 0 |
1169 } | 1114 } |
1170 ] | 1115 ] |
OLD | NEW |