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 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", | 396 "@@@STEP_LOG_LINE@json.output@ \"isolate_recipes\": \"[dummy hash for iso
late_recipes]\"@@@", |
397 "@@@STEP_LOG_LINE@json.output@}@@@", | 397 "@@@STEP_LOG_LINE@json.output@}@@@", |
398 "@@@STEP_LOG_END@json.output@@@", | 398 "@@@STEP_LOG_END@json.output@@@", |
399 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" | 399 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_recipes\": \"[dummy hash fo
r isolate_recipes]\"}@@@" |
400 ] | 400 ] |
401 }, | 401 }, |
402 { | 402 { |
403 "cmd": [ | 403 "cmd": [ |
404 "python", | 404 "python", |
405 "-u", | 405 "-u", |
406 "\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", | |
407 "[SLAVE_BUILD]/swarming_temp_dir", | |
408 "511" | |
409 ], | |
410 "name": "makedirs swarming tmp dir (2)", | |
411 "~followup_annotations": [ | |
412 "@@@STEP_LOG_LINE@python.inline@@@@", | |
413 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
414 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
415 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
416 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
417 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
418 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
419 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
420 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
421 "@@@STEP_LOG_END@python.inline@@@" | |
422 ] | |
423 }, | |
424 { | |
425 "cmd": [ | |
426 "python", | |
427 "-u", | |
428 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
429 "{\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}", | |
430 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
431 ], | |
432 "name": "Write isolate_gsutil.isolated.gen.json" | |
433 }, | |
434 { | |
435 "cmd": [ | |
436 "python", | |
437 "-u", | |
438 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | |
439 "[SLAVE_BUILD]/swarming.client", | |
440 "batcharchive", | |
441 "--dump-json", | |
442 "/path/to/tmp/json", | |
443 "--isolate-server", | |
444 "https://isolateserver.appspot.com", | |
445 "--verbose", | |
446 "[SLAVE_BUILD]/swarming_temp_dir/isolate_gsutil.isolated.gen.json" | |
447 ], | |
448 "name": "isolate tests (2)", | |
449 "~followup_annotations": [ | |
450 "@@@STEP_LOG_LINE@json.output@{@@@", | |
451 "@@@STEP_LOG_LINE@json.output@ \"isolate_gsutil\": \"[dummy hash for isol
ate_gsutil]\"@@@", | |
452 "@@@STEP_LOG_LINE@json.output@}@@@", | |
453 "@@@STEP_LOG_END@json.output@@@", | |
454 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"isolate_gsutil\": \"[dummy hash for
isolate_gsutil]\"}@@@" | |
455 ] | |
456 }, | |
457 { | |
458 "cmd": [ | |
459 "python", | |
460 "-u", | |
461 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", | 406 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", |
462 "/path/to/tmp/json", | 407 "/path/to/tmp/json", |
463 "Build-Mac-Clang-Arm7-Release-iOS" | 408 "Build-Mac-Clang-Arm7-Release-iOS" |
464 ], | 409 ], |
465 "cwd": "[SLAVE_BUILD]/skia", | 410 "cwd": "[SLAVE_BUILD]/skia", |
466 "name": "exec buildbot_spec.py (2)", | 411 "name": "exec buildbot_spec.py (2)", |
467 "~followup_annotations": [ | 412 "~followup_annotations": [ |
468 "@@@STEP_LOG_LINE@json.output@{@@@", | 413 "@@@STEP_LOG_LINE@json.output@{@@@", |
469 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", | 414 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
470 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", | 415 "@@@STEP_LOG_LINE@json.output@ \"most\"@@@", |
(...skipping 28 matching lines...) Expand all Loading... |
499 ] | 444 ] |
500 }, | 445 }, |
501 { | 446 { |
502 "cmd": [ | 447 "cmd": [ |
503 "python", | 448 "python", |
504 "-u", | 449 "-u", |
505 "\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", | 450 "\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", |
506 "[SLAVE_BUILD]/swarming_temp_dir", | 451 "[SLAVE_BUILD]/swarming_temp_dir", |
507 "511" | 452 "511" |
508 ], | 453 ], |
509 "name": "makedirs swarming tmp dir (3)", | 454 "name": "makedirs swarming tmp dir (2)", |
510 "~followup_annotations": [ | 455 "~followup_annotations": [ |
511 "@@@STEP_LOG_LINE@python.inline@@@@", | 456 "@@@STEP_LOG_LINE@python.inline@@@@", |
512 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 457 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
513 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 458 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
514 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 459 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
515 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 460 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
516 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 461 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
517 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 462 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
518 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 463 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
519 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 464 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
537 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 482 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
538 "[SLAVE_BUILD]/swarming.client", | 483 "[SLAVE_BUILD]/swarming.client", |
539 "batcharchive", | 484 "batcharchive", |
540 "--dump-json", | 485 "--dump-json", |
541 "/path/to/tmp/json", | 486 "/path/to/tmp/json", |
542 "--isolate-server", | 487 "--isolate-server", |
543 "https://isolateserver.appspot.com", | 488 "https://isolateserver.appspot.com", |
544 "--verbose", | 489 "--verbose", |
545 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" | 490 "[SLAVE_BUILD]/swarming_temp_dir/compile_skia.isolated.gen.json" |
546 ], | 491 ], |
547 "name": "isolate tests (3)", | 492 "name": "isolate tests (2)", |
548 "~followup_annotations": [ | 493 "~followup_annotations": [ |
549 "@@@STEP_LOG_LINE@json.output@{@@@", | 494 "@@@STEP_LOG_LINE@json.output@{@@@", |
550 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", | 495 "@@@STEP_LOG_LINE@json.output@ \"compile_skia\": \"[dummy hash for compil
e_skia]\"@@@", |
551 "@@@STEP_LOG_LINE@json.output@}@@@", | 496 "@@@STEP_LOG_LINE@json.output@}@@@", |
552 "@@@STEP_LOG_END@json.output@@@", | 497 "@@@STEP_LOG_END@json.output@@@", |
553 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" | 498 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"compile_skia\": \"[dummy hash for c
ompile_skia]\"}@@@" |
554 ] | 499 ] |
555 }, | 500 }, |
556 { | 501 { |
557 "cmd": [ | 502 "cmd": [ |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
792 "name": "Get expected SK_IMAGE_VERSION" | 737 "name": "Get expected SK_IMAGE_VERSION" |
793 }, | 738 }, |
794 { | 739 { |
795 "cmd": [ | 740 "cmd": [ |
796 "python", | 741 "python", |
797 "-u", | 742 "-u", |
798 "\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", | 743 "\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", |
799 "[SLAVE_BUILD]/swarming_temp_dir", | 744 "[SLAVE_BUILD]/swarming_temp_dir", |
800 "511" | 745 "511" |
801 ], | 746 ], |
802 "name": "makedirs swarming tmp dir (4)", | 747 "name": "makedirs swarming tmp dir (3)", |
803 "~followup_annotations": [ | 748 "~followup_annotations": [ |
804 "@@@STEP_LOG_LINE@python.inline@@@@", | 749 "@@@STEP_LOG_LINE@python.inline@@@@", |
805 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 750 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
806 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | 751 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", |
807 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | 752 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", |
808 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | 753 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", |
809 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | 754 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", |
810 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | 755 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", |
811 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | 756 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", |
812 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | 757 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", |
(...skipping 17 matching lines...) Expand all Loading... |
830 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 775 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
831 "[SLAVE_BUILD]/swarming.client", | 776 "[SLAVE_BUILD]/swarming.client", |
832 "batcharchive", | 777 "batcharchive", |
833 "--dump-json", | 778 "--dump-json", |
834 "/path/to/tmp/json", | 779 "/path/to/tmp/json", |
835 "--isolate-server", | 780 "--isolate-server", |
836 "https://isolateserver.appspot.com", | 781 "https://isolateserver.appspot.com", |
837 "--verbose", | 782 "--verbose", |
838 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" | 783 "[SLAVE_BUILD]/swarming_temp_dir/test_skia.isolated.gen.json" |
839 ], | 784 ], |
840 "name": "isolate tests (4)", | 785 "name": "isolate tests (3)", |
841 "~followup_annotations": [ | 786 "~followup_annotations": [ |
842 "@@@STEP_LOG_LINE@json.output@{@@@", | 787 "@@@STEP_LOG_LINE@json.output@{@@@", |
843 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", | 788 "@@@STEP_LOG_LINE@json.output@ \"test_skia\": \"[dummy hash for test_skia
]\"@@@", |
844 "@@@STEP_LOG_LINE@json.output@}@@@", | 789 "@@@STEP_LOG_LINE@json.output@}@@@", |
845 "@@@STEP_LOG_END@json.output@@@", | 790 "@@@STEP_LOG_END@json.output@@@", |
846 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" | 791 "@@@SET_BUILD_PROPERTY@swarm_hashes@{\"test_skia\": \"[dummy hash for test
_skia]\"}@@@" |
847 ] | 792 ] |
848 }, | 793 }, |
849 { | 794 { |
850 "cmd": [ | 795 "cmd": [ |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1091 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1036 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1092 }, | 1037 }, |
1093 "name": "Upload DM Results" | 1038 "name": "Upload DM Results" |
1094 }, | 1039 }, |
1095 { | 1040 { |
1096 "name": "$result", | 1041 "name": "$result", |
1097 "recipe_result": null, | 1042 "recipe_result": null, |
1098 "status_code": 0 | 1043 "status_code": 0 |
1099 } | 1044 } |
1100 ] | 1045 ] |
OLD | NEW |