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

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

Issue 1951843002: Skia: Add --colorImages to DM (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: rebase Created 4 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 "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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "--nameByHash", 85 "--nameByHash",
86 "--properties", 86 "--properties",
87 "gitHash", 87 "gitHash",
88 "abc123", 88 "abc123",
89 "master", 89 "master",
90 "client.skia", 90 "client.skia",
91 "builder", 91 "builder",
92 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", 92 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
93 "build_number", 93 "build_number",
94 "5", 94 "5",
95 "--colorImages",
96 "[SLAVE_BUILD]/images/colorspace",
95 "--key", 97 "--key",
96 "arch", 98 "arch",
97 "x86_64", 99 "x86_64",
98 "compiler", 100 "compiler",
99 "GCC", 101 "GCC",
100 "configuration", 102 "configuration",
101 "Release", 103 "Release",
102 "cpu_or_gpu", 104 "cpu_or_gpu",
103 "GPU", 105 "GPU",
104 "cpu_or_gpu_value", 106 "cpu_or_gpu_value",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 "--nameByHash", 143 "--nameByHash",
142 "--properties", 144 "--properties",
143 "gitHash", 145 "gitHash",
144 "abc123", 146 "abc123",
145 "master", 147 "master",
146 "client.skia", 148 "client.skia",
147 "builder", 149 "builder",
148 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", 150 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
149 "build_number", 151 "build_number",
150 "5", 152 "5",
153 "--colorImages",
154 "[SLAVE_BUILD]/images/colorspace",
151 "--key", 155 "--key",
152 "arch", 156 "arch",
153 "x86_64", 157 "x86_64",
154 "compiler", 158 "compiler",
155 "GCC", 159 "GCC",
156 "configuration", 160 "configuration",
157 "Release", 161 "Release",
158 "cpu_or_gpu", 162 "cpu_or_gpu",
159 "GPU", 163 "GPU",
160 "cpu_or_gpu_value", 164 "cpu_or_gpu_value",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "--nameByHash", 202 "--nameByHash",
199 "--properties", 203 "--properties",
200 "gitHash", 204 "gitHash",
201 "abc123", 205 "abc123",
202 "master", 206 "master",
203 "client.skia", 207 "client.skia",
204 "builder", 208 "builder",
205 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind", 209 "Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind",
206 "build_number", 210 "build_number",
207 "5", 211 "5",
212 "--colorImages",
213 "[SLAVE_BUILD]/images/colorspace",
208 "--key", 214 "--key",
209 "arch", 215 "arch",
210 "x86_64", 216 "x86_64",
211 "compiler", 217 "compiler",
212 "GCC", 218 "GCC",
213 "configuration", 219 "configuration",
214 "Release", 220 "Release",
215 "cpu_or_gpu", 221 "cpu_or_gpu",
216 "GPU", 222 "GPU",
217 "cpu_or_gpu_value", 223 "cpu_or_gpu_value",
(...skipping 16 matching lines...) Expand all
234 "SKIA_OUT": "[SLAVE_BUILD]/out" 240 "SKIA_OUT": "[SLAVE_BUILD]/out"
235 }, 241 },
236 "name": "dm --preAbandonGpuContext" 242 "name": "dm --preAbandonGpuContext"
237 }, 243 },
238 { 244 {
239 "name": "$result", 245 "name": "$result",
240 "recipe_result": null, 246 "recipe_result": null,
241 "status_code": 0 247 "status_code": 0
242 } 248 }
243 ] 249 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698