Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release.json

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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]/tmp/SK_IMAGE_VERSION", 733 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION",
734 "/path/to/tmp/" 734 "/path/to/tmp/"
735 ], 735 ],
736 "name": "Get downloaded SK_IMAGE_VERSION" 736 "name": "read skimage 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": [
750 "python", 740 "python",
751 "-u", 741 "-u",
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", 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",
753 "[SLAVE_BUILD]/swarming_temp_dir", 743 "[SLAVE_BUILD]/swarming_temp_dir",
754 "511" 744 "511"
755 ], 745 ],
756 "name": "makedirs swarming tmp dir (3)", 746 "name": "makedirs swarming tmp dir (3)",
757 "~followup_annotations": [ 747 "~followup_annotations": [
758 "@@@STEP_LOG_LINE@python.inline@@@@", 748 "@@@STEP_LOG_LINE@python.inline@@@@",
759 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 749 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 "--tag", 870 "--tag",
881 "master:client.skia", 871 "master:client.skia",
882 "--tag", 872 "--tag",
883 "name:test_skia", 873 "name:test_skia",
884 "--tag", 874 "--tag",
885 "os:Android", 875 "os:Android",
886 "--tag", 876 "--tag",
887 "slavename:skiabot-linux-swarm-000", 877 "slavename:skiabot-linux-swarm-000",
888 "--tag", 878 "--tag",
889 "stepname:test_skia on Android", 879 "stepname:test_skia on Android",
880 "--cipd-package",
881 "skimage:skia/bots/skimage:version:0",
890 "def456", 882 "def456",
891 "--", 883 "--",
892 "--workdir", 884 "--workdir",
893 "../../..", 885 "../../..",
894 "skia/swarm_test", 886 "skia/swarm_test",
895 "buildername=Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release", 887 "buildername=Test-Android-GCC-Nexus7v2-GPU-Tegra3-Arm7-Release",
896 "mastername=client.skia", 888 "mastername=client.skia",
897 "buildnumber=5", 889 "buildnumber=5",
898 "slavename=skiabot-linux-swarm-000", 890 "slavename=skiabot-linux-swarm-000",
899 "reason=Triggered by Skia swarm_trigger Recipe", 891 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1044 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1036 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1045 }, 1037 },
1046 "name": "Upload DM Results" 1038 "name": "Upload DM Results"
1047 }, 1039 },
1048 { 1040 {
1049 "name": "$result", 1041 "name": "$result",
1050 "recipe_result": null, 1042 "recipe_result": null,
1051 "status_code": 0 1043 "status_code": 0
1052 } 1044 }
1053 ] 1045 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698