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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer.json

Issue 1919193002: build: roll infra_paths changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: merge 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 | Annotate | Revision Log
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": "[CWD]/skia",
11 "name": "git remote set-url" 11 "name": "git remote set-url"
12 }, 12 },
13 { 13 {
14 "cmd": [ 14 "cmd": [
15 "git", 15 "git",
16 "fetch" 16 "fetch"
17 ], 17 ],
18 "cwd": "[SLAVE_BUILD]/skia", 18 "cwd": "[CWD]/skia",
19 "name": "git fetch" 19 "name": "git fetch"
20 }, 20 },
21 { 21 {
22 "cmd": [ 22 "cmd": [
23 "git", 23 "git",
24 "reset", 24 "reset",
25 "--hard", 25 "--hard",
26 "abc123" 26 "abc123"
27 ], 27 ],
28 "cwd": "[SLAVE_BUILD]/skia", 28 "cwd": "[CWD]/skia",
29 "name": "git reset" 29 "name": "git reset"
30 }, 30 },
31 { 31 {
32 "cmd": [ 32 "cmd": [
33 "git", 33 "git",
34 "clean", 34 "clean",
35 "-d", 35 "-d",
36 "-f" 36 "-f"
37 ], 37 ],
38 "cwd": "[SLAVE_BUILD]/skia", 38 "cwd": "[CWD]/skia",
39 "name": "git clean" 39 "name": "git clean"
40 }, 40 },
41 { 41 {
42 "cmd": [ 42 "cmd": [
43 "python", 43 "python",
44 "-u", 44 "-u",
45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 45 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
46 "config", 46 "config",
47 "--spec", 47 "--spec",
48 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}, {'deps_ file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https://chromium.googles ource.com/chromium/src.git'}]\ntarget_os = ['llvm']" 48 "cache_dir = '[ROOT]/b/build/slave/cache_dir'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/ skia.git'}, {'deps_file': 'DEPS', 'managed': False, 'name': 'src', 'url': 'https ://chromium.googlesource.com/chromium/src.git'}]\ntarget_os = ['llvm']"
49 ], 49 ],
50 "cwd": "[SLAVE_BUILD]",
51 "env": { 50 "env": {
52 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 51 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
53 }, 52 },
54 "name": "gclient setup" 53 "name": "gclient setup"
55 }, 54 },
56 { 55 {
57 "cmd": [ 56 "cmd": [
58 "python", 57 "python",
59 "-u", 58 "-u",
60 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 59 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
61 "sync", 60 "sync",
62 "--nohooks", 61 "--nohooks",
63 "--force", 62 "--force",
64 "--verbose", 63 "--verbose",
65 "--delete_unversioned_trees", 64 "--delete_unversioned_trees",
66 "--revision", 65 "--revision",
67 "skia@abc123", 66 "skia@abc123",
68 "--revision", 67 "--revision",
69 "src@origin/lkgr", 68 "src@origin/lkgr",
70 "--output-json", 69 "--output-json",
71 "/path/to/tmp/json" 70 "/path/to/tmp/json"
72 ], 71 ],
73 "cwd": "[SLAVE_BUILD]",
74 "env": { 72 "env": {
75 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 73 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
76 }, 74 },
77 "name": "gclient sync", 75 "name": "gclient sync",
78 "~followup_annotations": [ 76 "~followup_annotations": [
79 "@@@STEP_LOG_LINE@json.output@{@@@", 77 "@@@STEP_LOG_LINE@json.output@{@@@",
80 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@", 78 "@@@STEP_LOG_LINE@json.output@ \"solutions\": {@@@",
81 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@", 79 "@@@STEP_LOG_LINE@json.output@ \"skia/\": {@@@",
82 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@", 80 "@@@STEP_LOG_LINE@json.output@ \"revision\": 164710@@@",
83 "@@@STEP_LOG_LINE@json.output@ }, @@@", 81 "@@@STEP_LOG_LINE@json.output@ }, @@@",
84 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@", 82 "@@@STEP_LOG_LINE@json.output@ \"src/\": {@@@",
85 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@", 83 "@@@STEP_LOG_LINE@json.output@ \"revision\": 170242@@@",
86 "@@@STEP_LOG_LINE@json.output@ }@@@", 84 "@@@STEP_LOG_LINE@json.output@ }@@@",
87 "@@@STEP_LOG_LINE@json.output@ }@@@", 85 "@@@STEP_LOG_LINE@json.output@ }@@@",
88 "@@@STEP_LOG_LINE@json.output@}@@@", 86 "@@@STEP_LOG_LINE@json.output@}@@@",
89 "@@@STEP_LOG_END@json.output@@@", 87 "@@@STEP_LOG_END@json.output@@@",
90 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@" 88 "@@@SET_BUILD_PROPERTY@got_revision@164710@@@"
91 ] 89 ]
92 }, 90 },
93 { 91 {
94 "cmd": [ 92 "cmd": [
95 "python", 93 "python",
96 "-u", 94 "-u",
97 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 95 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
98 "runhooks" 96 "runhooks"
99 ], 97 ],
100 "cwd": "[SLAVE_BUILD]",
101 "env": { 98 "env": {
102 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 99 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
103 }, 100 },
104 "name": "gclient runhooks" 101 "name": "gclient runhooks"
105 }, 102 },
106 { 103 {
107 "cmd": [ 104 "cmd": [
108 "python", 105 "python",
109 "-u", 106 "-u",
110 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 107 "[CWD]/skia/tools/buildbot_spec.py",
111 "/path/to/tmp/json", 108 "/path/to/tmp/json",
112 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer" 109 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer"
113 ], 110 ],
114 "cwd": "[SLAVE_BUILD]/skia", 111 "cwd": "[CWD]/skia",
115 "name": "exec buildbot_spec.py", 112 "name": "exec buildbot_spec.py",
116 "~followup_annotations": [ 113 "~followup_annotations": [
117 "@@@STEP_LOG_LINE@json.output@{@@@", 114 "@@@STEP_LOG_LINE@json.output@{@@@",
118 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", 115 "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@",
119 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@", 116 "@@@STEP_LOG_LINE@json.output@ \"dm\", @@@",
120 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@", 117 "@@@STEP_LOG_LINE@json.output@ \"nanobench\"@@@",
121 "@@@STEP_LOG_LINE@json.output@ ], @@@", 118 "@@@STEP_LOG_LINE@json.output@ ], @@@",
122 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@", 119 "@@@STEP_LOG_LINE@json.output@ \"builder_cfg\": {@@@",
123 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@", 120 "@@@STEP_LOG_LINE@json.output@ \"arch\": \"x86_64\", @@@",
124 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@", 121 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"Clang\", @@@",
(...skipping 24 matching lines...) Expand all
149 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@", 146 "@@@STEP_LOG_LINE@json.output@ \"upload_perf_results\": false@@@",
150 "@@@STEP_LOG_LINE@json.output@}@@@", 147 "@@@STEP_LOG_LINE@json.output@}@@@",
151 "@@@STEP_LOG_END@json.output@@@" 148 "@@@STEP_LOG_END@json.output@@@"
152 ] 149 ]
153 }, 150 },
154 { 151 {
155 "cmd": [ 152 "cmd": [
156 "make", 153 "make",
157 "dm" 154 "dm"
158 ], 155 ],
159 "cwd": "[SLAVE_BUILD]/skia", 156 "cwd": "[CWD]/skia",
160 "env": { 157 "env": {
161 "BUILDTYPE": "Debug", 158 "BUILDTYPE": "Debug",
162 "CC": "/usr/bin/clang", 159 "CC": "/usr/bin/clang",
163 "CHROME_PATH": "[HOME]/src", 160 "CHROME_PATH": "[HOME]/src",
164 "CXX": "/usr/bin/clang++", 161 "CXX": "/usr/bin/clang++",
165 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 162 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
166 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 163 "SKIA_OUT": "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-De bug-CommandBuffer"
167 }, 164 },
168 "name": "build dm" 165 "name": "build dm"
169 }, 166 },
170 { 167 {
171 "cmd": [ 168 "cmd": [
172 "python", 169 "python",
173 "-u", 170 "-u",
174 "[SLAVE_BUILD]/skia/tools/build_command_buffer.py", 171 "[CWD]/skia/tools/build_command_buffer.py",
175 "--chrome-dir", 172 "--chrome-dir",
176 "[SLAVE_BUILD]", 173 "[CWD]",
177 "--output-dir", 174 "--output-dir",
178 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug", 175 "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandB uffer/Debug",
179 "--chrome-build-type", 176 "--chrome-build-type",
180 "Debug", 177 "Debug",
181 "--no-sync" 178 "--no-sync"
182 ], 179 ],
183 "cwd": "[SLAVE_BUILD]",
184 "env": { 180 "env": {
185 "BUILDTYPE": "Debug", 181 "BUILDTYPE": "Debug",
186 "CC": "/usr/bin/clang", 182 "CC": "/usr/bin/clang",
187 "CXX": "/usr/bin/clang++", 183 "CXX": "/usr/bin/clang++",
188 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 184 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
189 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 185 "SKIA_OUT": "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-De bug-CommandBuffer"
190 }, 186 },
191 "name": "build command_buffer" 187 "name": "build command_buffer"
192 }, 188 },
193 { 189 {
194 "cmd": [ 190 "cmd": [
195 "make", 191 "make",
196 "nanobench" 192 "nanobench"
197 ], 193 ],
198 "cwd": "[SLAVE_BUILD]/skia", 194 "cwd": "[CWD]/skia",
199 "env": { 195 "env": {
200 "BUILDTYPE": "Debug", 196 "BUILDTYPE": "Debug",
201 "CC": "/usr/bin/clang", 197 "CC": "/usr/bin/clang",
202 "CHROME_PATH": "[HOME]/src", 198 "CHROME_PATH": "[HOME]/src",
203 "CXX": "/usr/bin/clang++", 199 "CXX": "/usr/bin/clang++",
204 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 200 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
205 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 201 "SKIA_OUT": "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-De bug-CommandBuffer"
206 }, 202 },
207 "name": "build nanobench" 203 "name": "build nanobench"
208 }, 204 },
209 { 205 {
210 "cmd": [ 206 "cmd": [
211 "python", 207 "python",
212 "-u", 208 "-u",
213 "\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", 209 "\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",
214 "[SLAVE_BUILD]/tmp", 210 "[CWD]/tmp",
215 "511" 211 "511"
216 ], 212 ],
217 "cwd": "[SLAVE_BUILD]",
218 "name": "makedirs tmp_dir", 213 "name": "makedirs tmp_dir",
219 "~followup_annotations": [ 214 "~followup_annotations": [
220 "@@@STEP_LOG_LINE@python.inline@@@@", 215 "@@@STEP_LOG_LINE@python.inline@@@@",
221 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 216 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
222 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 217 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
223 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 218 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
224 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 219 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
225 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 220 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
226 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 221 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
227 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 222 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
228 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 223 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
229 "@@@STEP_LOG_END@python.inline@@@" 224 "@@@STEP_LOG_END@python.inline@@@"
230 ] 225 ]
231 }, 226 },
232 { 227 {
233 "cmd": [ 228 "cmd": [
234 "python", 229 "python",
235 "-u", 230 "-u",
236 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 231 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
237 "[SLAVE_BUILD]/tmp/SKP_VERSION", 232 "[CWD]/tmp/SKP_VERSION",
238 "/path/to/tmp/" 233 "/path/to/tmp/"
239 ], 234 ],
240 "cwd": "[SLAVE_BUILD]",
241 "name": "Get downloaded SKP_VERSION" 235 "name": "Get downloaded SKP_VERSION"
242 }, 236 },
243 { 237 {
244 "cmd": [ 238 "cmd": [
245 "python", 239 "python",
246 "-u", 240 "-u",
247 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 241 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
248 "[SLAVE_BUILD]/skia/SKP_VERSION", 242 "[CWD]/skia/SKP_VERSION",
249 "/path/to/tmp/" 243 "/path/to/tmp/"
250 ], 244 ],
251 "cwd": "[SLAVE_BUILD]",
252 "name": "Get expected SKP_VERSION" 245 "name": "Get expected SKP_VERSION"
253 }, 246 },
254 { 247 {
255 "cmd": [ 248 "cmd": [
256 "python", 249 "python",
257 "-u", 250 "-u",
258 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 251 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
259 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION", 252 "[CWD]/tmp/SK_IMAGE_VERSION",
260 "/path/to/tmp/" 253 "/path/to/tmp/"
261 ], 254 ],
262 "cwd": "[SLAVE_BUILD]",
263 "name": "Get downloaded SK_IMAGE_VERSION" 255 "name": "Get downloaded SK_IMAGE_VERSION"
264 }, 256 },
265 { 257 {
266 "cmd": [ 258 "cmd": [
267 "python", 259 "python",
268 "-u", 260 "-u",
269 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 261 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
270 "[SLAVE_BUILD]/skia/SK_IMAGE_VERSION", 262 "[CWD]/skia/SK_IMAGE_VERSION",
271 "/path/to/tmp/" 263 "/path/to/tmp/"
272 ], 264 ],
273 "cwd": "[SLAVE_BUILD]",
274 "name": "Get expected SK_IMAGE_VERSION" 265 "name": "Get expected SK_IMAGE_VERSION"
275 }, 266 },
276 { 267 {
277 "cmd": [ 268 "cmd": [
278 "python", 269 "python",
279 "-u", 270 "-u",
280 "\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", 271 "\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",
281 "[SLAVE_BUILD]/dm" 272 "[CWD]/dm"
282 ], 273 ],
283 "cwd": "[SLAVE_BUILD]",
284 "name": "rmtree dm", 274 "name": "rmtree dm",
285 "~followup_annotations": [ 275 "~followup_annotations": [
286 "@@@STEP_LOG_LINE@python.inline@@@@", 276 "@@@STEP_LOG_LINE@python.inline@@@@",
287 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@", 277 "@@@STEP_LOG_LINE@python.inline@import os, sys@@@",
288 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@", 278 "@@@STEP_LOG_LINE@python.inline@from common import chromium_utils # Error? See https://crbug.com/584783.@@@",
289 "@@@STEP_LOG_LINE@python.inline@@@@", 279 "@@@STEP_LOG_LINE@python.inline@@@@",
290 "@@@STEP_LOG_LINE@python.inline@@@@", 280 "@@@STEP_LOG_LINE@python.inline@@@@",
291 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@", 281 "@@@STEP_LOG_LINE@python.inline@if os.path.exists(sys.argv[1]):@@@",
292 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@", 282 "@@@STEP_LOG_LINE@python.inline@ chromium_utils.RemoveDirectory(sys.argv[ 1])@@@",
293 "@@@STEP_LOG_END@python.inline@@@" 283 "@@@STEP_LOG_END@python.inline@@@"
294 ] 284 ]
295 }, 285 },
296 { 286 {
297 "cmd": [ 287 "cmd": [
298 "python", 288 "python",
299 "-u", 289 "-u",
300 "\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", 290 "\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",
301 "[SLAVE_BUILD]/dm", 291 "[CWD]/dm",
302 "511" 292 "511"
303 ], 293 ],
304 "cwd": "[SLAVE_BUILD]",
305 "name": "makedirs dm", 294 "name": "makedirs dm",
306 "~followup_annotations": [ 295 "~followup_annotations": [
307 "@@@STEP_LOG_LINE@python.inline@@@@", 296 "@@@STEP_LOG_LINE@python.inline@@@@",
308 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@", 297 "@@@STEP_LOG_LINE@python.inline@import sys, os@@@",
309 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@", 298 "@@@STEP_LOG_LINE@python.inline@path = sys.argv[1]@@@",
310 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@", 299 "@@@STEP_LOG_LINE@python.inline@mode = int(sys.argv[2])@@@",
311 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@", 300 "@@@STEP_LOG_LINE@python.inline@if not os.path.isdir(path):@@@",
312 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@", 301 "@@@STEP_LOG_LINE@python.inline@ if os.path.exists(path):@@@",
313 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@", 302 "@@@STEP_LOG_LINE@python.inline@ print \"%s exists but is not a dir\" % path@@@",
314 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@", 303 "@@@STEP_LOG_LINE@python.inline@ sys.exit(1)@@@",
315 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@", 304 "@@@STEP_LOG_LINE@python.inline@ os.makedirs(path, mode)@@@",
316 "@@@STEP_LOG_END@python.inline@@@" 305 "@@@STEP_LOG_END@python.inline@@@"
317 ] 306 ]
318 }, 307 },
319 { 308 {
320 "cmd": [ 309 "cmd": [
321 "python", 310 "python",
322 "-u", 311 "-u",
323 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\ nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys. argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math .pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait time)\n", 312 "\nimport contextlib\nimport math\nimport socket\nimport sys\nimport time\ nimport urllib2\n\nHASHES_URL = 'https://gold.skia.org/_/hashes'\nRETRIES = 5\nT IMEOUT = 60\nWAIT_BASE = 15\n\nsocket.setdefaulttimeout(TIMEOUT)\nfor retry in r ange(RETRIES):\n try:\n with contextlib.closing(\n urllib2.urlopen(HA SHES_URL, timeout=TIMEOUT)) as w:\n hashes = w.read()\n with open(sys. argv[1], 'w') as f:\n f.write(hashes)\n break\n except Exception as e:\n print 'Failed to get uninteresting hashes from %s:' % HASHES_URL\n print e\n if retry == RETRIES:\n raise\n waittime = WAIT_BASE * math .pow(2, retry)\n print 'Retry in %d seconds.' % waittime\n time.sleep(wait time)\n",
324 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt" 313 "[CWD]/tmp/uninteresting_hashes.txt"
325 ], 314 ],
326 "cwd": "[SLAVE_BUILD]/skia", 315 "cwd": "[CWD]/skia",
327 "env": { 316 "env": {
328 "BUILDTYPE": "Debug", 317 "BUILDTYPE": "Debug",
329 "CC": "/usr/bin/clang", 318 "CC": "/usr/bin/clang",
330 "CXX": "/usr/bin/clang++", 319 "CXX": "/usr/bin/clang++",
331 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 320 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
332 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 321 "SKIA_OUT": "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-De bug-CommandBuffer"
333 }, 322 },
334 "name": "get uninteresting hashes", 323 "name": "get uninteresting hashes",
335 "~followup_annotations": [ 324 "~followup_annotations": [
336 "@@@STEP_LOG_LINE@python.inline@@@@", 325 "@@@STEP_LOG_LINE@python.inline@@@@",
337 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@", 326 "@@@STEP_LOG_LINE@python.inline@import contextlib@@@",
338 "@@@STEP_LOG_LINE@python.inline@import math@@@", 327 "@@@STEP_LOG_LINE@python.inline@import math@@@",
339 "@@@STEP_LOG_LINE@python.inline@import socket@@@", 328 "@@@STEP_LOG_LINE@python.inline@import socket@@@",
340 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 329 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
341 "@@@STEP_LOG_LINE@python.inline@import time@@@", 330 "@@@STEP_LOG_LINE@python.inline@import time@@@",
342 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@", 331 "@@@STEP_LOG_LINE@python.inline@import urllib2@@@",
(...skipping 19 matching lines...) Expand all
362 "@@@STEP_LOG_LINE@python.inline@ raise@@@", 351 "@@@STEP_LOG_LINE@python.inline@ raise@@@",
363 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@", 352 "@@@STEP_LOG_LINE@python.inline@ waittime = WAIT_BASE * math.pow(2, ret ry)@@@",
364 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@", 353 "@@@STEP_LOG_LINE@python.inline@ print 'Retry in %d seconds.' % waittim e@@@",
365 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@", 354 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@",
366 "@@@STEP_LOG_END@python.inline@@@" 355 "@@@STEP_LOG_END@python.inline@@@"
367 ] 356 ]
368 }, 357 },
369 { 358 {
370 "cmd": [ 359 "cmd": [
371 "catchsegv", 360 "catchsegv",
372 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug/dm", 361 "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandB uffer/Debug/dm",
373 "--undefok", 362 "--undefok",
374 "--resourcePath", 363 "--resourcePath",
375 "[SLAVE_BUILD]/skia/resources", 364 "[CWD]/skia/resources",
376 "--skps", 365 "--skps",
377 "[SLAVE_BUILD]/playback/skps", 366 "[CWD]/playback/skps",
378 "--images", 367 "--images",
379 "[SLAVE_BUILD]/images/dm", 368 "[CWD]/images/dm",
380 "--nameByHash", 369 "--nameByHash",
381 "--properties", 370 "--properties",
382 "gitHash", 371 "gitHash",
383 "164710", 372 "164710",
384 "master", 373 "master",
385 "client.skia", 374 "client.skia",
386 "builder", 375 "builder",
387 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", 376 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
388 "build_number", 377 "build_number",
389 "5", 378 "5",
390 "--key", 379 "--key",
391 "arch", 380 "arch",
392 "x86_64", 381 "x86_64",
393 "compiler", 382 "compiler",
394 "Clang", 383 "Clang",
395 "configuration", 384 "configuration",
396 "Debug", 385 "Debug",
397 "cpu_or_gpu", 386 "cpu_or_gpu",
398 "GPU", 387 "GPU",
399 "cpu_or_gpu_value", 388 "cpu_or_gpu_value",
400 "HD4000", 389 "HD4000",
401 "extra_config", 390 "extra_config",
402 "CommandBuffer", 391 "CommandBuffer",
403 "model", 392 "model",
404 "MacMini6.2", 393 "MacMini6.2",
405 "os", 394 "os",
406 "Mac", 395 "Mac",
407 "--uninterestingHashesFile", 396 "--uninterestingHashesFile",
408 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 397 "[CWD]/tmp/uninteresting_hashes.txt",
409 "--writePath", 398 "--writePath",
410 "[SLAVE_BUILD]/dm", 399 "[CWD]/dm",
411 "--nocpu", 400 "--nocpu",
412 "--dummy-flags" 401 "--dummy-flags"
413 ], 402 ],
414 "cwd": "[SLAVE_BUILD]",
415 "env": { 403 "env": {
416 "BUILDTYPE": "Debug", 404 "BUILDTYPE": "Debug",
417 "CC": "/usr/bin/clang", 405 "CC": "/usr/bin/clang",
418 "CXX": "/usr/bin/clang++", 406 "CXX": "/usr/bin/clang++",
419 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 407 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
420 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 408 "SKIA_OUT": "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-De bug-CommandBuffer"
421 }, 409 },
422 "name": "dm" 410 "name": "dm"
423 }, 411 },
424 { 412 {
425 "cmd": [ 413 "cmd": [
426 "python", 414 "python",
427 "-u", 415 "-u",
428 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py", 416 "RECIPE_MODULE[build::skia]/resources/upload_dm_results.py",
429 "[SLAVE_BUILD]/dm", 417 "[CWD]/dm",
430 "164710", 418 "164710",
431 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer", 419 "Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandBuffer",
432 "5", 420 "5",
433 "", 421 "",
434 "[SLAVE_BUILD]/skia/common/py/utils" 422 "[CWD]/skia/common/py/utils"
435 ], 423 ],
436 "cwd": "[SLAVE_BUILD]/skia", 424 "cwd": "[CWD]/skia",
437 "env": { 425 "env": {
438 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 426 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
439 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto", 427 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto",
440 "BUILDTYPE": "Debug", 428 "BUILDTYPE": "Debug",
441 "CC": "/usr/bin/clang", 429 "CC": "/usr/bin/clang",
442 "CXX": "/usr/bin/clang++", 430 "CXX": "/usr/bin/clang++",
443 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 431 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
444 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 432 "SKIA_OUT": "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-De bug-CommandBuffer"
445 }, 433 },
446 "name": "Upload DM Results" 434 "name": "Upload DM Results"
447 }, 435 },
448 { 436 {
449 "cmd": [ 437 "cmd": [
450 "catchsegv", 438 "catchsegv",
451 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug/nanobench", 439 "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug-CommandB uffer/Debug/nanobench",
452 "--undefok", 440 "--undefok",
453 "-i", 441 "-i",
454 "[SLAVE_BUILD]/skia/resources", 442 "[CWD]/skia/resources",
455 "--skps", 443 "--skps",
456 "[SLAVE_BUILD]/playback/skps", 444 "[CWD]/playback/skps",
457 "--images", 445 "--images",
458 "[SLAVE_BUILD]/images/dm", 446 "[CWD]/images/dm",
459 "--nocpu", 447 "--nocpu",
460 "--dummy-flags" 448 "--dummy-flags"
461 ], 449 ],
462 "cwd": "[SLAVE_BUILD]",
463 "env": { 450 "env": {
464 "BUILDTYPE": "Debug", 451 "BUILDTYPE": "Debug",
465 "CC": "/usr/bin/clang", 452 "CC": "/usr/bin/clang",
466 "CXX": "/usr/bin/clang++", 453 "CXX": "/usr/bin/clang++",
467 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0", 454 "GYP_DEFINES": "skia_arch_type=x86_64 skia_clang_build=1 skia_command_buff er=1 skia_warnings_as_errors=0",
468 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer" 455 "SKIA_OUT": "[CWD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-De bug-CommandBuffer"
469 }, 456 },
470 "name": "nanobench" 457 "name": "nanobench"
471 }, 458 },
472 { 459 {
473 "name": "$result", 460 "name": "$result",
474 "recipe_result": null, 461 "recipe_result": null,
475 "status_code": 0 462 "status_code": 0
476 } 463 }
477 ] 464 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698