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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/failed_dm.json

Issue 1237833003: Update slave scripts to set skia_arch_type but not skia_arch_width (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 5 years, 4 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 "[DEPOT_TOOLS]/gclient.py", 6 "[DEPOT_TOOLS]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]" 9 "cache_dir = None\nsolutions = [{'deps_file': 'DEPS', 'managed': True, 'na me': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]"
10 ], 10 ],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 { 59 {
60 "cmd": [ 60 "cmd": [
61 "make", 61 "make",
62 "dm", 62 "dm",
63 "BUILDTYPE=Debug" 63 "BUILDTYPE=Debug"
64 ], 64 ],
65 "cwd": "[SLAVE_BUILD]/skia", 65 "cwd": "[SLAVE_BUILD]/skia",
66 "env": { 66 "env": {
67 "CHROME_PATH": "/home/chrome-bot/src", 67 "CHROME_PATH": "/home/chrome-bot/src",
68 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w arnings_as_errors=0", 68 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
69 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-CPU-AVX-x86_6 4-Debug-Recipes" 69 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-CPU-AVX-x86_6 4-Debug-Recipes"
70 }, 70 },
71 "name": "build dm" 71 "name": "build dm"
72 }, 72 },
73 { 73 {
74 "cmd": [ 74 "cmd": [
75 "make", 75 "make",
76 "nanobench", 76 "nanobench",
77 "BUILDTYPE=Debug" 77 "BUILDTYPE=Debug"
78 ], 78 ],
79 "cwd": "[SLAVE_BUILD]/skia", 79 "cwd": "[SLAVE_BUILD]/skia",
80 "env": { 80 "env": {
81 "CHROME_PATH": "/home/chrome-bot/src", 81 "CHROME_PATH": "/home/chrome-bot/src",
82 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_gpu=0 skia_w arnings_as_errors=0", 82 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
83 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-CPU-AVX-x86_6 4-Debug-Recipes" 83 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-CPU-AVX-x86_6 4-Debug-Recipes"
84 }, 84 },
85 "name": "build nanobench" 85 "name": "build nanobench"
86 }, 86 },
87 { 87 {
88 "cmd": [ 88 "cmd": [
89 "python", 89 "python",
90 "-u", 90 "-u",
91 "\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", 91 "\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 "[SLAVE_BUILD]/tmp", 92 "[SLAVE_BUILD]/tmp",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 ], 359 ],
360 "cwd": "[SLAVE_BUILD]", 360 "cwd": "[SLAVE_BUILD]",
361 "name": "nanobench" 361 "name": "nanobench"
362 }, 362 },
363 { 363 {
364 "name": "$final_result", 364 "name": "$final_result",
365 "reason": "Failed build steps: dm", 365 "reason": "Failed build steps: dm",
366 "status_code": 1 366 "status_code": 1
367 } 367 }
368 ] 368 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698