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

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

Issue 2162563002: [Skia] Convert Sk Images to a CIPD package (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Fix whitespace 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-GCE-CPU-AVX2-x86_64-Debug" 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 "[SLAVE_BUILD]/images/dm", 193 "[SLAVE_BUILD]/images/dm",
194 "--nameByHash", 194 "--nameByHash",
195 "--properties", 195 "--properties",
196 "gitHash", 196 "gitHash",
197 "abc123", 197 "abc123",
198 "master", 198 "master",
199 "client.skia", 199 "client.skia",
200 "builder", 200 "builder",
201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 201 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
202 "build_number", 202 "build_number",
203 "5", 203 "6",
204 "--colorImages", 204 "--colorImages",
205 "[SLAVE_BUILD]/images/colorspace", 205 "[SLAVE_BUILD]/images/colorspace",
206 "--key", 206 "--key",
207 "arch", 207 "arch",
208 "x86_64", 208 "x86_64",
209 "compiler", 209 "compiler",
210 "GCC", 210 "GCC",
211 "configuration", 211 "configuration",
212 "Debug", 212 "Debug",
213 "cpu_or_gpu", 213 "cpu_or_gpu",
(...skipping 19 matching lines...) Expand all
233 "SKIA_OUT": "[SLAVE_BUILD]/out" 233 "SKIA_OUT": "[SLAVE_BUILD]/out"
234 }, 234 },
235 "name": "dm" 235 "name": "dm"
236 }, 236 },
237 { 237 {
238 "name": "$result", 238 "name": "$result",
239 "recipe_result": null, 239 "recipe_result": null,
240 "status_code": 0 240 "status_code": 0
241 } 241 }
242 ] 242 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698