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

Side by Side Diff: scripts/slave/recipes/skia/skia.expected/missing_SK_IMAGE_VERSION_host.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 "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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "--nameByHash", 397 "--nameByHash",
398 "--properties", 398 "--properties",
399 "gitHash", 399 "gitHash",
400 "164710", 400 "164710",
401 "master", 401 "master",
402 "client.skia", 402 "client.skia",
403 "builder", 403 "builder",
404 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug", 404 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug",
405 "build_number", 405 "build_number",
406 "6", 406 "6",
407 "--colorImages",
408 "[SLAVE_BUILD]/images/colorspace",
407 "--key", 409 "--key",
408 "arch", 410 "arch",
409 "x86_64", 411 "x86_64",
410 "compiler", 412 "compiler",
411 "GCC", 413 "GCC",
412 "configuration", 414 "configuration",
413 "Debug", 415 "Debug",
414 "cpu_or_gpu", 416 "cpu_or_gpu",
415 "CPU", 417 "CPU",
416 "cpu_or_gpu_value", 418 "cpu_or_gpu_value",
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
475 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug" 477 "SKIA_OUT": "[SLAVE_BUILD]/skia/out/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-De bug"
476 }, 478 },
477 "name": "nanobench" 479 "name": "nanobench"
478 }, 480 },
479 { 481 {
480 "name": "$result", 482 "name": "$result",
481 "recipe_result": null, 483 "recipe_result": null,
482 "status_code": 0 484 "status_code": 0
483 } 485 }
484 ] 486 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698