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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.json

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 7 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 "python", 4 "python",
5 "-u", 5 "-u",
6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py", 6 "[SLAVE_BUILD]\\skia\\tools\\buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]\\skia", 10 "cwd": "[SLAVE_BUILD]\\skia",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ] 44 ]
45 }, 45 },
46 { 46 {
47 "cmd": [ 47 "cmd": [
48 "python", 48 "python",
49 "-u", 49 "-u",
50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 50 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION", 51 "[SLAVE_BUILD]\\tmp\\SKP_VERSION",
52 "/path/to/tmp/" 52 "/path/to/tmp/"
53 ], 53 ],
54 "cwd": "[SLAVE_BUILD]",
55 "name": "Get downloaded SKP_VERSION" 54 "name": "Get downloaded SKP_VERSION"
56 }, 55 },
57 { 56 {
58 "cmd": [ 57 "cmd": [
59 "python", 58 "python",
60 "-u", 59 "-u",
61 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 60 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
62 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION", 61 "[SLAVE_BUILD]\\tmp\\SK_IMAGE_VERSION",
63 "/path/to/tmp/" 62 "/path/to/tmp/"
64 ], 63 ],
65 "cwd": "[SLAVE_BUILD]",
66 "name": "Get downloaded SK_IMAGE_VERSION" 64 "name": "Get downloaded SK_IMAGE_VERSION"
67 }, 65 },
68 { 66 {
69 "cmd": [ 67 "cmd": [
70 "python", 68 "python",
71 "-u", 69 "-u",
72 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n", 70 "\nimport os, sys\nfrom common import chromium_utils # Error? See https:// crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveD irectory(sys.argv[1])\n",
73 "[SWARM_OUT_DIR]\\dm" 71 "[SWARM_OUT_DIR]\\dm"
74 ], 72 ],
75 "cwd": "[SLAVE_BUILD]",
76 "env": { 73 "env": {
77 "PYTHONPATH": "build\\scripts" 74 "PYTHONPATH": "build\\scripts"
78 }, 75 },
79 "name": "rmtree dm", 76 "name": "rmtree dm",
80 "~followup_annotations": [ 77 "~followup_annotations": [
81 "@@@STEP_LOG_LINE@python.inline@@@@", 78 "@@@STEP_LOG_LINE@python.inline@@@@",
82 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 79 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
83 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 80 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
84 "@@@STEP_LOG_LINE@python.inline@@@@", 81 "@@@STEP_LOG_LINE@python.inline@@@@",
85 "@@@STEP_LOG_LINE@python.inline@@@@", 82 "@@@STEP_LOG_LINE@python.inline@@@@",
86 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 83 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
87 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 84 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
88 "@@@STEP_LOG_END@python.inline@@@" 85 "@@@STEP_LOG_END@python.inline@@@"
89 ] 86 ]
90 }, 87 },
91 { 88 {
92 "cmd": [ 89 "cmd": [
93 "python", 90 "python",
94 "-u", 91 "-u",
95 "\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", 92 "\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",
96 "[SWARM_OUT_DIR]\\dm", 93 "[SWARM_OUT_DIR]\\dm",
97 "511" 94 "511"
98 ], 95 ],
99 "cwd": "[SLAVE_BUILD]",
100 "name": "makedirs dm", 96 "name": "makedirs dm",
101 "~followup_annotations": [ 97 "~followup_annotations": [
102 "@@@STEP_LOG_LINE@python.inline@@@@", 98 "@@@STEP_LOG_LINE@python.inline@@@@",
103 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 99 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
104 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 100 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
105 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 101 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
106 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 102 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
107 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 103 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
108 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 104 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
109 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 105 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
110 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 106 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
111 "@@@STEP_LOG_END@python.inline@@@" 107 "@@@STEP_LOG_END@python.inline@@@"
112 ] 108 ]
113 }, 109 },
114 { 110 {
115 "cmd": [ 111 "cmd": [
116 "python", 112 "python",
117 "-u", 113 "-u",
118 "\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", 114 "\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",
119 "[SLAVE_BUILD]\\tmp", 115 "[SLAVE_BUILD]\\tmp",
120 "511" 116 "511"
121 ], 117 ],
122 "cwd": "[SLAVE_BUILD]",
123 "name": "makedirs tmp_dir", 118 "name": "makedirs tmp_dir",
124 "~followup_annotations": [ 119 "~followup_annotations": [
125 "@@@STEP_LOG_LINE@python.inline@@@@", 120 "@@@STEP_LOG_LINE@python.inline@@@@",
126 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 121 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
127 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 122 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
128 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 123 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
129 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 124 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
130 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 125 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
131 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 126 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
132 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 127 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "ShuttleB", 218 "ShuttleB",
224 "os", 219 "os",
225 "Win8", 220 "Win8",
226 "--uninterestingHashesFile", 221 "--uninterestingHashesFile",
227 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt", 222 "[SLAVE_BUILD]\\tmp\\uninteresting_hashes.txt",
228 "--writePath", 223 "--writePath",
229 "[SWARM_OUT_DIR]\\dm", 224 "[SWARM_OUT_DIR]\\dm",
230 "--nogpu", 225 "--nogpu",
231 "--dummy-flags" 226 "--dummy-flags"
232 ], 227 ],
233 "cwd": "[SLAVE_BUILD]",
234 "env": { 228 "env": {
235 "BUILDTYPE": "Release_x64", 229 "BUILDTYPE": "Release_x64",
236 "CHROME_HEADLESS": "1", 230 "CHROME_HEADLESS": "1",
237 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp", 231 "GYP_DEFINES": "qt_sdk=C:/Qt/Qt5.1.0/5.1.0/msvc2012_64/ skia_arch_type=x86 _64 skia_gpu=0 skia_warnings_as_errors=0 skia_win_debuggers_path=c:/DbgHelp",
238 "PATH": "[SLAVE_BUILD]\\depot_tools:%(PATH)s", 232 "PATH": "[SLAVE_BUILD]\\depot_tools:%(PATH)s",
239 "SKIA_OUT": "[SLAVE_BUILD]\\out" 233 "SKIA_OUT": "[SLAVE_BUILD]\\out"
240 }, 234 },
241 "name": "dm" 235 "name": "dm"
242 }, 236 },
243 { 237 {
244 "cmd": [ 238 "cmd": [
245 "python", 239 "python",
246 "-u", 240 "-u",
247 "import psutil\nfor p in psutil.process_iter():\n try:\n if p.name == 'mspdbsrv.exe':\n p.kill()\n except psutil._error.AccessDenied:\n pass\ n" 241 "import psutil\nfor p in psutil.process_iter():\n try:\n if p.name == 'mspdbsrv.exe':\n p.kill()\n except psutil._error.AccessDenied:\n pass\ n"
248 ], 242 ],
249 "cwd": "[SLAVE_BUILD]",
250 "name": "cleanup", 243 "name": "cleanup",
251 "~followup_annotations": [ 244 "~followup_annotations": [
252 "@@@STEP_LOG_LINE@python.inline@import psutil@@@", 245 "@@@STEP_LOG_LINE@python.inline@import psutil@@@",
253 "@@@STEP_LOG_LINE@python.inline@for p in psutil.process_iter():@@@", 246 "@@@STEP_LOG_LINE@python.inline@for p in psutil.process_iter():@@@",
254 "@@@STEP_LOG_LINE@python.inline@ try:@@@", 247 "@@@STEP_LOG_LINE@python.inline@ try:@@@",
255 "@@@STEP_LOG_LINE@python.inline@ if p.name == 'mspdbsrv.exe':@@@", 248 "@@@STEP_LOG_LINE@python.inline@ if p.name == 'mspdbsrv.exe':@@@",
256 "@@@STEP_LOG_LINE@python.inline@ p.kill()@@@", 249 "@@@STEP_LOG_LINE@python.inline@ p.kill()@@@",
257 "@@@STEP_LOG_LINE@python.inline@ except psutil._error.AccessDenied:@@@", 250 "@@@STEP_LOG_LINE@python.inline@ except psutil._error.AccessDenied:@@@",
258 "@@@STEP_LOG_LINE@python.inline@ pass@@@", 251 "@@@STEP_LOG_LINE@python.inline@ pass@@@",
259 "@@@STEP_LOG_END@python.inline@@@" 252 "@@@STEP_LOG_END@python.inline@@@"
260 ] 253 ]
261 }, 254 },
262 { 255 {
263 "name": "$result", 256 "name": "$result",
264 "recipe_result": null, 257 "recipe_result": null,
265 "status_code": 0 258 "status_code": 0
266 } 259 }
267 ] 260 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698