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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release.json

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
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]/skia/infra/bots/assets/skimage/VERSION", 723 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
724 "/path/to/tmp/" 724 "/path/to/tmp/"
725 ], 725 ],
726 "name": "read skimage VERSION" 726 "name": "Get downloaded SK_IMAGE_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": [
730 "python", 740 "python",
731 "-u", 741 "-u",
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", 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",
733 "[SLAVE_BUILD]/swarming_temp_dir", 743 "[SLAVE_BUILD]/swarming_temp_dir",
734 "511" 744 "511"
735 ], 745 ],
736 "name": "makedirs swarming tmp dir (3)", 746 "name": "makedirs swarming tmp dir (3)",
737 "~followup_annotations": [ 747 "~followup_annotations": [
738 "@@@STEP_LOG_LINE@python.inline@@@@", 748 "@@@STEP_LOG_LINE@python.inline@@@@",
739 "@@@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
860 "--tag", 870 "--tag",
861 "master:client.skia", 871 "master:client.skia",
862 "--tag", 872 "--tag",
863 "name:test_skia", 873 "name:test_skia",
864 "--tag", 874 "--tag",
865 "os:iOS-9.2", 875 "os:iOS-9.2",
866 "--tag", 876 "--tag",
867 "slavename:skiabot-linux-swarm-000", 877 "slavename:skiabot-linux-swarm-000",
868 "--tag", 878 "--tag",
869 "stepname:test_skia on iOS-9.2", 879 "stepname:test_skia on iOS-9.2",
870 "--cipd-package",
871 "skimage:skia/bots/skimage:version:0",
872 "def456", 880 "def456",
873 "--", 881 "--",
874 "--workdir", 882 "--workdir",
875 "../../..", 883 "../../..",
876 "skia/swarm_test", 884 "skia/swarm_test",
877 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release", 885 "buildername=Test-iOS-Clang-iPad4-GPU-SGX554-Arm7-Release",
878 "mastername=client.skia", 886 "mastername=client.skia",
879 "buildnumber=5", 887 "buildnumber=5",
880 "slavename=skiabot-linux-swarm-000", 888 "slavename=skiabot-linux-swarm-000",
881 "reason=Triggered by Skia swarm_trigger Recipe", 889 "reason=Triggered by Skia swarm_trigger Recipe",
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
1026 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 1034 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1027 }, 1035 },
1028 "name": "Upload DM Results" 1036 "name": "Upload DM Results"
1029 }, 1037 },
1030 { 1038 {
1031 "name": "$result", 1039 "name": "$result",
1032 "recipe_result": null, 1040 "recipe_result": null,
1033 "status_code": 0 1041 "status_code": 0
1034 } 1042 }
1035 ] 1043 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698