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