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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 "[SLAVE_BUILD]/skia/SKP_VERSION", | 719 "[SLAVE_BUILD]/skia/SKP_VERSION", |
720 "/path/to/tmp/" | 720 "/path/to/tmp/" |
721 ], | 721 ], |
722 "name": "Get expected SKP_VERSION" | 722 "name": "Get expected SKP_VERSION" |
723 }, | 723 }, |
724 { | 724 { |
725 "cmd": [ | 725 "cmd": [ |
726 "python", | 726 "python", |
727 "-u", | 727 "-u", |
728 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 728 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
729 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 729 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
730 "/path/to/tmp/" | 730 "/path/to/tmp/" |
731 ], | 731 ], |
732 "name": "Get downloaded SK_IMAGE_VERSION" | 732 "name": "read skimage VERSION" |
733 }, | 733 }, |
734 { | 734 { |
735 "cmd": [ | 735 "cmd": [ |
736 "python", | |
737 "-u", | |
738 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
739 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | |
740 "/path/to/tmp/" | |
741 ], | |
742 "name": "Get expected SK_IMAGE_VERSION" | |
743 }, | |
744 { | |
745 "cmd": [ | |
746 "python", | 736 "python", |
747 "-u", | 737 "-u", |
748 "\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", | 738 "\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", |
749 "[SLAVE_BUILD]/swarming_temp_dir", | 739 "[SLAVE_BUILD]/swarming_temp_dir", |
750 "511" | 740 "511" |
751 ], | 741 ], |
752 "name": "makedirs swarming tmp dir (3)", | 742 "name": "makedirs swarming tmp dir (3)", |
753 "~followup_annotations": [ | 743 "~followup_annotations": [ |
754 "@@@STEP_LOG_LINE@python.inline@@@@", | 744 "@@@STEP_LOG_LINE@python.inline@@@@", |
755 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 745 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
876 "--tag", | 866 "--tag", |
877 "master:client.skia", | 867 "master:client.skia", |
878 "--tag", | 868 "--tag", |
879 "name:test_skia", | 869 "name:test_skia", |
880 "--tag", | 870 "--tag", |
881 "os:Windows", | 871 "os:Windows", |
882 "--tag", | 872 "--tag", |
883 "slavename:skiabot-linux-swarm-000", | 873 "slavename:skiabot-linux-swarm-000", |
884 "--tag", | 874 "--tag", |
885 "stepname:test_skia on Windows", | 875 "stepname:test_skia on Windows", |
| 876 "--cipd-package", |
| 877 "skimage:skia/bots/skimage:version:0", |
886 "def456", | 878 "def456", |
887 "--", | 879 "--", |
888 "--workdir", | 880 "--workdir", |
889 "../../..", | 881 "../../..", |
890 "skia/swarm_test", | 882 "skia/swarm_test", |
891 "buildername=Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release", | 883 "buildername=Test-Win8-MSVC-ShuttleA-GPU-HD7770-x86_64-Release", |
892 "mastername=client.skia", | 884 "mastername=client.skia", |
893 "buildnumber=5", | 885 "buildnumber=5", |
894 "slavename=skiabot-linux-swarm-000", | 886 "slavename=skiabot-linux-swarm-000", |
895 "reason=Triggered by Skia swarm_trigger Recipe", | 887 "reason=Triggered by Skia swarm_trigger Recipe", |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1040 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1032 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1041 }, | 1033 }, |
1042 "name": "Upload DM Results" | 1034 "name": "Upload DM Results" |
1043 }, | 1035 }, |
1044 { | 1036 { |
1045 "name": "$result", | 1037 "name": "$result", |
1046 "recipe_result": null, | 1038 "recipe_result": null, |
1047 "status_code": 0 | 1039 "status_code": 0 |
1048 } | 1040 } |
1049 ] | 1041 ] |
OLD | NEW |