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

Side by Side Diff: scripts/slave/recipes/skia/swarm_trigger.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
719 "[SLAVE_BUILD]/skia/SKP_VERSION", 719 "[SLAVE_BUILD]/skia/SKP_VERSION",
720 "/path/to/tmp/" 720 "/path/to/tmp/"
721 ], 721 ],
722 "name": "Get expected SKP_VERSION" 722 "name": "Get expected SKP_VERSION"
723 }, 723 },
724 { 724 {
725 "cmd": [ 725 "cmd": [
726 "python", 726 "python",
727 "-u", 727 "-u",
728 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 728 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
729 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 729 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
730 "/path/to/tmp/" 730 "/path/to/tmp/"
731 ], 731 ],
732 "name": "read skimage VERSION" 732 "name": "Get downloaded SK_IMAGE_VERSION"
733 }, 733 },
734 { 734 {
735 "cmd": [ 735 "cmd": [
736 "python",
737 "-u",
738 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
739 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION",
740 "/path/to/tmp/"
741 ],
742 "name": "Get expected SK_IMAGE_VERSION"
743 },
744 {
745 "cmd": [
736 "python", 746 "python",
737 "-u", 747 "-u",
738 "\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", 748 "\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",
739 "[SLAVE_BUILD]/swarming_temp_dir", 749 "[SLAVE_BUILD]/swarming_temp_dir",
740 "511" 750 "511"
741 ], 751 ],
742 "name": "makedirs swarming tmp dir (3)", 752 "name": "makedirs swarming tmp dir (3)",
743 "~followup_annotations": [ 753 "~followup_annotations": [
744 "@@@STEP_LOG_LINE@python.inline@@@@", 754 "@@@STEP_LOG_LINE@python.inline@@@@",
745 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 755 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 "--tag", 879 "--tag",
870 "master:client.skia", 880 "master:client.skia",
871 "--tag", 881 "--tag",
872 "name:test_skia", 882 "name:test_skia",
873 "--tag", 883 "--tag",
874 "os:Windows-2008ServerR2-SP1", 884 "os:Windows-2008ServerR2-SP1",
875 "--tag", 885 "--tag",
876 "slavename:skiabot-linux-swarm-000", 886 "slavename:skiabot-linux-swarm-000",
877 "--tag", 887 "--tag",
878 "stepname:test_skia on Windows-2008ServerR2-SP1", 888 "stepname:test_skia on Windows-2008ServerR2-SP1",
879 "--cipd-package",
880 "skimage:skia/bots/skimage:version:0",
881 "def456", 889 "def456",
882 "--", 890 "--",
883 "--workdir", 891 "--workdir",
884 "../../..", 892 "../../..",
885 "skia/swarm_test", 893 "skia/swarm_test",
886 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release", 894 "buildername=Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release",
887 "mastername=client.skia", 895 "mastername=client.skia",
888 "buildnumber=5", 896 "buildnumber=5",
889 "slavename=skiabot-linux-swarm-000", 897 "slavename=skiabot-linux-swarm-000",
890 "reason=Triggered by Skia swarm_trigger Recipe", 898 "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" 1043 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
1036 }, 1044 },
1037 "name": "Upload DM Results" 1045 "name": "Upload DM Results"
1038 }, 1046 },
1039 { 1047 {
1040 "name": "$result", 1048 "name": "$result",
1041 "recipe_result": null, 1049 "recipe_result": null,
1042 "status_code": 0 1050 "status_code": 0
1043 } 1051 }
1044 ] 1052 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698