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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release.json

Issue 1128823007: Skia recipes: Move Android and ChromeOS config info in from slaves.cfg (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 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 "git", 4 "git",
5 "fetch" 5 "fetch"
6 ], 6 ],
7 "cwd": "[SLAVE_BUILD]/skia", 7 "cwd": "[SLAVE_BUILD]/skia",
8 "name": "git fetch" 8 "name": "git fetch"
9 }, 9 },
10 { 10 {
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 83 "@@@STEP_LOG_LINE@python.inline@import sys@@@",
84 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@", 84 "@@@STEP_LOG_LINE@python.inline@with open(sys.argv[1], 'w') as f:@@@",
85 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@", 85 "@@@STEP_LOG_LINE@python.inline@ f.write(os.path.join(os.path.expanduser( '~'), 'src'))@@@",
86 "@@@STEP_LOG_END@python.inline@@@" 86 "@@@STEP_LOG_END@python.inline@@@"
87 ] 87 ]
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "make", 91 "make",
92 "dm", 92 "dm",
93 "BUILDTYPE=Debug" 93 "BUILDTYPE=Release"
94 ], 94 ],
95 "cwd": "[SLAVE_BUILD]/skia", 95 "cwd": "[SLAVE_BUILD]/skia",
96 "env": { 96 "env": {
97 "CC": "/usr/bin/clang",
97 "CHROME_PATH": "/home/chrome-bot/src", 98 "CHROME_PATH": "/home/chrome-bot/src",
98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w arnings_as_errors=0" 99 "CXX": "/usr/bin/clang++",
100 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_clang_build= 1 skia_run_pdfviewer_in_gm=1 skia_warnings_as_errors=0"
99 }, 101 },
100 "name": "build dm" 102 "name": "build dm"
101 }, 103 },
102 { 104 {
103 "cmd": [ 105 "cmd": [
104 "make", 106 "make",
105 "nanobench", 107 "nanobench",
106 "BUILDTYPE=Debug" 108 "BUILDTYPE=Release"
107 ], 109 ],
108 "cwd": "[SLAVE_BUILD]/skia", 110 "cwd": "[SLAVE_BUILD]/skia",
109 "env": { 111 "env": {
112 "CC": "/usr/bin/clang",
110 "CHROME_PATH": "/home/chrome-bot/src", 113 "CHROME_PATH": "/home/chrome-bot/src",
111 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w arnings_as_errors=0" 114 "CXX": "/usr/bin/clang++",
115 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_clang_build= 1 skia_run_pdfviewer_in_gm=1 skia_warnings_as_errors=0"
112 }, 116 },
113 "name": "build nanobench" 117 "name": "build nanobench"
114 }, 118 },
115 { 119 {
116 "cmd": [ 120 "cmd": [
117 "python", 121 "python",
118 "-u", 122 "-u",
119 "\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", 123 "\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",
120 "[SLAVE_BUILD]/tmp", 124 "[SLAVE_BUILD]/tmp",
121 "511" 125 "511"
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@", 272 "@@@STEP_LOG_LINE@python.inline@ time.sleep(waittime)@@@",
269 "@@@STEP_LOG_END@python.inline@@@" 273 "@@@STEP_LOG_END@python.inline@@@"
270 ] 274 ]
271 }, 275 },
272 { 276 {
273 "cmd": [ 277 "cmd": [
274 "python", 278 "python",
275 "-u", 279 "-u",
276 "[SLAVE_BUILD]/skia/tools/dm_flags.py", 280 "[SLAVE_BUILD]/skia/tools/dm_flags.py",
277 "/path/to/tmp/json", 281 "/path/to/tmp/json",
278 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug" 282 "Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release"
279 ], 283 ],
280 "cwd": "[SLAVE_BUILD]/skia", 284 "cwd": "[SLAVE_BUILD]/skia",
281 "name": "exec dm_flags.py", 285 "name": "exec dm_flags.py",
282 "~followup_annotations": [ 286 "~followup_annotations": [
283 "@@@STEP_LOG_LINE@json.output@[@@@", 287 "@@@STEP_LOG_LINE@json.output@[@@@",
284 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@", 288 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
285 "@@@STEP_LOG_LINE@json.output@]@@@", 289 "@@@STEP_LOG_LINE@json.output@]@@@",
286 "@@@STEP_LOG_END@json.output@@@" 290 "@@@STEP_LOG_END@json.output@@@"
287 ] 291 ]
288 }, 292 },
289 { 293 {
290 "cmd": [ 294 "cmd": [
291 "catchsegv", 295 "catchsegv",
292 "[SLAVE_BUILD]/skia/out/Debug/dm", 296 "[SLAVE_BUILD]/skia/out/Release/dm",
293 "--undefok", 297 "--undefok",
294 "--verbose", 298 "--verbose",
295 "--resourcePath", 299 "--resourcePath",
296 "[SLAVE_BUILD]/skia/resources", 300 "[SLAVE_BUILD]/skia/resources",
297 "--skps", 301 "--skps",
298 "[SLAVE_BUILD]/playback/skps", 302 "[SLAVE_BUILD]/playback/skps",
299 "--images", 303 "--images",
300 "[SLAVE_BUILD]/images", 304 "[SLAVE_BUILD]/images",
301 "--writePath", 305 "--writePath",
302 "[SLAVE_BUILD]/dm", 306 "[SLAVE_BUILD]/dm",
303 "--nameByHash", 307 "--nameByHash",
304 "--properties", 308 "--properties",
305 "gitHash", 309 "gitHash",
306 "164710", 310 "164710",
307 "build_number", 311 "build_number",
308 "5", 312 "5",
309 "--key", 313 "--key",
310 "arch", 314 "arch",
311 "x86_64", 315 "x86_64",
312 "compiler", 316 "compiler",
313 "GCC", 317 "Clang",
314 "configuration", 318 "configuration",
315 "Debug", 319 "Release",
316 "cpu_or_gpu", 320 "cpu_or_gpu",
317 "CPU", 321 "GPU",
318 "cpu_or_gpu_value", 322 "cpu_or_gpu_value",
319 "AVX2", 323 "GeForce320M",
320 "model", 324 "model",
321 "GCE", 325 "MacMini4.1",
322 "os", 326 "os",
323 "Ubuntu", 327 "Mac10.8",
324 "--uninterestingHashesFile", 328 "--uninterestingHashesFile",
325 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt", 329 "[SLAVE_BUILD]/tmp/uninteresting_hashes.txt",
326 "--nogpu", 330 "--nocpu",
327 "--dummy-flags" 331 "--dummy-flags"
328 ], 332 ],
329 "cwd": "[SLAVE_BUILD]", 333 "cwd": "[SLAVE_BUILD]",
334 "env": {
335 "CC": "/usr/bin/clang",
336 "CXX": "/usr/bin/clang++"
337 },
330 "name": "dm" 338 "name": "dm"
331 }, 339 },
332 { 340 {
333 "cmd": [ 341 "cmd": [
334 "python", 342 "python",
335 "-u", 343 "-u",
336 "RECIPE_MODULE[skia]/resources/upload_dm_results.py", 344 "RECIPE_MODULE[skia]/resources/upload_dm_results.py",
337 "[SLAVE_BUILD]/dm", 345 "[SLAVE_BUILD]/dm",
338 "164710", 346 "164710",
339 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 347 "Test-Mac10.8-Clang-MacMini4.1-GPU-GeForce320M-x86_64-Release",
340 "5", 348 "5",
341 "", 349 "",
342 "[SLAVE_BUILD]/skia/common/py/utils" 350 "[SLAVE_BUILD]/skia/common/py/utils"
343 ], 351 ],
344 "cwd": "[SLAVE_BUILD]/skia", 352 "cwd": "[SLAVE_BUILD]/skia",
345 "name": "Upload DM Results" 353 "name": "Upload DM Results"
346 },
347 {
348 "cmd": [
349 "python",
350 "-u",
351 "[SLAVE_BUILD]/skia/tools/nanobench_flags.py",
352 "/path/to/tmp/json",
353 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug"
354 ],
355 "cwd": "[SLAVE_BUILD]/skia",
356 "name": "exec nanobench_flags.py",
357 "~followup_annotations": [
358 "@@@STEP_LOG_LINE@json.output@[@@@",
359 "@@@STEP_LOG_LINE@json.output@ \"--dummy-flags\"@@@",
360 "@@@STEP_LOG_LINE@json.output@]@@@",
361 "@@@STEP_LOG_END@json.output@@@"
362 ]
363 },
364 {
365 "cmd": [
366 "catchsegv",
367 "[SLAVE_BUILD]/skia/out/Debug/nanobench",
368 "--undefok",
369 "-i",
370 "[SLAVE_BUILD]/skia/resources",
371 "--skps",
372 "[SLAVE_BUILD]/playback/skps",
373 "--nogpu",
374 "--dummy-flags"
375 ],
376 "cwd": "[SLAVE_BUILD]",
377 "name": "nanobench"
378 } 354 }
379 ] 355 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698