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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
713 "[SLAVE_BUILD]/skia/SKP_VERSION", | 713 "[SLAVE_BUILD]/skia/SKP_VERSION", |
714 "/path/to/tmp/" | 714 "/path/to/tmp/" |
715 ], | 715 ], |
716 "name": "Get expected SKP_VERSION" | 716 "name": "Get expected SKP_VERSION" |
717 }, | 717 }, |
718 { | 718 { |
719 "cmd": [ | 719 "cmd": [ |
720 "python", | 720 "python", |
721 "-u", | 721 "-u", |
722 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | 722 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", |
723 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", | 723 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", |
724 "/path/to/tmp/" | 724 "/path/to/tmp/" |
725 ], | 725 ], |
726 "name": "Get downloaded SK_IMAGE_VERSION" | 726 "name": "read skimage VERSION" |
727 }, | 727 }, |
728 { | 728 { |
729 "cmd": [ | 729 "cmd": [ |
730 "python", | |
731 "-u", | |
732 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", | |
733 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", | |
734 "/path/to/tmp/" | |
735 ], | |
736 "name": "Get expected SK_IMAGE_VERSION" | |
737 }, | |
738 { | |
739 "cmd": [ | |
740 "python", | 730 "python", |
741 "-u", | 731 "-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", | 732 "\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", | 733 "[SLAVE_BUILD]/swarming_temp_dir", |
744 "511" | 734 "511" |
745 ], | 735 ], |
746 "name": "makedirs swarming tmp dir (3)", | 736 "name": "makedirs swarming tmp dir (3)", |
747 "~followup_annotations": [ | 737 "~followup_annotations": [ |
748 "@@@STEP_LOG_LINE@python.inline@@@@", | 738 "@@@STEP_LOG_LINE@python.inline@@@@", |
749 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", | 739 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
870 "--tag", | 860 "--tag", |
871 "master:client.skia", | 861 "master:client.skia", |
872 "--tag", | 862 "--tag", |
873 "name:test_skia", | 863 "name:test_skia", |
874 "--tag", | 864 "--tag", |
875 "os:iOS-9.2", | 865 "os:iOS-9.2", |
876 "--tag", | 866 "--tag", |
877 "slavename:skiabot-linux-swarm-000", | 867 "slavename:skiabot-linux-swarm-000", |
878 "--tag", | 868 "--tag", |
879 "stepname:test_skia on iOS-9.2", | 869 "stepname:test_skia on iOS-9.2", |
| 870 "--cipd-package", |
| 871 "skimage:skia/bots/skimage:version:0", |
880 "def456", | 872 "def456", |
881 "--", | 873 "--", |
882 "--workdir", | 874 "--workdir", |
883 "../../..", | 875 "../../..", |
884 "skia/swarm_test", | 876 "skia/swarm_test", |
885 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", | 877 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", |
886 "mastername=client.skia", | 878 "mastername=client.skia", |
887 "buildnumber=5", | 879 "buildnumber=5", |
888 "slavename=skiabot-linux-swarm-000", | 880 "slavename=skiabot-linux-swarm-000", |
889 "reason=Triggered by Skia swarm_trigger Recipe", | 881 "reason=Triggered by Skia swarm_trigger Recipe", |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1034 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" | 1026 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" |
1035 }, | 1027 }, |
1036 "name": "Upload DM Results" | 1028 "name": "Upload DM Results" |
1037 }, | 1029 }, |
1038 { | 1030 { |
1039 "name": "$result", | 1031 "name": "$result", |
1040 "recipe_result": null, | 1032 "recipe_result": null, |
1041 "status_code": 0 | 1033 "status_code": 0 |
1042 } | 1034 } |
1043 ] | 1035 ] |
OLD | NEW |