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

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

Issue 1930433002: Roll recipe dependencies (nontrivial). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Rebase Created 4 years, 8 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 29 matching lines...) Expand all
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 = '[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']"
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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "-u", 170 "-u",
174 "[SLAVE_BUILD]/skia/tools/build_command_buffer.py", 171 "[SLAVE_BUILD]/skia/tools/build_command_buffer.py",
175 "--chrome-dir", 172 "--chrome-dir",
176 "[SLAVE_BUILD]", 173 "[SLAVE_BUILD]",
177 "--output-dir", 174 "--output-dir",
178 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/Debug", 175 "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x86_64-Debug- CommandBuffer/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": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer"
190 }, 186 },
191 "name": "build command_buffer" 187 "name": "build command_buffer"
192 }, 188 },
193 { 189 {
(...skipping 13 matching lines...) Expand all
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 "[SLAVE_BUILD]/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 "[SLAVE_BUILD]/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 "[SLAVE_BUILD]/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 "[SLAVE_BUILD]/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 "[SLAVE_BUILD]/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 "[SLAVE_BUILD]/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 "[SLAVE_BUILD]/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)@@@",
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
409 "--writePath", 398 "--writePath",
410 "[SLAVE_BUILD]/dm", 399 "[SLAVE_BUILD]/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": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-CommandBuffer"
421 }, 409 },
422 "name": "dm" 410 "name": "dm"
423 }, 411 },
424 { 412 {
(...skipping 27 matching lines...) Expand all
452 "--undefok", 440 "--undefok",
453 "-i", 441 "-i",
454 "[SLAVE_BUILD]/skia/resources", 442 "[SLAVE_BUILD]/skia/resources",
455 "--skps", 443 "--skps",
456 "[SLAVE_BUILD]/playback/skps", 444 "[SLAVE_BUILD]/playback/skps",
457 "--images", 445 "--images",
458 "[SLAVE_BUILD]/images/dm", 446 "[SLAVE_BUILD]/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": "[SLAVE_BUILD]/skia/out/Test-Mac-Clang-MacMini6.2-GPU-HD4000-x 86_64-Debug-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