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

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

Powered by Google App Engine
This is Rietveld 408576698