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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot.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-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot" 8 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]\\skia", 10 "cwd": "[SLAVE_BUILD]\\skia",
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 "master", 196 "master",
197 "client.skia", 197 "client.skia",
198 "builder", 198 "builder",
199 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot", 199 "Test-Win8-MSVC-ShuttleB-CPU-AVX2-x86_64-Release-Trybot",
200 "build_number", 200 "build_number",
201 "5", 201 "5",
202 "issue", 202 "issue",
203 "500", 203 "500",
204 "patchset", 204 "patchset",
205 "1", 205 "1",
206 "--colorImages",
207 "[SLAVE_BUILD]\\images\\colorspace",
206 "--key", 208 "--key",
207 "arch", 209 "arch",
208 "x86_64", 210 "x86_64",
209 "compiler", 211 "compiler",
210 "MSVC", 212 "MSVC",
211 "configuration", 213 "configuration",
212 "Release", 214 "Release",
213 "cpu_or_gpu", 215 "cpu_or_gpu",
214 "CPU", 216 "CPU",
215 "cpu_or_gpu_value", 217 "cpu_or_gpu_value",
(...skipping 17 matching lines...) Expand all
233 "SKIA_OUT": "[SLAVE_BUILD]\\out" 235 "SKIA_OUT": "[SLAVE_BUILD]\\out"
234 }, 236 },
235 "name": "dm" 237 "name": "dm"
236 }, 238 },
237 { 239 {
238 "name": "$result", 240 "name": "$result",
239 "recipe_result": null, 241 "recipe_result": null,
240 "status_code": 0 242 "status_code": 0
241 } 243 }
242 ] 244 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-ShuttleA-GPU-GTX550Ti-x86_64-Release-Valgrind.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698