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