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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Debug-ZeroGPUCache.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 "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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 }, 88 },
89 { 89 {
90 "cmd": [ 90 "cmd": [
91 "make", 91 "make",
92 "dm", 92 "dm",
93 "BUILDTYPE=Debug" 93 "BUILDTYPE=Debug"
94 ], 94 ],
95 "cwd": "[SLAVE_BUILD]/skia", 95 "cwd": "[SLAVE_BUILD]/skia",
96 "env": { 96 "env": {
97 "CHROME_PATH": "/home/chrome-bot/src", 97 "CHROME_PATH": "/home/chrome-bot/src",
98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_warnings_as_ errors=0", 98 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=0",
99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache" 99 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache"
100 }, 100 },
101 "name": "build dm" 101 "name": "build dm"
102 }, 102 },
103 { 103 {
104 "cmd": [ 104 "cmd": [
105 "make", 105 "make",
106 "nanobench", 106 "nanobench",
107 "BUILDTYPE=Debug" 107 "BUILDTYPE=Debug"
108 ], 108 ],
109 "cwd": "[SLAVE_BUILD]/skia", 109 "cwd": "[SLAVE_BUILD]/skia",
110 "env": { 110 "env": {
111 "CHROME_PATH": "/home/chrome-bot/src", 111 "CHROME_PATH": "/home/chrome-bot/src",
112 "GYP_DEFINES": "skia_arch_type=x86_64 skia_arch_width=64 skia_warnings_as_ errors=0", 112 "GYP_DEFINES": "skia_arch_type=x86_64 skia_warnings_as_errors=0",
113 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache" 113 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti- x86_64-Debug-ZeroGPUCache"
114 }, 114 },
115 "name": "build nanobench" 115 "name": "build nanobench"
116 }, 116 },
117 { 117 {
118 "cmd": [ 118 "cmd": [
119 "python", 119 "python",
120 "-u", 120 "-u",
121 "\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", 121 "\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",
122 "[SLAVE_BUILD]/tmp", 122 "[SLAVE_BUILD]/tmp",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "[SLAVE_BUILD]/skia/common/py/utils" 350 "[SLAVE_BUILD]/skia/common/py/utils"
351 ], 351 ],
352 "cwd": "[SLAVE_BUILD]/skia", 352 "cwd": "[SLAVE_BUILD]/skia",
353 "env": { 353 "env": {
354 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto", 354 "AWS_CREDENTIAL_FILE": "[HOME]/chromium-skia-gm.boto",
355 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto" 355 "BOTO_CONFIG": "[HOME]/chromium-skia-gm.boto"
356 }, 356 },
357 "name": "Upload DM Results" 357 "name": "Upload DM Results"
358 } 358 }
359 ] 359 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698