| 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 663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 674 "@@@STEP_LOG_LINE@json.output@}@@@", | 674 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 675 "@@@STEP_LOG_END@json.output@@@", | 675 "@@@STEP_LOG_END@json.output@@@", |
| 676 "@@@STEP_LINK@shard #0 isolated out@blah@@@", | 676 "@@@STEP_LINK@shard #0 isolated out@blah@@@", |
| 677 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" | 677 "@@@STEP_LINK@view steps on Milo@https://luci-milo.appspot.com/swarming/ta
sk/148aa78d7aa0000@@@" |
| 678 ] | 678 ] |
| 679 }, | 679 }, |
| 680 { | 680 { |
| 681 "cmd": [ | 681 "cmd": [ |
| 682 "python", | 682 "python", |
| 683 "-u", | 683 "-u", |
| 684 "\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", | |
| 685 "[SLAVE_BUILD]/tmp", | |
| 686 "511" | |
| 687 ], | |
| 688 "name": "makedirs tmp_dir", | |
| 689 "~followup_annotations": [ | |
| 690 "@@@STEP_LOG_LINE@python.inline@@@@", | |
| 691 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | |
| 692 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", | |
| 693 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", | |
| 694 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", | |
| 695 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", | |
| 696 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" %
path@@@", | |
| 697 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", | |
| 698 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", | |
| 699 "@@@STEP_LOG_END@python.inline@@@" | |
| 700 ] | |
| 701 }, | |
| 702 { | |
| 703 "cmd": [ | |
| 704 "python", | |
| 705 "-u", | |
| 706 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 684 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 707 "[SLAVE_BUILD]/tmp/SKP_VERSION", | 685 "[SLAVE_BUILD]/skia/infra/bots/assets/skp/VERSION", |
| 708 "/path/to/tmp/" | 686 "/path/to/tmp/" |
| 709 ], | 687 ], |
| 710 "name": "Get downloaded SKP_VERSION" | 688 "name": "read skp VERSION" |
| 711 }, | 689 }, |
| 712 { | 690 { |
| 713 "cmd": [ | 691 "cmd": [ |
| 714 "python", | |
| 715 "-u", | |
| 716 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
| 717 "[SLAVE_BUILD]/skia/SKP_VERSION", | |
| 718 "/path/to/tmp/" | |
| 719 ], | |
| 720 "name": "Get expected SKP_VERSION" | |
| 721 }, | |
| 722 { | |
| 723 "cmd": [ | |
| 724 "python", | 692 "python", |
| 725 "-u", | 693 "-u", |
| 726 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 694 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
| 727 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", | 695 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
| 728 "/path/to/tmp/" | 696 "/path/to/tmp/" |
| 729 ], | 697 ], |
| 730 "name": "read skimage VERSION" | 698 "name": "read skimage VERSION" |
| 731 }, | 699 }, |
| 732 { | 700 { |
| 733 "cmd": [ | 701 "cmd": [ |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 "master:client.skia", | 835 "master:client.skia", |
| 868 "--tag", | 836 "--tag", |
| 869 "name:test_skia", | 837 "name:test_skia", |
| 870 "--tag", | 838 "--tag", |
| 871 "os:iOS-9.2", | 839 "os:iOS-9.2", |
| 872 "--tag", | 840 "--tag", |
| 873 "slavename:skiabot-linux-swarm-000", | 841 "slavename:skiabot-linux-swarm-000", |
| 874 "--tag", | 842 "--tag", |
| 875 "stepname:test_skia on iOS-9.2", | 843 "stepname:test_skia on iOS-9.2", |
| 876 "--cipd-package", | 844 "--cipd-package", |
| 845 "skp:skia/bots/skp:version:0", |
| 846 "--cipd-package", |
| 877 "skimage:skia/bots/skimage:version:0", | 847 "skimage:skia/bots/skimage:version:0", |
| 878 "def456", | 848 "def456", |
| 879 "--", | 849 "--", |
| 880 "--workdir", | 850 "--workdir", |
| 881 "../../..", | 851 "../../..", |
| 882 "skia/swarm_test", | 852 "skia/swarm_test", |
| 883 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", | 853 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", |
| 884 "mastername=client.skia", | 854 "mastername=client.skia", |
| 885 "buildnumber=5", | 855 "buildnumber=5", |
| 886 "slavename=skiabot-linux-swarm-000", | 856 "slavename=skiabot-linux-swarm-000", |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1004 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
| 1035 }, | 1005 }, |
| 1036 "name": "Upload DM Results" | 1006 "name": "Upload DM Results" |
| 1037 }, | 1007 }, |
| 1038 { | 1008 { |
| 1039 "name": "$result", | 1009 "name": "$result", |
| 1040 "recipe_result": null, | 1010 "recipe_result": null, |
| 1041 "status_code": 0 | 1011 "status_code": 0 |
| 1042 } | 1012 } |
| 1043 ] | 1013 ] |
| OLD | NEW |