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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug.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 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 { 392 {
393 "cmd": [ 393 "cmd": [
394 "catchsegv", 394 "catchsegv",
395 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na nobench", 395 "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/Debug/na nobench",
396 "--undefok", 396 "--undefok",
397 "-i", 397 "-i",
398 "[SLAVE_BUILD]/skia/resources", 398 "[SLAVE_BUILD]/skia/resources",
399 "--skps", 399 "--skps",
400 "[SLAVE_BUILD]/playback/skps", 400 "[SLAVE_BUILD]/playback/skps",
401 "--images", 401 "--images",
402 "[SLAVE_BUILD]/images/dm", 402 "[SLAVE_BUILD]/images/nanobench",
403 "--nogpu", 403 "--nogpu",
404 "--dummy-flags" 404 "--dummy-flags"
405 ], 405 ],
406 "cwd": "[SLAVE_BUILD]", 406 "cwd": "[SLAVE_BUILD]",
407 "env": { 407 "env": {
408 "BUILDTYPE": "Debug", 408 "BUILDTYPE": "Debug",
409 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ", 409 "GYP_DEFINES": "skia_arch_type=x86_64 skia_gpu=0 skia_warnings_as_errors=0 ",
410 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 410 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
411 }, 411 },
412 "name": "nanobench" 412 "name": "nanobench"
413 }, 413 },
414 { 414 {
415 "name": "$result", 415 "name": "$result",
416 "recipe_result": null, 416 "recipe_result": null,
417 "status_code": 0 417 "status_code": 0
418 } 418 }
419 ] 419 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698