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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 "--tag", | 869 "--tag", |
880 "master:client.skia", | 870 "master:client.skia", |
881 "--tag", | 871 "--tag", |
882 "name:test_skia", | 872 "name:test_skia", |
883 "--tag", | 873 "--tag", |
884 "os:Windows-2008ServerR2-SP1", | 874 "os:Windows-2008ServerR2-SP1", |
885 "--tag", | 875 "--tag", |
886 "slavename:skiabot-linux-swarm-000", | 876 "slavename:skiabot-linux-swarm-000", |
887 "--tag", | 877 "--tag", |
888 "stepname:test_skia on Windows-2008ServerR2-SP1", | 878 "stepname:test_skia on Windows-2008ServerR2-SP1", |
| 879 "--cipd-package", |
| 880 "skimage:skia/bots/skimage:version:0", |
889 "def456", | 881 "def456", |
890 "--", | 882 "--", |
891 "--workdir", | 883 "--workdir", |
892 "../../..", | 884 "../../..", |
893 "skia/swarm_test", | 885 "skia/swarm_test", |
894 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", | 886 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", |
895 "mastername=client.skia", | 887 "mastername=client.skia", |
896 "buildnumber=5", | 888 "buildnumber=5", |
897 "slavename=skiabot-linux-swarm-000", | 889 "slavename=skiabot-linux-swarm-000", |
898 "reason=Triggered by Skia swarm_trigger Recipe", | 890 "reason=Triggered by Skia swarm_trigger Recipe", |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1043 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1035 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1044 }, | 1036 }, |
1045 "name": "Upload DM Results" | 1037 "name": "Upload DM Results" |
1046 }, | 1038 }, |
1047 { | 1039 { |
1048 "name": "$result", | 1040 "name": "$result", |
1049 "recipe_result": null, | 1041 "recipe_result": null, |
1050 "status_code": 0 | 1042 "status_code": 0 |
1051 } | 1043 } |
1052 ] | 1044 ] |
OLD | NEW |