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

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

Issue 1917903003: Skia bots: use nanobench images in nanobench (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 { 355 {
356 "cmd": [ 356 "cmd": [
357 "catchsegv", 357 "catchsegv",
358 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na nobench", 358 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na nobench",
359 "--undefok", 359 "--undefok",
360 "-i", 360 "-i",
361 "[SLAVE_BUILD]/skia/resources", 361 "[SLAVE_BUILD]/skia/resources",
362 "--skps", 362 "--skps",
363 "[SLAVE_BUILD]/playback/skps", 363 "[SLAVE_BUILD]/playback/skps",
364 "--images", 364 "--images",
365 "[SLAVE_BUILD]/images/dm", 365 "[SLAVE_BUILD]/images/nanobench",
366 "--nogpu", 366 "--nogpu",
367 "--dummy-flags" 367 "--dummy-flags"
368 ], 368 ],
369 "cwd": "[SLAVE_BUILD]", 369 "cwd": "[SLAVE_BUILD]",
370 "env": { 370 "env": {
371 "BUILDTYPE": "Debug", 371 "BUILDTYPE": "Debug",
372 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 372 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
373 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 373 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
374 }, 374 },
375 "name": "nanobench" 375 "name": "nanobench"
376 }, 376 },
377 { 377 {
378 "name": "$result", 378 "name": "$result",
379 "reason": "Failed build steps: dm", 379 "reason": "Failed build steps: dm",
380 "status_code": 1 380 "status_code": 1
381 } 381 }
382 ] 382 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698