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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json

Issue 2154223003: Revert of [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind" 8 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 "[SLAVE_BUILD]/tmp/SKP_VERSION", 53 "[SLAVE_BUILD]/tmp/SKP_VERSION",
54 "/path/to/tmp/" 54 "/path/to/tmp/"
55 ], 55 ],
56 "name": "Get downloaded SKP_VERSION" 56 "name": "Get downloaded SKP_VERSION"
57 }, 57 },
58 { 58 {
59 "cmd": [ 59 "cmd": [
60 "python", 60 "python",
61 "-u", 61 "-u",
62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n", 62 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
63 "[SLAVE_BUILD]/skia/infra/bots/assets/skimage/VERSION", 63 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION",
64 "/path/to/tmp/" 64 "/path/to/tmp/"
65 ], 65 ],
66 "name": "Get downloaded skimage VERSION" 66 "name": "Get downloaded SK_IMAGE_VERSION"
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python",
71 "-u",
72 "\nimport shutil\nimport sys\nshutil.copy(sys.argv[1], sys.argv[2])\n",
73 "42",
74 "[SLAVE_BUILD]/tmp/SK_IMAGE_VERSION"
75 ],
76 "name": "write SK_IMAGE_VERSION"
77 },
78 {
79 "cmd": [
80 "valgrind", 70 "valgrind",
81 "--gen-suppressions=all", 71 "--gen-suppressions=all",
82 "--leak-check=full", 72 "--leak-check=full",
83 "--track-origins=yes", 73 "--track-origins=yes",
84 "--error-exitcode=1", 74 "--error-exitcode=1",
85 "--num-callers=40", 75 "--num-callers=40",
86 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 76 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
87 "[SLAVE_BUILD]/out/Release/dm", 77 "[SLAVE_BUILD]/out/Release/dm",
88 "--undefok", 78 "--undefok",
89 "--resourcePath", 79 "--resourcePath",
90 "[SLAVE_BUILD]/skia/resources", 80 "[SLAVE_BUILD]/skia/resources",
91 "--skps", 81 "--skps",
92 "[SLAVE_BUILD]/skps", 82 "[SLAVE_BUILD]/skps",
93 "--images", 83 "--images",
94 "[SLAVE_BUILD]/skimage/dm", 84 "[SLAVE_BUILD]/images/dm",
95 "--nameByHash", 85 "--nameByHash",
96 "--properties", 86 "--properties",
97 "gitHash", 87 "gitHash",
98 "abc123", 88 "abc123",
99 "master", 89 "master",
100 "client.skia", 90 "client.skia",
101 "builder", 91 "builder",
102 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", 92 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
103 "build_number", 93 "build_number",
104 "5", 94 "5",
105 "--colorImages", 95 "--colorImages",
106 "[SLAVE_BUILD]/skimage/colorspace", 96 "[SLAVE_BUILD]/images/colorspace",
107 "--key", 97 "--key",
108 "arch", 98 "arch",
109 "x86_64", 99 "x86_64",
110 "compiler", 100 "compiler",
111 "GCC", 101 "GCC",
112 "configuration", 102 "configuration",
113 "Release", 103 "Release",
114 "cpu_or_gpu", 104 "cpu_or_gpu",
115 "GPU", 105 "GPU",
116 "cpu_or_gpu_value", 106 "cpu_or_gpu_value",
(...skipping 25 matching lines...) Expand all
142 "--error-exitcode=1", 132 "--error-exitcode=1",
143 "--num-callers=40", 133 "--num-callers=40",
144 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 134 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
145 "[SLAVE_BUILD]/out/Release/dm", 135 "[SLAVE_BUILD]/out/Release/dm",
146 "--undefok", 136 "--undefok",
147 "--resourcePath", 137 "--resourcePath",
148 "[SLAVE_BUILD]/skia/resources", 138 "[SLAVE_BUILD]/skia/resources",
149 "--skps", 139 "--skps",
150 "[SLAVE_BUILD]/skps", 140 "[SLAVE_BUILD]/skps",
151 "--images", 141 "--images",
152 "[SLAVE_BUILD]/skimage/dm", 142 "[SLAVE_BUILD]/images/dm",
153 "--nameByHash", 143 "--nameByHash",
154 "--properties", 144 "--properties",
155 "gitHash", 145 "gitHash",
156 "abc123", 146 "abc123",
157 "master", 147 "master",
158 "client.skia", 148 "client.skia",
159 "builder", 149 "builder",
160 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", 150 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
161 "build_number", 151 "build_number",
162 "5", 152 "5",
163 "--colorImages", 153 "--colorImages",
164 "[SLAVE_BUILD]/skimage/colorspace", 154 "[SLAVE_BUILD]/images/colorspace",
165 "--key", 155 "--key",
166 "arch", 156 "arch",
167 "x86_64", 157 "x86_64",
168 "compiler", 158 "compiler",
169 "GCC", 159 "GCC",
170 "configuration", 160 "configuration",
171 "Release", 161 "Release",
172 "cpu_or_gpu", 162 "cpu_or_gpu",
173 "GPU", 163 "GPU",
174 "cpu_or_gpu_value", 164 "cpu_or_gpu_value",
(...skipping 26 matching lines...) Expand all
201 "--error-exitcode=1", 191 "--error-exitcode=1",
202 "--num-callers=40", 192 "--num-callers=40",
203 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp", 193 "--suppressions=[SLAVE_BUILD]/skia/tools/valgrind.supp",
204 "[SLAVE_BUILD]/out/Release/dm", 194 "[SLAVE_BUILD]/out/Release/dm",
205 "--undefok", 195 "--undefok",
206 "--resourcePath", 196 "--resourcePath",
207 "[SLAVE_BUILD]/skia/resources", 197 "[SLAVE_BUILD]/skia/resources",
208 "--skps", 198 "--skps",
209 "[SLAVE_BUILD]/skps", 199 "[SLAVE_BUILD]/skps",
210 "--images", 200 "--images",
211 "[SLAVE_BUILD]/skimage/dm", 201 "[SLAVE_BUILD]/images/dm",
212 "--nameByHash", 202 "--nameByHash",
213 "--properties", 203 "--properties",
214 "gitHash", 204 "gitHash",
215 "abc123", 205 "abc123",
216 "master", 206 "master",
217 "client.skia", 207 "client.skia",
218 "builder", 208 "builder",
219 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", 209 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
220 "build_number", 210 "build_number",
221 "5", 211 "5",
222 "--colorImages", 212 "--colorImages",
223 "[SLAVE_BUILD]/skimage/colorspace", 213 "[SLAVE_BUILD]/images/colorspace",
224 "--key", 214 "--key",
225 "arch", 215 "arch",
226 "x86_64", 216 "x86_64",
227 "compiler", 217 "compiler",
228 "GCC", 218 "GCC",
229 "configuration", 219 "configuration",
230 "Release", 220 "Release",
231 "cpu_or_gpu", 221 "cpu_or_gpu",
232 "GPU", 222 "GPU",
233 "cpu_or_gpu_value", 223 "cpu_or_gpu_value",
(...skipping 16 matching lines...) Expand all
250 "SKIA_OUT": "[SLAVE_BUILD]/out" 240 "SKIA_OUT": "[SLAVE_BUILD]/out"
251 }, 241 },
252 "name": "dm --preAbandonGpuContext" 242 "name": "dm --preAbandonGpuContext"
253 }, 243 },
254 { 244 {
255 "name": "$result", 245 "name": "$result",
256 "recipe_result": null, 246 "recipe_result": null,
257 "status_code": 0 247 "status_code": 0
258 } 248 }
259 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698