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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/failed_dm.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 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py", 6 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']" 9 "cache_dir = '[GIT_CACHE]'\nsolutions = [{'deps_file': 'DEPS', 'managed': False, 'name': 'skia', 'url': 'https://skia.googlesource.com/skia.git'}]\ntarget _os = ['llvm']"
10 ], 10 ],
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "--nameByHash", 284 "--nameByHash",
285 "--properties", 285 "--properties",
286 "gitHash", 286 "gitHash",
287 "164710", 287 "164710",
288 "master", 288 "master",
289 "client.skia", 289 "client.skia",
290 "builder", 290 "builder",
291 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 291 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
292 "build_number", 292 "build_number",
293 "6", 293 "6",
294 "--colorImages",
295 "[SLAVE_BUILD]/images/colorspace",
294 "--key", 296 "--key",
295 "arch", 297 "arch",
296 "x86_64", 298 "x86_64",
297 "compiler", 299 "compiler",
298 "GCC", 300 "GCC",
299 "configuration", 301 "configuration",
300 "Debug", 302 "Debug",
301 "cpu_or_gpu", 303 "cpu_or_gpu",
302 "CPU", 304 "CPU",
303 "cpu_or_gpu_value", 305 "cpu_or_gpu_value",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 366 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
365 }, 367 },
366 "name": "nanobench" 368 "name": "nanobench"
367 }, 369 },
368 { 370 {
369 "name": "$result", 371 "name": "$result",
370 "reason": "Failed build steps: dm", 372 "reason": "Failed build steps: dm",
371 "status_code": 1 373 "status_code": 1
372 } 374 }
373 ] 375 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698