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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SK_IMAGE_VERSION_host.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, 8 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 "git", 4 "git",
5 "remote", 5 "remote",
6 "set-url", 6 "set-url",
7 "origin", 7 "origin",
8 "https://skia.googlesource.com/skia.git" 8 "https://skia.googlesource.com/skia.git"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 { 470 {
471 "cmd": [ 471 "cmd": [
472 "catchsegv", 472 "catchsegv",
473 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na nobench", 473 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na nobench",
474 "--undefok", 474 "--undefok",
475 "-i", 475 "-i",
476 "[SLAVE_BUILD]/skia/resources", 476 "[SLAVE_BUILD]/skia/resources",
477 "--skps", 477 "--skps",
478 "[SLAVE_BUILD]/playback/skps", 478 "[SLAVE_BUILD]/playback/skps",
479 "--images", 479 "--images",
480 "[SLAVE_BUILD]/images/dm", 480 "[SLAVE_BUILD]/images/nanobench",
481 "--nogpu", 481 "--nogpu",
482 "--dummy-flags" 482 "--dummy-flags"
483 ], 483 ],
484 "cwd": "[SLAVE_BUILD]", 484 "cwd": "[SLAVE_BUILD]",
485 "env": { 485 "env": {
486 "BUILDTYPE": "Debug", 486 "BUILDTYPE": "Debug",
487 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 487 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
488 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 488 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
489 }, 489 },
490 "name": "nanobench" 490 "name": "nanobench"
491 }, 491 },
492 { 492 {
493 "name": "$result", 493 "name": "$result",
494 "recipe_result": null, 494 "recipe_result": null,
495 "status_code": 0 495 "status_code": 0
496 } 496 }
497 ] 497 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698