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

Side by Side Diff: scripts/slave/recipes/skia/swarm_test.expected/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN.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 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py", 6 "[SLAVE_BUILD]/skia/tools/buildbot_spec.py",
7 "/path/to/tmp/json", 7 "/path/to/tmp/json",
8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN" 8 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN"
9 ], 9 ],
10 "cwd": "[SLAVE_BUILD]/skia", 10 "cwd": "[SLAVE_BUILD]/skia",
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "--nameByHash", 78 "--nameByHash",
79 "--properties", 79 "--properties",
80 "gitHash", 80 "gitHash",
81 "abc123", 81 "abc123",
82 "master", 82 "master",
83 "client.skia", 83 "client.skia",
84 "builder", 84 "builder",
85 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN", 85 "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-SwarmingMSAN",
86 "build_number", 86 "build_number",
87 "5", 87 "5",
88 "--colorImages",
89 "[SLAVE_BUILD]/images/colorspace",
88 "--key", 90 "--key",
89 "arch", 91 "arch",
90 "x86_64", 92 "x86_64",
91 "compiler", 93 "compiler",
92 "GCC", 94 "GCC",
93 "configuration", 95 "configuration",
94 "Debug", 96 "Debug",
95 "cpu_or_gpu", 97 "cpu_or_gpu",
96 "CPU", 98 "CPU",
97 "cpu_or_gpu_value", 99 "cpu_or_gpu_value",
(...skipping 21 matching lines...) Expand all
119 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp" 121 "UBSAN_OPTIONS": "suppressions=[SLAVE_BUILD]/skia/tools/ubsan.supp"
120 }, 122 },
121 "name": "dm" 123 "name": "dm"
122 }, 124 },
123 { 125 {
124 "name": "$result", 126 "name": "$result",
125 "recipe_result": null, 127 "recipe_result": null,
126 "status_code": 0 128 "status_code": 0
127 } 129 }
128 ] 130 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698