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